All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.contrib.xcomp.MyFrame

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.contrib.xcomp.MyFrame

public class MyFrame
extends FrameComposite

Constructor Index

 o MyFrame()
 o MyFrame(Point, Point)

Method Index

 o createRootFigure()
A factory method (or a hook) for creating the root figure.
 o createRootFigure(Point, Point)
A factory method (or a hook) for creating the root figure.
 o getDefaultLayoutManager()

Constructors

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

Methods

 o createRootFigure
 protected RootFigure createRootFigure()
A factory method (or a hook) for creating the root figure.

Overrides:
createRootFigure in class FrameComposite
 o createRootFigure
 protected RootFigure createRootFigure(Point origin,
                                       Point corner)
A factory method (or a hook) for creating the root figure.

Overrides:
createRootFigure in class FrameComposite
 o getDefaultLayoutManager
 protected DrawLayoutManager getDefaultLayoutManager()
Overrides:
getDefaultLayoutManager in class CompositeFigure

All Packages  Class Hierarchy  This Package  Previous  Next  Index