com.yworks.yfiles.server.graphml.folding.ygraphmlmarkup
Class NodeViewStateExtension

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.MarkupExtension
      extended bycom.yworks.yfiles.server.graphml.folding.ygraphmlmarkup.NodeViewStateExtension

public class NodeViewStateExtension
extends MarkupExtension


Constructor Summary
NodeViewStateExtension()
           
NodeViewStateExtension(NodeViewState item)
           
 
Method Summary
 java.util.List getLabels()
           
 YRectangle getLayout()
           
 INodeStyle getStyle()
           
 java.lang.Object provideValue(Lookup lookup)
          Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
 void setLayout(YRectangle layout)
           
 void setStyle(INodeStyle style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeViewStateExtension

public NodeViewStateExtension()

NodeViewStateExtension

public NodeViewStateExtension(NodeViewState item)
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.

getLabels

public java.util.List getLabels()

getLayout

public YRectangle getLayout()

setLayout

public void setLayout(YRectangle layout)

getStyle

public INodeStyle getStyle()

setStyle

public void setStyle(INodeStyle style)


Copyright © 2000-2013 yWorks GmbH. All rights reserved