Enum Class PName

java.lang.Object
java.lang.Enum<PName>
net.sourceforge.plantuml.style.PName
All Implemented Interfaces:
Serializable, Comparable<PName>, Constable

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

    • Shadowing

      public static final PName Shadowing
    • FontName

      public static final PName FontName
    • FontColor

      public static final PName FontColor
    • FontSize

      public static final PName FontSize
    • FontStyle

      public static final PName FontStyle
    • BackGroundColor

      public static final PName BackGroundColor
    • RoundCorner

      public static final PName RoundCorner
    • LineThickness

      public static final PName LineThickness
    • DiagonalCorner

      public static final PName DiagonalCorner
    • HyperLinkColor

      public static final PName HyperLinkColor
    • HyperlinkUnderlineStyle

      public static final PName HyperlinkUnderlineStyle
    • HyperlinkUnderlineThickness

      public static final PName HyperlinkUnderlineThickness
    • HeadColor

      public static final PName HeadColor
    • LineColor

      public static final PName LineColor
    • LineStyle

      public static final PName LineStyle
    • Padding

      public static final PName Padding
    • Margin

      public static final PName Margin
    • MaximumWidth

      public static final PName MaximumWidth
    • MinimumWidth

      public static final PName MinimumWidth
    • ExportedName

      public static final PName ExportedName
    • Image

      public static final PName Image
    • HorizontalAlignment

      public static final PName HorizontalAlignment
    • ShowStereotype

      public static final PName ShowStereotype
    • ImagePosition

      public static final PName ImagePosition
  • Method Details

    • values

      public static PName[] 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 PName 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
    • getFromName

      public static PName getFromName(String name, StyleScheme scheme)