Package net.sourceforge.jeuclid.layout

Contains the layout classes.

See:
          Description

Interface Summary
GraphicsObject  
LayoutableDocument  
LayoutableNode  
LayoutInfo Represented Information about a layouted object.
LayoutView  
 

Class Summary
FillRectObject  
JEuclidView  
JEuclidView.NodeRect Data structure for storing a Node along with its rendering boundary (Rectangle2D).
LayoutInfoImpl  
LineObject  
TextObject  
 

Enum Summary
LayoutStage Defines in what stage the current layout it.
 

Package net.sourceforge.jeuclid.layout Description

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.



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.