com.yworks.yfiles.server.graphml.folding.markup
Class BendExtension

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.MarkupExtension
      extended bycom.yworks.yfiles.server.graphml.folding.markup.BendExtension

public class BendExtension
extends MarkupExtension

Helper class for (de)serialization of EdgeViewState instances.


Constructor Summary
BendExtension()
           
 
Method Summary
 YPoint getLocation()
           
 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(YPoint location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BendExtension

public BendExtension()
Method Detail

getLocation

public YPoint getLocation()

setLocation

public void setLocation(YPoint location)

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