Field Detail

VISIBLE_PAINTED

static final int VISIBLE_PAINTED
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the "painted" area.

See Also:
Constant Field Values

VISIBLE_FILL

static final int VISIBLE_FILL
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the filled area if any.

See Also:
Constant Field Values

VISIBLE_STROKE

static final int VISIBLE_STROKE
Indicates that this graphics node can be the target for events when it is visible and when the mouse is over the stroked area if any.

See Also:
Constant Field Values

VISIBLE

static final int VISIBLE
Indicates that this graphics node can be the target for events when it is visible and whatever is the filled and stroked area.

See Also:
Constant Field Values

PAINTED

static final int PAINTED
Indicates that this graphics node can be the target for events when the mouse is over the painted area whatever or not it is the visible.

See Also:
Constant Field Values

FILL

static final int FILL
Indicates that this graphics node can be the target for events when the mouse is over the filled area whatever or not it is the visible.

See Also:
Constant Field Values

STROKE

static final int STROKE
Indicates that this graphics node can be the target for events when the mouse is over the stroked area whatever or not it is the visible.

See Also:
Constant Field Values

ALL

static final int ALL
Indicates that this graphics node can be the target for events if any cases.

See Also:
Constant Field Values

NONE

static final int NONE
Indicates that this graphics node can not be the target for events.

See Also:
Constant Field Values

IDENTITY

static final AffineTransform IDENTITY
The identity affine transform matrix used to draw renderable images.