|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITabEffectiveData
Immutable object which represents a text's tabulation stop.
Method Summary | |
---|---|
int |
getAlignment()
Returns align style of a tab. |
double |
getPosition()
Returns position of a tab. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
double getPosition()
Returns position of a tab.
Assigning this property can change tab's index in collection and invalidate Enumerator.
Read-only double
.
int getAlignment()
Returns align style of a tab.
Read-only TabAlignment
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |