Package net.sourceforge.jeuclid.layout
Interface LayoutView
-
- All Known Implementing Classes:
JEuclidView
public interface LayoutView- Version:
- $Revision: 8afef6dd0d58 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Graphics2DgetGraphics()LayoutInfogetInfo(LayoutableNode child)Retrieve the Info object for a given child.
-
-
-
Method Detail
-
getInfo
LayoutInfo getInfo(LayoutableNode child)
Retrieve the Info object for a given child.- Parameters:
child- the node- Returns:
- an LayoutInfo object.
-
getGraphics
java.awt.Graphics2D getGraphics()
- Returns:
- the Layout Graphics Context.
-
-