Interface LayoutView

  • All Known Implementing Classes:
    JEuclidView

    public interface LayoutView
    Version:
    $Revision: 8afef6dd0d58 $
    • 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.