|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeometricSet
An interface for figure sets with that have their contents defined geometrically. The geometry of the set is a Shape, and the contents of the set is somehow determined by that shape. A number of the methods defined here are optional, so implementors are not obliged to implement them. For example, some implementations might not allow the geometry to be changed, so they can throw an exception on the setGeometry(), freshFigures(), and staleFigures() methods.
Method Summary | |
---|---|
Shape |
getGeometry()
Get the geometry. |
void |
setGeometry(Shape geometry)
Set the geometry. |
Methods inherited from interface diva.canvas.FigureSet |
---|
contains, figures, figuresFromBack, figuresFromFront |
Method Detail |
---|
Shape getGeometry()
void setGeometry(Shape geometry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |