public class ExcitableFigGraphics extends FigGraphicsDecorator
Details: No details available.
Modifier and Type | Field and Description |
---|---|
static int |
DRAW_EXCITED
Draw shape in excited form.
|
static int |
DRAW_SEMIEXCITED
Draw shape partially excited.
|
static int |
DRAW_UNEXCITED
Draw shape normally.
|
mFigGraphics
Modifier and Type | Method and Description |
---|---|
Doodle |
getActiveShape() |
InteractiveFigureView |
getExcitedView() |
int |
getExcitement(Doodle iShape) |
drawOnTop, getDetailLevel, getGraphics, getRotation, getScale, getView, setGraphics
public static final int DRAW_UNEXCITED
Details:
DRAW_UNEXCITED
indicates that a shape should be drawn in its normal, unexcited form.
This is the usual form for the shape.
DRAW_SEMIEXCITED
,
DRAW_EXCITED
,
Constant Field Valuespublic static final int DRAW_SEMIEXCITED
Details:
DRAW_SEMIEXCITED
indicates that a shape should be drawn in a semi-
DRAW_UNEXCITED
,
DRAW_EXCITED
,
Constant Field Valuespublic static final int DRAW_EXCITED
Details:
DRAW_EXCITED
indicates that a shape should be drawn in its excited form.
This form is suggested for displaying shapes under the mouse.
DRAW_UNEXCITED
,
DRAW_SEMIEXCITED
,
Constant Field Valuespublic InteractiveFigureView getExcitedView()
public Doodle getActiveShape()
public int getExcitement(Doodle iShape)
Copyright © 2013. All Rights Reserved.