public interface Liner
extends java.lang.Cloneable
ConnectionFigure
.
Strategy
The control points of the bezier path of a connection figure can be laid out
using different layout algorithms which are implemented by liners.
Context: ConnectionFigure
; Strategy: Liner
.
Modifier and Type | Method and Description |
---|---|
Liner |
clone() |
java.util.Collection<Handle> |
createHandles(BezierPath path)
Creates Handle's for the Liner.
|
void |
lineout(ConnectionFigure figure)
Layouts the Path.
|
void lineout(ConnectionFigure figure)
figure
- The ConnectionFigure to be lined out.java.util.Collection<Handle> createHandles(BezierPath path)
path
- The path for which to create handles.Liner clone()