public abstract class CompoundShape extends SelectableShape
| Constructor and Description |
|---|
CompoundShape() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.awt.geom.Point2D aPoint)
Tests whether this item contains a given point.
|
void |
draw(java.awt.Graphics2D g2)
Draws this item.
|
void |
translate(int dx,
int dy)
Translates this item by a given amount.
|
drawSelection, isSelected, setSelectedpublic CompoundShape()
public boolean contains(java.awt.geom.Point2D aPoint)
SceneShapeaPoint - a pointpublic void translate(int dx, int dy)
SceneShapedx - the amount to translate in x-directiondy - the amount to translate in y-directionpublic void draw(java.awt.Graphics2D g2)
SceneShapeg2 - the graphics context