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