public final enum

ArrowType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.inject.grapher.graphviz.ArrowType

Class Overview

Arrow symbols that are available from Graphviz. These can be composed by concatenation to make double arrows and such.

See: http://www.graphviz.org/doc/info/arrows.html

Summary

Enum Values
ArrowType  BOX   
ArrowType  BOX_OPEN   
ArrowType  CROW   
ArrowType  DIAMOND   
ArrowType  DIAMOND_OPEN   
ArrowType  DOT   
ArrowType  DOT_OPEN   
ArrowType  INVERTED   
ArrowType  INVERTED_OPEN   
ArrowType  NONE   
ArrowType  NORMAL   
ArrowType  NORMAL_OPEN   
ArrowType  TEE   
ArrowType  VEE   
Public Methods
String toString()
static ArrowType valueOf(String name)
final static ArrowType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ArrowType BOX

Since: API Level

public static final ArrowType BOX_OPEN

Since: API Level

public static final ArrowType CROW

Since: API Level

public static final ArrowType DIAMOND

Since: API Level

public static final ArrowType DIAMOND_OPEN

Since: API Level

public static final ArrowType DOT

Since: API Level

public static final ArrowType DOT_OPEN

Since: API Level

public static final ArrowType INVERTED

Since: API Level

public static final ArrowType INVERTED_OPEN

Since: API Level

public static final ArrowType NONE

Since: API Level

public static final ArrowType NORMAL

Since: API Level

public static final ArrowType NORMAL_OPEN

Since: API Level

public static final ArrowType TEE

Since: API Level

public static final ArrowType VEE

Since: API Level

Public Methods

public String toString ()

Since: API Level

public static ArrowType valueOf (String name)

public static final ArrowType[] values ()