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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Identifies the layer containing connections, which typically appear on top of anything in the primary layer.
    static final String
    The layer containing feedback, which are generally temporary visuals that appear on top of all other visuals.
    static final String
    Identifies the layer where the grid is painted.
    static final String
    Identifies the layer where Guides add feedback to the primary viewer.
    static final String
    Identifies the layer containing handles, which are typically editing decorations that appear on top of any model representations.
    static final String
    Identifies the layer containing the primary pieces of the application.
    static final String
    The layer that contains all printable layers.
    static final String
    The layer that contains all scaled layers.
    static final String
    The layer containing scaled feedback.
  • Field Details

    • PRIMARY_LAYER

      static final String PRIMARY_LAYER
      Identifies the layer containing the primary pieces of the application.
      See Also:
    • CONNECTION_LAYER

      static final String CONNECTION_LAYER
      Identifies the layer containing connections, which typically appear on top of anything in the primary layer.
      See Also:
    • GRID_LAYER

      static final String GRID_LAYER
      Identifies the layer where the grid is painted.
      See Also:
    • GUIDE_LAYER

      static final String GUIDE_LAYER
      Identifies the layer where Guides add feedback to the primary viewer.
      See Also:
    • HANDLE_LAYER

      static final String HANDLE_LAYER
      Identifies the layer containing handles, which are typically editing decorations that appear on top of any model representations.
      See Also:
    • FEEDBACK_LAYER

      static final String FEEDBACK_LAYER
      The layer containing feedback, which are generally temporary visuals that appear on top of all other visuals.
      See Also:
    • SCALED_FEEDBACK_LAYER

      static final String SCALED_FEEDBACK_LAYER
      The layer containing scaled feedback.
      See Also:
    • PRINTABLE_LAYERS

      static final String PRINTABLE_LAYERS
      The layer that contains all printable layers.
      See Also:
    • SCALABLE_LAYERS

      static final String SCALABLE_LAYERS
      The layer that contains all scaled layers.
      See Also: