|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShapeListener
Shape listener interface.
Method Summary | |
---|---|
void |
fillChanged(Shape shape,
Paint previousFill)
Called when a shape's fill has changed. |
void |
originChanged(Shape shape,
int previousX,
int previousY)
Called when a shape's origin has changed. |
void |
strokeChanged(Shape shape,
Paint previousStroke)
Called when a shape's stroke has changed. |
void |
strokeThicknessChanged(Shape shape,
int previousStrokeThickness)
Called when a shape's stroke thickness has changed. |
void |
visibleChanged(Shape shape)
Called when a shape's visible flag has changed. |
Method Detail |
---|
void originChanged(Shape shape, int previousX, int previousY)
shape
- previousX
- previousY
- void strokeChanged(Shape shape, Paint previousStroke)
shape
- previousStroke
- void strokeThicknessChanged(Shape shape, int previousStrokeThickness)
shape
- previousStrokeThickness
- void fillChanged(Shape shape, Paint previousFill)
shape
- previousFill
- void visibleChanged(Shape shape)
shape
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |