jpicedt.format.output.tikz
Enum TikzConstants.TZArrow
java.lang.Object
java.lang.Enum<TikzConstants.TZArrow>
jpicedt.format.output.tikz.TikzConstants.TZArrow
- All Implemented Interfaces:
- Serializable, Comparable<TikzConstants.TZArrow>
- Enclosing class:
- TikzConstants
public static enum TikzConstants.TZArrow
- extends Enum<TikzConstants.TZArrow>
NONE
public static final TikzConstants.TZArrow NONE
ARROW_HEAD
public static final TikzConstants.TZArrow ARROW_HEAD
REVERSE_ARROW_HEAD
public static final TikzConstants.TZArrow REVERSE_ARROW_HEAD
DOUBLE_ARROW_HEAD
public static final TikzConstants.TZArrow DOUBLE_ARROW_HEAD
DOUBLE_REVERSE_ARROW_HEAD
public static final TikzConstants.TZArrow DOUBLE_REVERSE_ARROW_HEAD
T_BAR_CENTERED
public static final TikzConstants.TZArrow T_BAR_CENTERED
T_BAR_FLUSHED
public static final TikzConstants.TZArrow T_BAR_FLUSHED
SQUARE_BRACKET
public static final TikzConstants.TZArrow SQUARE_BRACKET
ROUNDED_BRACKET
public static final TikzConstants.TZArrow ROUNDED_BRACKET
CIRCLE_FLUSHED
public static final TikzConstants.TZArrow CIRCLE_FLUSHED
CIRCLE_CENTERED
public static final TikzConstants.TZArrow CIRCLE_CENTERED
DISK_FLUSHED
public static final TikzConstants.TZArrow DISK_FLUSHED
DISK_CENTERED
public static final TikzConstants.TZArrow DISK_CENTERED
values
public static TikzConstants.TZArrow[] 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 (TikzConstants.TZArrow c : TikzConstants.TZArrow.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TikzConstants.TZArrow 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
getTZArrow
public TikzConstants.TZArrow getTZArrow(boolean hasArrowTipPackage)
getArrowStyle
public StyleConstants.ArrowStyle getArrowStyle()
getElementArrowStyle
public StyleConstants.ArrowStyle getElementArrowStyle()
getCount
public int getCount()
getString
public String getString(ArrowView.Direction d)
getShorten
public String getShorten(ArrowView.Direction d)
Submit a bug : syd@jpicedt.org