java.lang.Object
java.lang.Enum<Category>
com.github.weisj.jsvg.nodes.prototype.spec.Category
All Implemented Interfaces:
Serializable, Comparable<Category>, java.lang.constant.Constable

public enum Category extends Enum<Category>
  • Enum Constant Details

    • Animation

      public static final Category Animation
    • BasicShape

      public static final Category BasicShape
    • Container

      public static final Category Container
    • Descriptive

      public static final Category Descriptive
    • FilterPrimitive

      public static final Category FilterPrimitive
    • TransferFunctionElement

      public static final Category TransferFunctionElement
    • Gradient

      public static final Category Gradient
    • Graphic

      public static final Category Graphic
    • GraphicsReferencing

      public static final Category GraphicsReferencing
    • Shape

      public static final Category Shape
    • Structural

      public static final Category Structural
    • TextContent

      public static final Category TextContent
    • TextContentChild

      public static final Category TextContentChild
    • None

      public static final Category None
  • Field Details

    • effectivelyAllowed

      private final boolean effectivelyAllowed
  • Constructor Details

    • Category

      private Category()
    • Category

      private Category(boolean effectivelyAllowed)
  • Method Details

    • values

      public static Category[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Category valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • isEffectivelyAllowed

      public boolean isEffectivelyAllowed()