|
||||||||||
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.StretchStripeLabelModel
Field Summary | |
static StretchStripeLabelModelParameter |
EAST
A parameter instance which places the label at the right side of the stripe. |
static StretchStripeLabelModelParameter |
NORTH
A parameter instance which places the label at the top side of the stripe. |
static java.lang.String |
POSITION_EAST
Encodes a position at the right side of the stripe. |
static java.lang.String |
POSITION_NORTH
Encodes a position at the top side of the stripe. |
static java.lang.String |
POSITION_SOUTH
Encodes a position at the bottom side of the stripe. |
static java.lang.String |
POSITION_WEST
Encodes a position at the left side of the stripe. |
static StretchStripeLabelModelParameter |
SOUTH
A parameter instance which places the label at the bottom side of the stripe. |
static StretchStripeLabelModelParameter |
WEST
A parameter instance which places the label at the left side of the stripe. |
Constructor Summary | |
StretchStripeLabelModel()
|
Method Summary | |
ILabelModelParameter |
createDefaultParameter()
Creates a default parameter that can be used for this model. |
static StretchStripeLabelModel |
getInstance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String POSITION_NORTH
public static final java.lang.String POSITION_SOUTH
public static final java.lang.String POSITION_WEST
public static final java.lang.String POSITION_EAST
public static final StretchStripeLabelModelParameter NORTH
This is a convenience parameter instance that can be shared between label instances.
public static final StretchStripeLabelModelParameter SOUTH
This is a convenience parameter instance that can be shared between label instances.
public static final StretchStripeLabelModelParameter EAST
This is a convenience parameter instance that can be shared between label instances.
public static final StretchStripeLabelModelParameter WEST
This is a convenience parameter instance that can be shared between label instances.
Constructor Detail |
public StretchStripeLabelModel()
Method Detail |
public static StretchStripeLabelModel getInstance()
public ILabelModelParameter createDefaultParameter()
ILabelModel
createDefaultParameter
in interface ILabelModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |