public interface IFXDecoration
IFXDecoration
can be used to add a visual (an arrow, for example)
to the start or end point of an FXConnection
.Modifier and Type | Method and Description |
---|---|
Point |
getLocalEndPoint()
Returns the end point of this decoration in the local coordinate space of
its
visual . |
Point |
getLocalStartPoint()
Returns the start point of this decoration in the local coordinate space
of its
visual . |
javafx.scene.Node |
getVisual()
Returns the decoration's visual, for example, an arrow shape.
|
Point getLocalEndPoint()
visual
.Point getLocalStartPoint()
visual
.javafx.scene.Node getVisual()
Copyright (c) 2014 itemis AG and others. All rights reserved.