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

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

public class EdgeViewStateExtension
extends MarkupExtension


Constructor Summary
EdgeViewStateExtension()
           
EdgeViewStateExtension(EdgeViewState item)
           
 
Method Summary
 YList getBends()
           
 YList getLabels()
           
 Port getSourcePort()
           
 IEdgeStyle getStyle()
           
 java.lang.Object getTag()
           
 Port getTargetPort()
           
 java.lang.Object provideValue(Lookup lookup)
          Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
 void setSourcePort(Port sourcePort)
           
 void setStyle(IEdgeStyle style)
           
 void setTag(java.lang.Object tag)
           
 void setTargetPort(Port targetPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeViewStateExtension

public EdgeViewStateExtension()

EdgeViewStateExtension

public EdgeViewStateExtension(EdgeViewState 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.

getBends

public YList getBends()

getLabels

public YList getLabels()

getSourcePort

public Port getSourcePort()

setSourcePort

public void setSourcePort(Port sourcePort)

getTargetPort

public Port getTargetPort()

setTargetPort

public void setTargetPort(Port targetPort)

getStyle

public IEdgeStyle getStyle()

setStyle

public void setStyle(IEdgeStyle style)

getTag

public java.lang.Object getTag()

setTag

public void setTag(java.lang.Object tag)


Copyright © 2000-2013 yWorks GmbH. All rights reserved