public class ElbowLiner extends java.lang.Object implements Liner, DOMStorable
Liner
that constrains a connection to orthogonal lines.Constructor and Description |
---|
ElbowLiner()
Creates a new instance.
|
ElbowLiner(double slantSize) |
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 |
read(DOMInput in) |
void |
write(DOMOutput out) |
public ElbowLiner()
public ElbowLiner(double slantSize)
public java.util.Collection<Handle> createHandles(BezierPath path)
Liner
createHandles
in interface Liner
path
- The path for which to create handles.public void lineout(ConnectionFigure figure)
Liner
public void read(DOMInput in)
read
in interface DOMStorable
public void write(DOMOutput out)
write
in interface DOMStorable