|
||||||||||
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.StretchStripeLabelModelParameter
A label model parameter for Column
s
and Row
s.
Constructor Summary | |
StretchStripeLabelModelParameter()
Creates a new instance. |
|
StretchStripeLabelModelParameter(java.lang.String position)
|
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()
Gets the model that is associated with this parameter. |
java.lang.String |
getPosition()
|
void |
setModel(ILabelModel model)
|
void |
setPosition(java.lang.String position)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StretchStripeLabelModelParameter()
Developers should not create instances of this class but use the constants defined
in StretchStripeLabelModel
: one of
StretchStripeLabelModel.NORTH
,
StretchStripeLabelModel.SOUTH
,
StretchStripeLabelModel.EAST
, and
StretchStripeLabelModel.WEST
public StretchStripeLabelModelParameter(java.lang.String position)
Method Detail |
public ILabelModel getModel()
ILabelModelParameter
getModel
in interface ILabelModelParameter
public void setModel(ILabelModel model)
public java.lang.Object clone()
clone
in interface ILabelModelParameter
public java.lang.String getPosition()
public void setPosition(java.lang.String position)
public MarkupExtension createMarkupExtension(Lookup lookup)
IMarkupExtensionFactory
createMarkupExtension
in interface IMarkupExtensionFactory
lookup
- 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 |