public interface GJCustomGraphLayoutInterface
GJCustomGraphLayoutInterface
are
treated specially by some Waterloo custom SpringLayout
subclasses.
The setConstraints
method will be called within the layout's
layoutContainer
method before the superclass
layoutContainer
method is called. This allows the constraints to be
updated, e.g. to align them with changing axes.Modifier and Type | Method and Description |
---|---|
void |
setConstraints()
Called by the layout to update the constraints.
|