|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
Abstract base class for yFiles FLEX IEdgeStyle
data objects.
Constructor Summary | |
AbstractEdgeStyle()
|
Method Summary | |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
IArrow |
getSourceArrow()
Gets the visual arrow at the target end of edges that use this style. |
IArrow |
getTargetArrow()
Gets the visual arrow at the target end of edges that use this style. |
void |
setSourceArrow(IArrow sourceArrow)
Sets the visual arrow at the target end of edges that use this style. |
void |
setTargetArrow(IArrow targetArrow)
Sets 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 |
public AbstractEdgeStyle()
Method Detail |
public IArrow getSourceArrow()
getSourceArrow
in interface IEdgeStyle
public IArrow getTargetArrow()
getTargetArrow
in interface IEdgeStyle
public void setSourceArrow(IArrow sourceArrow)
sourceArrow
- public void setTargetArrow(IArrow targetArrow)
targetArrow
- public java.util.Collection getSharedInstances()
ISharedInstanceProvider
Collection
for objects that shall be shared.
getSharedInstances
in interface ISharedInstanceProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |