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

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

public class StretchStripeLabelModelParameterExtension
extends MarkupExtension

Markup extension for reflection based (de)serialization of StretchStripeLabelModelParameters.


Constructor Summary
StretchStripeLabelModelParameterExtension()
           
StretchStripeLabelModelParameterExtension(StretchStripeLabelModelParameter parameter)
           
 
Method Summary
 ILabelModel getModel()
           
 java.lang.String getPosition()
           
 java.lang.Object provideValue(Lookup lookup)
          Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
 void setModel(ILabelModel model)
           
 void setPosition(java.lang.String position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StretchStripeLabelModelParameterExtension

public StretchStripeLabelModelParameterExtension()

StretchStripeLabelModelParameterExtension

public StretchStripeLabelModelParameterExtension(StretchStripeLabelModelParameter parameter)
Method Detail

provideValue

public java.lang.Object provideValue(Lookup lookup)
Description copied from class: MarkupExtension
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.

getPosition

public java.lang.String getPosition()

setPosition

public void setPosition(java.lang.String position)

getModel

public ILabelModel getModel()

setModel

public void setModel(ILabelModel model)


Copyright © 2000-2013 yWorks GmbH. All rights reserved