com.yworks.yfiles.server.graphml.flexio.data.common
Class VoidEdgeStyle

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.data.common.VoidEdgeStyle
All Implemented Interfaces:
IEdgeStyle

public class VoidEdgeStyle
extends java.lang.Object
implements IEdgeStyle

A container modeling an edge style that does nothing and behaves like an invisible style.


Constructor Summary
VoidEdgeStyle()
           
 
Method Summary
 IArrow getSourceArrow()
          the visual arrow at the source end of edges that use this style.
 IArrow getTargetArrow()
          the visual arrow at the target end of edges that use this style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoidEdgeStyle

public VoidEdgeStyle()
Method Detail

getSourceArrow

public IArrow getSourceArrow()
the visual arrow at the source end of edges that use this style.

Specified by:
getSourceArrow in interface IEdgeStyle

getTargetArrow

public IArrow getTargetArrow()
the visual arrow at the target end of edges that use this style.

Specified by:
getTargetArrow in interface IEdgeStyle


Copyright © 2000-2013 yWorks GmbH. All rights reserved