http://www.jpicedt.org

jpicedt.format.output.pstricks
Enum PstricksConstants.PstricksAngleCorrection

java.lang.Object
  extended by java.lang.Enum<PstricksConstants.PstricksAngleCorrection>
      extended by 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>


Enum Constant Summary
ANGLE_CORRECTION_BY_JPICEDT
           
ANGLE_CORRECTION_BY_JPICEDT_AUTO
           
ANGLE_CORRECTION_BY_PSTRICKS
           
ANGLE_CORRECTION_BY_PSTRICKS_AUTO
           
ANGLE_CORRECTION_NONE
           
 
Method Summary
static PstricksConstants.PstricksAngleCorrection valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PstricksConstants.PstricksAngleCorrection[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org