public class CurvedLiner extends java.lang.Object implements Liner, DOMStorable
Liner
that constrains a connection to a curved line.Constructor and Description |
---|
CurvedLiner()
Creates a new instance.
|
CurvedLiner(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 CurvedLiner()
public CurvedLiner(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