Enum Class PaintStyle.PaintModifier

java.lang.Object
java.lang.Enum<PaintStyle.PaintModifier>
org.apache.poi.sl.usermodel.PaintStyle.PaintModifier
All Implemented Interfaces:
Serializable, Comparable<PaintStyle.PaintModifier>, Constable
Enclosing interface:
PaintStyle

public static enum PaintStyle.PaintModifier extends Enum<PaintStyle.PaintModifier>
The PaintStyle can be modified by secondary sources, e.g. the attributes in the preset shapes. These modifications need to be taken into account when the final color is determined.
  • Enum Constant Details

  • Method Details

    • values

      public static PaintStyle.PaintModifier[] 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 PaintStyle.PaintModifier 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