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.-
Interface Summary Interface Description GraphicsObject LayoutableDocument LayoutableNode LayoutInfo Represented Information about a layouted object.LayoutView -
Class Summary Class Description FillRectObject JEuclidView JEuclidView.NodeRect Data structure for storing aNodealong with its rendering boundary (Rectangle2D).LayoutInfoImpl LineObject TextObject -
Enum Summary Enum Description LayoutStage Defines in what stage the current layout it.