jpicedt.format.output.pstricks
Enum PstricksConstants.PstricksAngleCorrection
java.lang.Object
java.lang.Enum<PstricksConstants.PstricksAngleCorrection>
jpicedt.format.output.pstricks.PstricksConstants.PstricksAngleCorrection
- All Implemented Interfaces:
- Serializable, Comparable<PstricksConstants.PstricksAngleCorrection>
- Enclosing class:
- PstricksConstants
public static enum PstricksConstants.PstricksAngleCorrection
- extends Enum<PstricksConstants.PstricksAngleCorrection>
ANGLE_CORRECTION_BY_PSTRICKS_AUTO
public static final PstricksConstants.PstricksAngleCorrection ANGLE_CORRECTION_BY_PSTRICKS_AUTO
ANGLE_CORRECTION_BY_JPICEDT_AUTO
public static final PstricksConstants.PstricksAngleCorrection ANGLE_CORRECTION_BY_JPICEDT_AUTO
ANGLE_CORRECTION_NONE
public static final PstricksConstants.PstricksAngleCorrection ANGLE_CORRECTION_NONE
ANGLE_CORRECTION_BY_PSTRICKS
public static final PstricksConstants.PstricksAngleCorrection ANGLE_CORRECTION_BY_PSTRICKS
ANGLE_CORRECTION_BY_JPICEDT
public static final PstricksConstants.PstricksAngleCorrection ANGLE_CORRECTION_BY_JPICEDT
values
public static PstricksConstants.PstricksAngleCorrection[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PstricksConstants.PstricksAngleCorrection c : PstricksConstants.PstricksAngleCorrection.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PstricksConstants.PstricksAngleCorrection 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
Submit a bug : syd@jpicedt.org