All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.samples.tree.Node

CH.ifa.draw.standard.AbstractFigure
   |
   +----CH.ifa.draw.standard.CompositeFigure
           |
           +----CH.ifa.draw.contrib.xcomp.ManagedComposite
                   |
                   +----CH.ifa.draw.contrib.xcomp.FrameComposite
                           |
                           +----CH.ifa.draw.samples.tree.Node

public class Node
extends FrameComposite

Constructor Index

 o Node()
 o Node(Point, Point)

Method Index

 o createRootFigure()
Creates a RootEllipseFigure.
 o createRootFigure(Point, Point)
Creates a RootEllipseFigure.

Constructors

 o Node
 public Node()
 o Node
 public Node(Point origin,
             Point corner)

Methods

 o createRootFigure
 protected RootFigure createRootFigure()
Creates a RootEllipseFigure.

Overrides:
createRootFigure in class FrameComposite
 o createRootFigure
 protected RootFigure createRootFigure(Point origin,
                                       Point corner)
Creates a RootEllipseFigure.

Overrides:
createRootFigure in class FrameComposite

All Packages  Class Hierarchy  This Package  Previous  Next  Index