|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.style.StyleItemInfo
A StyleItemInfo holds all Formats that might get applied to
a StyleItem. It is used as a Messenger.
| Field Summary | |
StrokeFormat |
assignedBorder
StrokeFormat for the border of a Composite |
FontFormat |
assignedFont
FontFormat of the StyleItem |
MarkerFormat |
assignedMarkerBegin
MarkerFormat of the start marker |
MarkerFormat |
assignedMarkerEnd
MarkerFormat of the end marker |
PaintFormat |
assignedPaint
PaintFormat of the StyleItem |
StrokeFormat |
assignedStroke
StrokeFormat of the StyleItem |
StyleItem |
styleitem
the StyleItem info should be provided for |
java.lang.String |
styleitemname
the name of the StyleItem |
| Constructor Summary | |
StyleItemInfo()
Default Constructor. |
|
| Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public StyleItem styleitem
StyleItem info should be provided for
public java.lang.String styleitemname
StyleItem
public StrokeFormat assignedStroke
StrokeFormat of the StyleItem
public StrokeFormat assignedBorder
StrokeFormat for the border of a Composite
public PaintFormat assignedPaint
PaintFormat of the StyleItem
public FontFormat assignedFont
FontFormat of the StyleItem
public MarkerFormat assignedMarkerBegin
MarkerFormat of the start marker
public MarkerFormat assignedMarkerEnd
MarkerFormat of the end marker
| Constructor Detail |
public StyleItemInfo()
| Method Detail |
public java.lang.Object clone()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||