|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The CompositeLineState interface defines a memento of the
current state of a CompositeLine. An instance of such an object
can be obtained from and applied to a CompositeLine.
Notice:The CompositeLineState keeps only the states
of elementary information about a CompositeLine so that
information about the current geometry or style and such is not remembered by an
an instance of this interface and hence not reapplied.
| Method Summary | |
Coordinate[] |
getCoordinates()
Returns the coordinates of the CompositeLine at the time the
CompositeLineState was created. |
Coordinate |
getLabelLocation()
Returns the location of the CompositeLine's label at the
time the CompositeLineState was created. |
int |
getLabelPositioning()
Returns a constant that defines the positioning of the CompositeLine's label at the time the
CompositeLineState was created. |
Size |
getLabelSize()
Returns the size of the CompositeLine's label at the time
the CompositeLineState was created. |
int |
getType()
Returns a constant that defines the type of the CompositeLine at the time the
CompositeLineState was created. |
boolean |
isEachPointInteractionAllowed()
Returns a boolean that indicates whether the
each-point-interaction for the CompositeLine was active at
the time the CompositeLineState was created or not. |
boolean |
isLabelVisible()
Returns a boolean that indicates whether the
CompositeLine's label was visible at the time the
CompositeLineState was created or not. |
| Method Detail |
public int getType()
CompositeLine at the time the
CompositeLineState was created.
CompositeLinepublic boolean isEachPointInteractionAllowed()
boolean that indicates whether the
each-point-interaction for the CompositeLine was active at
the time the CompositeLineState was created or not.
public boolean isLabelVisible()
boolean that indicates whether the
CompositeLine's label was visible at the time the
CompositeLineState was created or not.
CompositeLine's label was visible or notpublic int getLabelPositioning()
CompositeLine's label at the time the
CompositeLineState was created.
CompositeLine's labelpublic Coordinate getLabelLocation()
CompositeLine's label at the
time the CompositeLineState was created.
CompositeLine's labelpublic Size getLabelSize()
CompositeLine's label at the time
the CompositeLineState was created.
CompositeLine's labelpublic Coordinate[] getCoordinates()
CompositeLine at the time the
CompositeLineState was created.
CompositeLine
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||