com.yworks.yfiles.server.graphml.flexio.data
Class SliderParameterLocation

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.data.SliderParameterLocation

public class SliderParameterLocation
extends java.lang.Object

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


Field Summary
static int FROM_SOURCE
          Measured from the source end.
static int FROM_TARGET
          Measured from the target end.
static int LEFT
          Left of the edge.
static int RIGHT
          Right of the edge.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final int LEFT
Left of the edge.

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Right of the edge.

See Also:
Constant Field Values

FROM_SOURCE

public static final int FROM_SOURCE
Measured from the source end.

See Also:
Constant Field Values

FROM_TARGET

public static final int FROM_TARGET
Measured from the target end.

See Also:
Constant Field Values


Copyright © 2000-2013 yWorks GmbH. All rights reserved