com.yworks.yfiles.server.graphml.flexio.data.markup
Class RotatedSliderLabelModelParameterExtension

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.MarkupExtension
      extended bycom.yworks.yfiles.server.graphml.flexio.data.markup.RotatedSliderLabelModelParameterExtension

public class RotatedSliderLabelModelParameterExtension
extends MarkupExtension

Markup extension for the RotatedSliderEdgeLabelModel.


Constructor Summary
RotatedSliderLabelModelParameterExtension()
           
RotatedSliderLabelModelParameterExtension(int location, ILabelModel model, int segmentIndex, double segmentRatio)
           
 
Method Summary
 int getLocation()
           
 ILabelModel getModel()
           
 int getSegmentIndex()
           
 double getSegmentRatio()
           
 java.lang.Object provideValue(Lookup lookup)
          Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
 void setLocation(int location)
           
 void setModel(ILabelModel model)
           
 void setSegmentIndex(int segmentIndex)
           
 void setSegmentRatio(double segmentRatio)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotatedSliderLabelModelParameterExtension

public RotatedSliderLabelModelParameterExtension()

RotatedSliderLabelModelParameterExtension

public RotatedSliderLabelModelParameterExtension(int location,
                                                 ILabelModel model,
                                                 int segmentIndex,
                                                 double segmentRatio)
Method Detail

getLocation

public int getLocation()

setLocation

public void setLocation(int location)

getModel

public ILabelModel getModel()

setModel

public void setModel(ILabelModel model)

getSegmentIndex

public int getSegmentIndex()

setSegmentIndex

public void setSegmentIndex(int segmentIndex)

getSegmentRatio

public double getSegmentRatio()

setSegmentRatio

public void setSegmentRatio(double segmentRatio)

provideValue

public java.lang.Object provideValue(Lookup lookup)
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.

Specified by:
provideValue in class MarkupExtension
Parameters:
lookup - An object that can provide additional functionality for the markup extension.
Returns:
The object value to set on the property where the extension is applied.


Copyright © 2000-2013 yWorks GmbH. All rights reserved