A B C D E F G H I L M N O P R S T U V W Z

A

Arrow - Enum in org.kohsuke.graphviz
Shape of the arrow head.
ARROWHEAD - Static variable in class org.kohsuke.graphviz.Attribute
 
ARROWSIZE - Static variable in class org.kohsuke.graphviz.Attribute
 
ARROWTAIL - Static variable in class org.kohsuke.graphviz.Attribute
 
attr(String, String) - Method in class org.kohsuke.graphviz.GraphObject
Adds an attribute.
attr(Attribute<V>, V) - Method in class org.kohsuke.graphviz.GraphObject
Adds an attribute.
attr(String) - Method in class org.kohsuke.graphviz.GraphObject
Gets the effective value of the attribute.
attr(Attribute<V>) - Method in class org.kohsuke.graphviz.GraphObject
Gets the effective value of the attribute.
Attribute<V> - Class in org.kohsuke.graphviz
Type safe representation of graph attributes.

B

BGCOLOR - Static variable in class org.kohsuke.graphviz.Attribute
 

C

CENTER - Static variable in class org.kohsuke.graphviz.Attribute
 
CLUSTERRANK - Static variable in class org.kohsuke.graphviz.Attribute
 
ClusterRank - Enum in org.kohsuke.graphviz
 
COLOR - Static variable in class org.kohsuke.graphviz.Attribute
 
COMMENT - Static variable in class org.kohsuke.graphviz.Attribute
 
COMPOUND - Static variable in class org.kohsuke.graphviz.Attribute
 
CONSTRAINT - Static variable in class org.kohsuke.graphviz.Attribute
 

D

DECORATE - Static variable in class org.kohsuke.graphviz.Attribute
 
DIR - Static variable in class org.kohsuke.graphviz.Attribute
 
Dir - Enum in org.kohsuke.graphviz
 
DISTORTION - Static variable in class org.kohsuke.graphviz.Attribute
 
dst - Variable in class org.kohsuke.graphviz.Edge
 

E

Edge - Class in org.kohsuke.graphviz
 
Edge(Node, Node) - Constructor for class org.kohsuke.graphviz.Edge
 
edge(Edge) - Method in class org.kohsuke.graphviz.Graph
 
edge(Node, Node) - Method in class org.kohsuke.graphviz.Graph
 
edge(Node, Node, Style) - Method in class org.kohsuke.graphviz.Graph
 
edgeWith(Style) - Method in class org.kohsuke.graphviz.Graph
Sets the style to be used in successive edge(...) invocations.
escape(String) - Static method in class org.kohsuke.graphviz.GraphObject
 

F

FILLCOLOR - Static variable in class org.kohsuke.graphviz.Attribute
 
FIXEDSIZE - Static variable in class org.kohsuke.graphviz.Attribute
 
FONTCOLOR - Static variable in class org.kohsuke.graphviz.Attribute
 
FONTNAME - Static variable in class org.kohsuke.graphviz.Attribute
 
FONTPATH - Static variable in class org.kohsuke.graphviz.Attribute
 
FONTSIZE - Static variable in class org.kohsuke.graphviz.Attribute
 
fromString(String) - Method in class org.kohsuke.graphviz.Attribute
 

G

generateTo(List<String>, OutputStream) - Method in class org.kohsuke.graphviz.Graph
Generates the graph into the specified OutputStream.
generateTo(List<String>, File) - Method in class org.kohsuke.graphviz.Graph
Generates the graph into the specified file.
getEffectiveAttributes() - Method in class org.kohsuke.graphviz.GraphObject
Gets the snapshot of all effective attributes, after inheriting all values from the style.
Graph - Class in org.kohsuke.graphviz
Represents a graph.
Graph() - Constructor for class org.kohsuke.graphviz.Graph
 
GRAPH_ORIENTATION - Static variable in class org.kohsuke.graphviz.Attribute
 
GraphObject<T extends GraphObject<T>> - Class in org.kohsuke.graphviz
Base class of graph related objects.
GraphObject() - Constructor for class org.kohsuke.graphviz.GraphObject
 
GROUP - Static variable in class org.kohsuke.graphviz.Attribute
 

H

HEADLABEL - Static variable in class org.kohsuke.graphviz.Attribute
 
HEADPORT - Static variable in class org.kohsuke.graphviz.Attribute
 
HEADURL - Static variable in class org.kohsuke.graphviz.Attribute
 
HEIGHT - Static variable in class org.kohsuke.graphviz.Attribute
 

I

id(String) - Method in class org.kohsuke.graphviz.GraphObject
Explicitly set the ID of this object.

L

LABEL - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELANGLE - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELDISTANCE - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELFLOAT - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELFONTCOLOR - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELFONTNAME - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELFONTSIZE - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELJUST - Static variable in class org.kohsuke.graphviz.Attribute
 
LABELLOC - Static variable in class org.kohsuke.graphviz.Attribute
 
LAYER - Static variable in class org.kohsuke.graphviz.Attribute
 
LHEAD - Static variable in class org.kohsuke.graphviz.Attribute
 
LTAIL - Static variable in class org.kohsuke.graphviz.Attribute
 

M

MARGIN - Static variable in class org.kohsuke.graphviz.Attribute
 
MCLIMIT - Static variable in class org.kohsuke.graphviz.Attribute
 
MINLEN - Static variable in class org.kohsuke.graphviz.Attribute
 

N

name - Variable in class org.kohsuke.graphviz.Attribute
 
node(Node) - Method in class org.kohsuke.graphviz.Graph
 
node(String) - Method in class org.kohsuke.graphviz.Graph
 
node(String, Style) - Method in class org.kohsuke.graphviz.Graph
 
Node - Class in org.kohsuke.graphviz
 
Node() - Constructor for class org.kohsuke.graphviz.Node
 
NODE_ORIENTATION - Static variable in class org.kohsuke.graphviz.Attribute
 
NODESEP - Static variable in class org.kohsuke.graphviz.Attribute
 
nodeWith(Style) - Method in class org.kohsuke.graphviz.Graph
Sets the style to be used in successive node(...) invocations.
NSLIMIT - Static variable in class org.kohsuke.graphviz.Attribute
 
NSLIMIT1 - Static variable in class org.kohsuke.graphviz.Attribute
 

O

ORDERING - Static variable in class org.kohsuke.graphviz.Attribute
 
org.kohsuke.graphviz - package org.kohsuke.graphviz
 
Orientation - Enum in org.kohsuke.graphviz
 

P

PAGE - Static variable in class org.kohsuke.graphviz.Attribute
 
PAGEDIR - Static variable in class org.kohsuke.graphviz.Attribute
 
PageDir - Enum in org.kohsuke.graphviz
 
Port - Enum in org.kohsuke.graphviz
 

R

RANK - Static variable in class org.kohsuke.graphviz.Attribute
 
Rank - Enum in org.kohsuke.graphviz
 
RANKDIR - Static variable in class org.kohsuke.graphviz.Attribute
 
RankDir - Enum in org.kohsuke.graphviz
 
RANKSEP - Static variable in class org.kohsuke.graphviz.Attribute
 
REGULAR - Static variable in class org.kohsuke.graphviz.Attribute
 
REMINCROSS - Static variable in class org.kohsuke.graphviz.Attribute
 
ROTATE - Static variable in class org.kohsuke.graphviz.Attribute
 

S

SAMEHEAD - Static variable in class org.kohsuke.graphviz.Attribute
 
SAMETAIL - Static variable in class org.kohsuke.graphviz.Attribute
 
SAMPLEPOINTS - Static variable in class org.kohsuke.graphviz.Attribute
 
SEARCHSIZE - Static variable in class org.kohsuke.graphviz.Attribute
 
SHAPE - Static variable in class org.kohsuke.graphviz.Attribute
 
Shape - Enum in org.kohsuke.graphviz
 
SIDES - Static variable in class org.kohsuke.graphviz.Attribute
 
SIZE - Static variable in class org.kohsuke.graphviz.Attribute
 
SKEW - Static variable in class org.kohsuke.graphviz.Attribute
 
src - Variable in class org.kohsuke.graphviz.Edge
 
STYLE - Static variable in class org.kohsuke.graphviz.Attribute
 
style(Style) - Method in class org.kohsuke.graphviz.GraphObject
Sets the style of this object to the given one.
style() - Method in class org.kohsuke.graphviz.GraphObject
Gets the style of this object.
Style - Class in org.kohsuke.graphviz
Collection of attributes that can be applied
Style() - Constructor for class org.kohsuke.graphviz.Style
 
StyleAttr - Enum in org.kohsuke.graphviz
 
subGraph(Graph) - Method in class org.kohsuke.graphviz.Graph
 

T

TAILLABEL - Static variable in class org.kohsuke.graphviz.Attribute
 
TAILPORT - Static variable in class org.kohsuke.graphviz.Attribute
 
TAILURL - Static variable in class org.kohsuke.graphviz.Attribute
 
to() - Method in class org.kohsuke.graphviz.Graph
Used between two invocations of the node method to insert a new edge between them.
toString(V) - Method in class org.kohsuke.graphviz.Attribute
 

U

URL - Static variable in class org.kohsuke.graphviz.Attribute
 

V

valueOf(String) - Static method in enum org.kohsuke.graphviz.Arrow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.ClusterRank
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.Dir
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.PageDir
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.Port
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.Rank
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.RankDir
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kohsuke.graphviz.StyleAttr
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kohsuke.graphviz.Arrow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.ClusterRank
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.Dir
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.PageDir
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.Port
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.Rank
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.RankDir
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kohsuke.graphviz.StyleAttr
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEIGHT - Static variable in class org.kohsuke.graphviz.Attribute
 
WIDTH - Static variable in class org.kohsuke.graphviz.Attribute
 
writeTo(OutputStream) - Method in class org.kohsuke.graphviz.Graph
Writes out this graph in the dot format.

Z

Z - Static variable in class org.kohsuke.graphviz.Attribute
 

A B C D E F G H I L M N O P R S T U V W Z

Copyright © 2008. All Rights Reserved.