jpicedt.format.output.pstricks
Enum PstricksConstants.PSTArrow
java.lang.Object
java.lang.Enum<PstricksConstants.PSTArrow>
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>
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
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)
Submit a bug : syd@jpicedt.org