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
-
MyFrame()
-
-
MyFrame(Point, Point)
-
-
createRootFigure()
- A factory method (or a hook) for creating the root figure.
-
createRootFigure(Point, Point)
- A factory method (or a hook) for creating the root figure.
-
getDefaultLayoutManager()
-
MyFrame
public MyFrame()
MyFrame
public MyFrame(Point origin,
Point corner)
createRootFigure
protected RootFigure createRootFigure()
- A factory method (or a hook) for creating the root figure.
- Overrides:
- createRootFigure in class FrameComposite
createRootFigure
protected RootFigure createRootFigure(Point origin,
Point corner)
- A factory method (or a hook) for creating the root figure.
- Overrides:
- createRootFigure in class FrameComposite
getDefaultLayoutManager
protected DrawLayoutManager getDefaultLayoutManager()
- Overrides:
- getDefaultLayoutManager in class CompositeFigure
All Packages Class Hierarchy This Package Previous Next Index