Packagecom.yworks.graph.model
Classpublic class SliderParameterLocation
InheritanceSliderParameterLocation Inheritance Object

Flaggable enumeration that is used for the serialization of RotatedSliderEdgeLabelModel to indicate the position;



Public Constants
 ConstantDefined 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
Constant Detail
FROM_SOURCEConstant
public static const FROM_SOURCE:uint = 4

Measured from the source end.

FROM_TARGETConstant 
public static const FROM_TARGET:uint = 8

Measured from the target end.

LEFTConstant 
public static const LEFT:uint = 1

Left of the edge.

RIGHTConstant 
public static const RIGHT:uint = 2

Right of the edge.