|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrawingControlDecision
Constants which define whether a shape and its children will be drawn.
Field Summary | |
---|---|
static int |
DRAW
Draw this element and all its children. |
static int |
DRAW_ASK_ABOUT_CHILDREN
Draw this element and ask about children. |
static int |
IGNORE
Do not draw this element and all its children. |
static int |
IGNORE_ASK_ABOUT_CHILDREN
Do not draw this element but ask about children. |
Field Detail |
---|
static final int DRAW_ASK_ABOUT_CHILDREN
static final int DRAW
static final int IGNORE_ASK_ABOUT_CHILDREN
static final int IGNORE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |