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.


Constructor Index

 o HiddenFrame(PanelComposite)
 o HiddenFrame(Point, Point, PanelComposite)

Method Index

 o drawBackground(Graphics)
Do nothing.
 o drawFrame(Graphics)
Do nothing.
 o highlight(Graphics)
Draw a dashed rectangle around the display box of this.

Constructors

 o HiddenFrame
 public HiddenFrame(PanelComposite composite)
 o HiddenFrame
 public HiddenFrame(Point origin,
                    Point corner,
                    PanelComposite composite)

Methods

 o drawBackground
 public void drawBackground(Graphics g)
Do nothing.

Overrides:
drawBackground in class RectangleFigure
 o drawFrame
 public void drawFrame(Graphics g)
Do nothing.

Overrides:
drawFrame in class RectangleFigure
 o 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