public abstract class FigureWrapper extends AbstractFigure
| Constructor and Description |
|---|
FigureWrapper(Figure f)
Construct a new figure with the given child figure.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Rectangle2D |
getBounds()
Get the bounds of the child figure.
|
Figure |
getChild()
Get the child figure, or null if there isn't one.
|
java.awt.Shape |
getShape()
Get the outline shape of the child figure.
|
void |
paint(java.awt.Graphics2D g)
Paint the child if this figure is visible.
|
void |
setChild(Figure f)
Set the child figure.
|
void |
transform(java.awt.geom.AffineTransform at)
Transform the child figure with the supplied transform.
|
contains, getInteractor, getLayer, getOrigin, getParent, getToolTipText, getTransformContext, getUserObject, hit, intersects, isVisible, paint, repaint, repaint, setInteractor, setParent, setToolTipText, setUserObject, setVisible, translatepublic FigureWrapper(Figure f)
f - The figurepublic java.awt.geom.Rectangle2D getBounds()
getBounds in interface FiguregetBounds in class AbstractFigurepublic Figure getChild()
setChild(Figure)public java.awt.Shape getShape()
getShape in interface FiguregetShape in class AbstractFigurepublic void paint(java.awt.Graphics2D g)
paint in interface VisibleComponentpaint in class AbstractFigureg - The graphics contextpublic void setChild(Figure f)
f - The child figuregetChild()public void transform(java.awt.geom.AffineTransform at)
transform in interface Figuretransform in class AbstractFigureat - The transform