All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.samples.statechart.HiddenFrame
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.figures.AttributeFigure
|
+----CH.ifa.draw.figures.RectangleFigure
|
+----CH.ifa.draw.figures.RootRectangleFigure
|
+----CH.ifa.draw.samples.statechart.HiddenFrame
- public class HiddenFrame
- extends RootRectangleFigure
A RootRectangleFigure that has no explicit visual representation.
That, is the rectangle is hidden but it does have a display box.
-
HiddenFrame(PanelComposite)
-
-
HiddenFrame(Point, Point, PanelComposite)
-
-
drawBackground(Graphics)
- Do nothing.
-
drawFrame(Graphics)
- Do nothing.
-
highlight(Graphics)
-
Draw a dashed rectangle around the display box of this.
HiddenFrame
public HiddenFrame(PanelComposite composite)
HiddenFrame
public HiddenFrame(Point origin,
Point corner,
PanelComposite composite)
drawBackground
public void drawBackground(Graphics g)
- Do nothing.
- Overrides:
- drawBackground in class RectangleFigure
drawFrame
public void drawFrame(Graphics g)
- Do nothing.
- Overrides:
- drawFrame in class RectangleFigure
highlight
public void highlight(Graphics g)
- Draw a dashed rectangle around the display box of this.
- Overrides:
- highlight in class AttributeFigure
All Packages Class Hierarchy This Package Previous Next Index