com.yworks.yfiles.server.graphml.flexio.data.javamarkup
Class NodeScaledParameterExtension

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.MarkupExtension
      extended bycom.yworks.yfiles.server.graphml.flexio.data.javamarkup.NodeScaledParameterExtension

public class NodeScaledParameterExtension
extends MarkupExtension


Constructor Summary
NodeScaledParameterExtension()
           
 
Method Summary
 YPoint getOffset()
           
 java.lang.Object provideValue(Lookup lookup)
          Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
 void setOffset(YPoint offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeScaledParameterExtension

public NodeScaledParameterExtension()
Method Detail

getOffset

public YPoint getOffset()
Returns:
the offset

setOffset

public void setOffset(YPoint offset)
Parameters:
offset - the offset to set

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.


Copyright © 2000-2013 yWorks GmbH. All rights reserved