http://www.jpicedt.org

jpicedt.format.output.pstricks
Enum PstricksConstants.PSTArrow

java.lang.Object
  extended by java.lang.Enum<PstricksConstants.PSTArrow>
      extended by jpicedt.format.output.pstricks.PstricksConstants.PSTArrow
All Implemented Interfaces:
Serializable, Comparable<PstricksConstants.PSTArrow>
Enclosing class:
PstricksConstants

public static enum PstricksConstants.PSTArrow
extends Enum<PstricksConstants.PSTArrow>


Enum Constant Summary
ARROW_HEAD
           
CIRCLE_CENTERED
           
CIRCLE_FLUSHED
           
DISK_CENTERED
           
DISK_FLUSHED
           
DOUBLE_ARROW_HEAD
           
DOUBLE_REVERSE_ARROW_HEAD
           
NONE
           
REVERSE_ARROW_HEAD
           
ROUNDED_BRACKET
           
SQUARE_BRACKET
           
T_BAR_CENTERED
           
T_BAR_FLUSHED
           
 
Method Summary
 StyleConstants.ArrowStyle getArrowStyle()
           
 String getString(ArrowView.Direction d)
           
static PstricksConstants.PSTArrow valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PstricksConstants.PSTArrow[] 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

NONE

public static final PstricksConstants.PSTArrow NONE

ARROW_HEAD

public static final PstricksConstants.PSTArrow ARROW_HEAD

REVERSE_ARROW_HEAD

public static final PstricksConstants.PSTArrow REVERSE_ARROW_HEAD

DOUBLE_ARROW_HEAD

public static final PstricksConstants.PSTArrow DOUBLE_ARROW_HEAD

DOUBLE_REVERSE_ARROW_HEAD

public static final PstricksConstants.PSTArrow DOUBLE_REVERSE_ARROW_HEAD

T_BAR_CENTERED

public static final PstricksConstants.PSTArrow T_BAR_CENTERED

T_BAR_FLUSHED

public static final PstricksConstants.PSTArrow T_BAR_FLUSHED

SQUARE_BRACKET

public static final PstricksConstants.PSTArrow SQUARE_BRACKET

ROUNDED_BRACKET

public static final PstricksConstants.PSTArrow ROUNDED_BRACKET

CIRCLE_FLUSHED

public static final PstricksConstants.PSTArrow CIRCLE_FLUSHED

CIRCLE_CENTERED

public static final PstricksConstants.PSTArrow CIRCLE_CENTERED

DISK_FLUSHED

public static final PstricksConstants.PSTArrow DISK_FLUSHED

DISK_CENTERED

public static final PstricksConstants.PSTArrow DISK_CENTERED
Method Detail

values

public static PstricksConstants.PSTArrow[] 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.PSTArrow c : PstricksConstants.PSTArrow.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.PSTArrow 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

getArrowStyle

public StyleConstants.ArrowStyle getArrowStyle()

getString

public String getString(ArrowView.Direction d)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org