|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.data.StripeLabelModelParameter
A label model parameter for Columns
and Rows.
| Constructor Summary | |
StripeLabelModelParameter()
Creates a new instance. |
|
StripeLabelModelParameter(java.lang.String position)
Creates a new instance. |
|
| Method Summary | |
java.lang.Object |
clone()
|
MarkupExtension |
createMarkupExtension(Lookup lookup)
Creates a markup extension that can be used instead of the original class. |
ILabelModel |
getModel()
The model for this parameter. |
java.lang.String |
getPosition()
A String which encodes this position |
void |
setModel(ILabelModel model)
Sets the model for this parameter. |
void |
setPosition(java.lang.String position)
A String which encodes this position |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StripeLabelModelParameter()
Developers should not create instances of this class but use the constants defined
in StripeLabelModel: one of
StripeLabelModel.NORTH,
StripeLabelModel.SOUTH,
StripeLabelModel.EAST, and
StripeLabelModel.WEST
public StripeLabelModelParameter(java.lang.String position)
Developers should not create instances of this class but use the constants defined
in StripeLabelModel: one of
StripeLabelModel.NORTH,
StripeLabelModel.SOUTH,
StripeLabelModel.EAST, and
StripeLabelModel.WEST
position - A String which encodes the position of the label.| Method Detail |
public ILabelModel getModel()
getModel in interface ILabelModelParameterpublic void setModel(ILabelModel model)
public java.lang.Object clone()
clone in interface ILabelModelParameterpublic java.lang.String getPosition()
public void setPosition(java.lang.String position)
public MarkupExtension createMarkupExtension(Lookup lookup)
IMarkupExtensionFactory
createMarkupExtension in interface IMarkupExtensionFactorylookup - The lookup that shall be considered when creating the markup extension.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||