|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The constants used to identify typical layers in a graphical application.
Field Summary | |
static java.lang.String |
CONNECTION_LAYER
Identifies the layer containing connections, which typically appear on top of anything in the primary layer. |
static java.lang.String |
FEEDBACK_LAYER
The layer containing feedback, which are generally temporary visuals that appear on top of all other visuals. |
static java.lang.String |
GRID_LAYER
Identifies the layer where the grid is painted. |
static java.lang.String |
GUIDE_LAYER
Identifies the layer where Guides add feedback to the primary viewer. |
static java.lang.String |
HANDLE_LAYER
Identifies the layer containing handles, which are typically editing decorations that appear on top of any model representations. |
static java.lang.String |
PRIMARY_LAYER
Identifies the layer containing the primary pieces of the application. |
static java.lang.String |
PRINTABLE_LAYERS
The layer that contains all printable layers. |
static java.lang.String |
SCALABLE_LAYERS
The layer that contains all scaled layers. |
static java.lang.String |
SCALED_FEEDBACK_LAYER
The layer containing scaled feedback. |
Field Detail |
public static final java.lang.String PRIMARY_LAYER
public static final java.lang.String CONNECTION_LAYER
public static final java.lang.String GRID_LAYER
public static final java.lang.String GUIDE_LAYER
public static final java.lang.String HANDLE_LAYER
public static final java.lang.String FEEDBACK_LAYER
public static final java.lang.String SCALED_FEEDBACK_LAYER
public static final java.lang.String PRINTABLE_LAYERS
public static final java.lang.String SCALABLE_LAYERS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |