Package net.sourceforge.jeuclid.layout
package net.sourceforge.jeuclid.layout
Contains the layout classes.
The classes in this package provide a generic method for layouting of
displayable objects. A node to be layouted must implement the
LayoutableNode
interface. The layout functions will then generate instances of
GraphicsObject. These can be drawn when the layout is completed.-
ClassDescriptionData structure for storing a
Nodealong with its rendering boundary (Rectangle2D).Represented Information about a layouted object.Defines in what stage the current layout it.