| Package | com.yworks.graph.model |
| Class | public class SliderParameterLocation |
| Inheritance | SliderParameterLocation Object |
RotatedSliderEdgeLabelModel to indicate
the position;
| Constant | Defined By | ||
|---|---|---|---|
| FROM_SOURCE : uint = 4 [static]
Measured from the source end. | SliderParameterLocation | ||
| FROM_TARGET : uint = 8 [static]
Measured from the target end. | SliderParameterLocation | ||
| LEFT : uint = 1 [static]
Left of the edge. | SliderParameterLocation | ||
| RIGHT : uint = 2 [static]
Right of the edge. | SliderParameterLocation | ||
| FROM_SOURCE | Constant |
public static const FROM_SOURCE:uint = 4Measured from the source end.
| FROM_TARGET | Constant |
public static const FROM_TARGET:uint = 8Measured from the target end.
| LEFT | Constant |
public static const LEFT:uint = 1Left of the edge.
| RIGHT | Constant |
public static const RIGHT:uint = 2Right of the edge.