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)
LinercreateHandles in interface Linerpath - The path for which to create handles.public void lineout(ConnectionFigure figure)
Linerpublic void read(DOMInput in)
read in interface DOMStorablepublic void write(DOMOutput out)
write in interface DOMStorable