Interface StereotypesDisplayModeOwner

    • Field Detail

      • STEREOTYPE_DISPLAY_MODE_TEXT_AND_ICON

        static final java.lang.String STEREOTYPE_DISPLAY_MODE_TEXT_AND_ICON
        Stereotype name and icon will be displayed.
        See Also:
        Constant Field Values
      • STEREOTYPE_DISPLAY_MODE_TEXT

        static final java.lang.String STEREOTYPE_DISPLAY_MODE_TEXT
        Stereotype name will be displayed.
        See Also:
        Constant Field Values
      • STEREOTYPE_DISPLAY_MODE_ICON

        static final java.lang.String STEREOTYPE_DISPLAY_MODE_ICON
        Stereotype icon will be displayed.
        See Also:
        Constant Field Values
      • STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE_AND_TEXT

        static final java.lang.String STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE_AND_TEXT
        Large icon covering all shape will be displayed with stereotype name.
        See Also:
        Constant Field Values
      • STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE

        static final java.lang.String STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE
        Large icon covering all shape will be displayed without stereotype name.
        See Also:
        Constant Field Values
      • STEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPES

        static final java.lang.String STEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPES
        Name and icon will not be displayed on element shape.
        See Also:
        Constant Field Values
      • DSL_STEREOTYPE_DISPLAY_MODE_ALL

        static final java.lang.String DSL_STEREOTYPE_DISPLAY_MODE_ALL
        Display all DSL stereotypes
        See Also:
        Constant Field Values
      • DSL_STEREOTYPE_DISPLAY_MODE_LAST

        static final java.lang.String DSL_STEREOTYPE_DISPLAY_MODE_LAST
        Display only last DSL stereotype
        See Also:
        Constant Field Values
      • DSL_STEREOTYPE_DISPLAY_MODE_NONE

        static final java.lang.String DSL_STEREOTYPE_DISPLAY_MODE_NONE
        Display none DSL stereotypes
        See Also:
        Constant Field Values
      • DSL_STEREOTYPE_DISPLAY_MODES

        static final java.util.List<java.lang.String> DSL_STEREOTYPE_DISPLAY_MODES
        Possible DSL stereotypes display modes
      • STEREOTYPES_DISPLAY_MODES

        static final java.util.List<java.lang.String> STEREOTYPES_DISPLAY_MODES
        Possible stereotype display modes.
      • STEREOTYPES_DISPLAY_MODES_SIMPLE

        static final java.util.List<java.lang.String> STEREOTYPES_DISPLAY_MODES_SIMPLE
        Possible stereotype display modes for shapes which cannot be suppressed.
    • Method Detail

      • getStereotypesDisplayMode

        java.lang.String getStereotypesDisplayMode()
        Gets stereotype display mode.
        Returns:
        stereotype display mode.
      • sSetStereotypesDisplayMode

        void sSetStereotypesDisplayMode​(java.lang.String mode)
        Simple sets (no updates) stereotypes display mode.
        Parameters:
        mode - stereotypes display mode value.
      • setStereotypesDisplayMode

        void setStereotypesDisplayMode​(java.lang.String mode)
        Sets stereotype display mode value.
        Parameters:
        mode - stereotype display mode.
      • getDSLStereotypesDisplayMode

        java.lang.String getDSLStereotypesDisplayMode()
        Gets DSL stereotype display mode.
        Returns:
        stereotype display mode.
      • sSetDSLStereotypesDisplayMode

        void sSetDSLStereotypesDisplayMode​(java.lang.String mode)
        Simple sets (no updates) DSL stereotypes display mode.
        Parameters:
        mode - stereotypes display mode value.
      • setDSLStereotypesDisplayMode

        void setDSLStereotypesDisplayMode​(java.lang.String mode)
        Sets DSL stereotype display mode value.
        Parameters:
        mode - stereotype display mode.