|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShapedFigure
An interface that defines the setShape() method. This method must be implemented by any figure that can have a PathManipulator wrapped around it.
| Method Summary | |
|---|---|
void |
setShape(java.awt.Shape s)
Set the shape of this figure. |
| Methods inherited from interface diva.canvas.Figure |
|---|
contains, getBounds, getInteractor, getLayer, getOrigin, getParent, getShape, getToolTipText, hit, intersects, setInteractor, setParent, setToolTipText, transform, translate |
| Methods inherited from interface diva.canvas.VisibleComponent |
|---|
isVisible, paint, paint, setVisible |
| Methods inherited from interface diva.canvas.CanvasComponent |
|---|
getTransformContext, repaint, repaint |
| Methods inherited from interface diva.util.UserObjectContainer |
|---|
getUserObject, setUserObject |
| Method Detail |
|---|
void setShape(java.awt.Shape s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||