net.sourceforge.jeuclid.layout
Interface LayoutView

All Known Implementing Classes:
JEuclidView

public interface LayoutView

Version:
$Revision: 8afef6dd0d58 $

Method Summary
 Graphics2D getGraphics()
           
 LayoutInfo getInfo(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

Graphics2D getGraphics()
Returns:
the Layout Graphics Context.


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