|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotNull public interface Liner
A liner encapsulates a strategy for laying out the bezier path of
a 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
.
Method Summary | |
---|---|
Liner |
clone()
|
java.util.Collection<Handle> |
createHandles(BezierPath path)
Creates Handle's for the Liner. |
void |
lineout(ConnectionFigure figure)
Layouts the Path. |
Method Detail |
---|
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()
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |