public interface IlvLinkImageFactory
IlvMakeLinkInteractor
Modifier and Type | Method and Description |
---|---|
IlvLinkImage |
createObject(IlvGraphic from,
IlvGraphic to,
IlvPoint[] points,
boolean oriented)
Creates a new link.
|
Class |
getLinkImageClass()
Returns the class of the link that is created by
createObject . |
IlvLinkImage createObject(IlvGraphic from, IlvGraphic to, IlvPoint[] points, boolean oriented)
from
- the starting node of the link.to
- the ending node of the link.points
- the points defining the link, including origin and
destination points.oriented
- true if the link must be ended by an arrow showing
the orientation.Class getLinkImageClass()
createObject
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.