Package org.eclipse.gef
Interface LayerConstants
- All Known Implementing Classes:
- AbstractConnectionEditPart,- FreeformGraphicalRootEditPart,- GraphicalRootEditPart,- ScalableFreeformRootEditPart,- ScalableRootEditPart
public interface LayerConstants
The constants used to identify typical layers in a graphical application.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringIdentifies the layer containing connections, which typically appear on top of anything in the primary layer.static final StringThe layer containing feedback, which are generally temporary visuals that appear on top of all other visuals.static final StringIdentifies the layer where the grid is painted.static final StringIdentifies the layer where Guides add feedback to the primary viewer.static final StringIdentifies the layer containing handles, which are typically editing decorations that appear on top of any model representations.static final StringIdentifies the layer containing the primary pieces of the application.static final StringThe layer that contains all printable layers.static final StringThe layer that contains all scaled layers.static final StringThe layer containing scaled feedback.
- 
Field Details- 
PRIMARY_LAYERIdentifies the layer containing the primary pieces of the application.- See Also:
 
- 
CONNECTION_LAYERIdentifies the layer containing connections, which typically appear on top of anything in the primary layer.- See Also:
 
- 
GRID_LAYERIdentifies the layer where the grid is painted.- See Also:
 
- 
GUIDE_LAYERIdentifies the layer where Guides add feedback to the primary viewer.- See Also:
 
- 
HANDLE_LAYERIdentifies the layer containing handles, which are typically editing decorations that appear on top of any model representations.- See Also:
 
- 
FEEDBACK_LAYERThe layer containing feedback, which are generally temporary visuals that appear on top of all other visuals.- See Also:
 
- 
SCALED_FEEDBACK_LAYERThe layer containing scaled feedback.- See Also:
 
- 
PRINTABLE_LAYERSThe layer that contains all printable layers.- See Also:
 
- 
SCALABLE_LAYERSThe layer that contains all scaled layers.- See Also:
 
 
-