Enum Class SVG.Usage

java.lang.Object
java.lang.Enum<SVG.Usage>
org.tquadrat.foundation.svg.SVG.Usage
All Implemented Interfaces:
Serializable, Comparable<SVG.Usage>, Constable
Enclosing interface:
SVG

@ClassVersion(sourceVersion="$Id: SVG.java 1139 2024-06-16 19:50:41Z tquadrat $") @API(status=STABLE, since="0.0.5") public static enum SVG.Usage extends Enum<SVG.Usage>
The different usages for an <svg> element.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SVG.java 1139 2024-06-16 19:50:41Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.svg.SVG.Usage"

UML Diagram for "org.tquadrat.foundation.svg.SVG.Usage"

UML Diagram for "org.tquadrat.foundation.svg.SVG.Usage"
  • Enum Constant Details

  • Constructor Details

  • Method Details

    • values

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

      public static SVG.Usage valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null