Class GlobalRegionIdentifiers

Object
GlobalRegionIdentifiers

public class GlobalRegionIdentifiers extends Object
Defines global identifiers for different regions of a mark.

This class provides constants that represent different parts or regions of a mark, which can be used for consistent identification across the system.

  • Field Details

    • SUBMARK_INSIDE

      public static final int SUBMARK_INSIDE
      Identifier for the inside region of a submark.
      See Also:
    • SUBMARK_SHELL

      public static final int SUBMARK_SHELL
      Identifier for the shell region of a submark.
      See Also:
    • SUBMARK_CORE

      public static final int SUBMARK_CORE
      Identifier for the core region of a submark.
      See Also:
    • SUBMARK_OUTSIDE

      public static final int SUBMARK_OUTSIDE
      Identifier for the outside region of a submark.
      See Also:
    • SUBMARK_CORE_INNER

      public static final int SUBMARK_CORE_INNER
      Identifier for the inner core region of a submark.
      See Also:
    • SUBMARK_SHELL_OUTSIDE

      public static final int SUBMARK_SHELL_OUTSIDE
      Identifier for the outer shell region of a submark.
      See Also: