http://www.jpicedt.org

jpicedt.format.output.tikz
Enum TikzConstants.TZArrow

java.lang.Object
  extended by java.lang.Enum<TikzConstants.TZArrow>
      extended by 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>


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()
           
 int getCount()
           
 StyleConstants.ArrowStyle getElementArrowStyle()
           
 String getShorten(ArrowView.Direction d)
           
 String getString(ArrowView.Direction d)
           
 TikzConstants.TZArrow getTZArrow(boolean hasArrowTipPackage)
           
static TikzConstants.TZArrow valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TikzConstants.TZArrow[] 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 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
Method Detail

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)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org