A B C D E F G I J L M N O P R S T U V W X Y

A

add(Vector2D) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns result vector.
applyEdgeDefaults() - Method in class jdsl.extension.LEDA.GraphWinFile
Changes all parameters for edges to (current) default.
applyNodeDefaults() - Method in class jdsl.extension.LEDA.GraphWinFile
Changes all parameters for nodes to (current) default.
Attribute - interface jdsl.extension.api.Attribute.
 

B

bestPossibleIndex() - Method in class jdsl.extension.LEDA.Color
Returns current color as index.
BEZIER - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for edges: bezier curves.
BLACK - Static variable in class jdsl.extension.LEDA.Color
A valid color: black.
BLACK - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: black.
BLUE - Static variable in class jdsl.extension.LEDA.Color
A valid color: blue.
BLUE - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: blue.
BLUE2 - Static variable in class jdsl.extension.LEDA.Color
A valid color: dark blue.
BLUE2 - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: dark blue.
BOLD - Static variable in class jdsl.extension.LEDA.GraphWinFile
A valid font name: bold.
BORDERWIDTH0 - Static variable in class jdsl.extension.LEDA.Parameters
A valid border width (for nodes and edges).
BORDERWIDTH1 - Static variable in class jdsl.extension.LEDA.Parameters
A valid border width (for nodes and edges).
BORDERWIDTH2 - Static variable in class jdsl.extension.LEDA.Parameters
A valid border width (for nodes and edges).
BORDERWIDTH3 - Static variable in class jdsl.extension.LEDA.Parameters
A valid border width (for nodes and edges).
BORDERWIDTH4 - Static variable in class jdsl.extension.LEDA.Parameters
A valid border width (for nodes and edges).
BORDERWIDTH5 - Static variable in class jdsl.extension.LEDA.Parameters
A valid border width (for nodes and edges).
BORDERWIDTH6 - Static variable in class jdsl.extension.LEDA.Parameters
A valid border width (for nodes and edges).
BROWN - Static variable in class jdsl.extension.LEDA.Color
A valid color: brown.
BROWN - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: brown.

C

calculation() - Method in interface jdsl.extension.LEDA.Layout.Layout
Calculate default assignment.
calculation() - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Calculate default assignment.
calculation(Enumeration) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Calculate a layout based on a Vertex enumeration.
calculation(Enumeration) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Calculate a layout based on a Vertex enumeration.
calculation(Enumeration) - Method in class jdsl.extension.LEDA.Layout.RandomGraphLayout
Calculate a layout based on a Vertex enumeration.
calculation(Enumeration, int) - Method in class jdsl.extension.LEDA.Layout.CircleGraphLayout
Calculate a layout based on given object enumeration.
calculation(InspectableGraph) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Calculate a layout based on given graph graph.
calculation(InspectableGraph) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Calculate a layout based on given graph graph.
calculation(InspectableGraph) - Method in class jdsl.extension.LEDA.Layout.CircleGraphLayout
Calculate a layout based on given graph graph.
calculation(InspectableGraph) - Method in class jdsl.extension.LEDA.Layout.RandomGraphLayout
Calculate a layout based on given graph graph.
calculation(InspectableVertexAttribute_double, InspectableVertexAttribute_double, VertexIterator) - Method in class jdsl.extension.LEDA.Layout.XYGraphLayout
Calculate layout based on given InspectableVertexAttribute_doubles.
calculationX(InspectableVertexAttribute_double, VertexIterator) - Method in class jdsl.extension.LEDA.Layout.XYGraphLayout
Calculate half of a layout based on given vertexRating.
calculationY(InspectableVertexAttribute_double, VertexIterator) - Method in class jdsl.extension.LEDA.Layout.XYGraphLayout
Calculate half of a layout based on given vertexRating.
CIRCLE - Static variable in class jdsl.extension.LEDA.EdgeParameters
A valid shape for edges: circle.
CIRCLE - Static variable in class jdsl.extension.LEDA.NodeParameters
A valid shape for nodes: circle.
CircleGraphLayout - class jdsl.extension.LEDA.Layout.CircleGraphLayout.
CircleGraphLayout provides a class for graph layout algorithms.
CircleGraphLayout() - Constructor for class jdsl.extension.LEDA.Layout.CircleGraphLayout
Empty constructor.
CircleGraphLayout(CircleGraphLayout) - Constructor for class jdsl.extension.LEDA.Layout.CircleGraphLayout
A Copy-Constructor.
clear() - Method in class jdsl.extension.LEDA.GraphWinFile
Resets all graph information.
clearLayout() - Method in interface jdsl.extension.LEDA.Layout.Layout
Resets current layout.
clearLayout() - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Resets current layout.
clone() - Method in class jdsl.extension.LEDA.Color
Cloneable implenentation.
clone() - Method in class jdsl.extension.LEDA.EdgeParameters
Creates a new EdgeParameters and initializes it with this.
clone() - Method in class jdsl.extension.LEDA.NodeParameters
Creats a new NodeParameters and initializes it with this.
clone() - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Creates and returns a copy of this object.
clone() - Method in class jdsl.extension.LEDA.Layout.XYGraphLayout
Creates and returns a copy of this object.
clone() - Method in class jdsl.extension.LEDA.Layout.CircleGraphLayout
Creates and returns a copy of this object.
clone() - Method in class jdsl.extension.LEDA.Layout.RandomGraphLayout
Creates and returns a copy of this object.
clone() - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Creates a new Vector2D and initializes it with this.
codeIndexToRGB(int) - Static method in class jdsl.extension.LEDA.Color
Returns color definied by index as a rgb tripel (as a string).
codeRGBToIndex(int, int, int) - Static method in class jdsl.extension.LEDA.Color
Returns color definied by r, g, b as an index (as a string).
Color - class jdsl.extension.LEDA.Color.
This class represents a color.
Color(Color) - Constructor for class jdsl.extension.LEDA.Color
Copy-Constructor.
Color(int) - Constructor for class jdsl.extension.LEDA.Color
Contructs a new color by an index value.
Color(int, int, int) - Constructor for class jdsl.extension.LEDA.Color
Constructs a new color by an rgb tripel.
CYAN - Static variable in class jdsl.extension.LEDA.Color
A valid color: cyan.
CYAN - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: cyan.

D

DASHED - Static variable in class jdsl.extension.LEDA.Parameters
A valid style type for edges: a dashed line.
DASHEDDOTTED - Static variable in class jdsl.extension.LEDA.Parameters
A valid style type for edges: a dashed and dotted line.
DATA - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: data defined label.
DataFormatException - exception jdsl.extension.LEDA.DataFormatException.
This exception class is used to indicate error during data parsing.
DataFormatException(String) - Constructor for class jdsl.extension.LEDA.DataFormatException
Construct a exception with description.
DATAINDEX - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: data and index defined label.
DEFAULTCOLOR - Static variable in class jdsl.extension.LEDA.Color
A valid color: standard color.
DEFAULTCOLOR - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: standard color.
DefaultGraphLayout - class jdsl.extension.LEDA.Layout.DefaultGraphLayout.
DefaultGraphLayout provides a standard class for graph layout algorithms.
DefaultGraphLayout() - Constructor for class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Empty constructor.
DefaultGraphLayout(DefaultGraphLayout) - Constructor for class jdsl.extension.LEDA.Layout.DefaultGraphLayout
A Copy-Constructor.
difference(Vector2D) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns result vector of difference of two vectors.
distance(Vector2D) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns euklidean distance between this vector and q.
DOTTED - Static variable in class jdsl.extension.LEDA.Parameters
A valid style type for edges: a dotted line.

E

EDGE_CIRCLE - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for edges: circled line.
EdgeAttribute - interface jdsl.extension.api.EdgeAttribute.
 
EdgeAttribute_Color - interface jdsl.extension.api.EdgeAttribute_Color.
 
EdgeAttribute_double - interface jdsl.extension.api.EdgeAttribute_double.
 
EdgeAttribute_Edge - interface jdsl.extension.api.EdgeAttribute_Edge.
 
EdgeAttribute_int - interface jdsl.extension.api.EdgeAttribute_int.
 
EdgeAttribute_Point - interface jdsl.extension.api.EdgeAttribute_Point.
 
EdgeAttribute_PointArray - interface jdsl.extension.api.EdgeAttribute_PointArray.
 
EdgeAttribute_String - interface jdsl.extension.api.EdgeAttribute_String.
 
EDGELIKE - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: use same type as representation in graph.
EdgeParameters - class jdsl.extension.LEDA.EdgeParameters.
This class represents the attributes of edges.
EdgeParameters() - Constructor for class jdsl.extension.LEDA.EdgeParameters
Constructs a new parameter set initialized with default values.
EdgeParameters(EdgeParameters) - Constructor for class jdsl.extension.LEDA.EdgeParameters
Constructs a new parameters set by copying given.
ELLIPSE - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for nodes: ellipse.
equals(Object) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Compares q to this object.

F

FileFormatException - exception jdsl.extension.LEDA.FileFormatException.
This exception class is used to indicate error during file parsing.
FileFormatException(String) - Constructor for class jdsl.extension.LEDA.FileFormatException
Construct a exception with description.
FIXED - Static variable in class jdsl.extension.LEDA.GraphWinFile
A valid font name: fixed.
FormatException - exception jdsl.extension.LEDA.FormatException.
This exception class is used to indicate error during parsing.
FormatException(String) - Constructor for class jdsl.extension.LEDA.FormatException
Construct a standard exception.
FormatException(String, String) - Constructor for class jdsl.extension.LEDA.FormatException
Construct a exception with description.

G

get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute_Edge
Read access to the attribute.
get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute
Read access to the attribute.
get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute_int
Read access to the attribute.
get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute_PointArray
Read access to the attribute.
get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute_Color
Read access to the attribute.
get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute_Point
Read access to the attribute.
get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute_double
Read access to the attribute.
get(Edge) - Method in interface jdsl.extension.api.InspectableEdgeAttribute_String
Read access to the attribute.
get(Object) - Method in interface jdsl.extension.api.InspectableAttribute
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute_double
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute_String
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute_Vertex
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute_Edge
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute_Color
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute_Point
Read access to the attribute.
get(Vertex) - Method in interface jdsl.extension.api.InspectableVertexAttribute_int
Read access to the attribute.
getArrow() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current direction.
getArrow(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current direction.
getB() - Method in class jdsl.extension.LEDA.Color
Returns the blue part of current color.
getBorderColor() - Method in class jdsl.extension.LEDA.NodeParameters
Returns current color (of border).
getBorderColor(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current border's color of a vertex.
getBorderColorIndex() - Method in class jdsl.extension.LEDA.NodeParameters
Returns current color-index (of border).
getBorderColorIndex(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current border's color-index of a vertex.
getBorderWidth() - Method in class jdsl.extension.LEDA.NodeParameters
Returns current width (of border).
getBorderWidth(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current border's width of a vertex.
getCodedData(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data-object from an edge.
getCodedData(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data-object from a vertex.
getColor() - Method in class jdsl.extension.LEDA.Parameters
Returns current color.
getColor(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color.
getColor(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color from a vertex.
getColorIndex() - Method in class jdsl.extension.LEDA.Parameters
Returns current color-index.
getColorIndex(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color-index.
getColorIndex(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color-index from a vertex.
getData(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data-object.
getData(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data-object from a vertex.
getEdgeArrow() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current arrow for all edges.
getEdgeColor() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color for all edges.
getEdgeColorIndex() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color index for all edges.
getEdgeData() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data object for all edges.
getEdgeDataType() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data type for edges.
getEdgeDefaults() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns a reference to default parameters for edges.
getEdgeLabel() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label for all edges.
getEdgeLabelColor() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label color for all edges.
getEdgeLabelColorIndex() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label color index for all edges.
getEdgeLabelFont() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current font (for edge labels).
getEdgeLabelFontSize() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current font's size (for edge labels).
getEdgeLabelPosition() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label posistion for all edges.
getEdgeLabelType() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label type for all edges.
getEdgePosition() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current position for all edges.
getEdgeSAnch() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current anchor (at start) for all edges.
getEdgeShape() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape for all edges.
getEdgeStyle() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current style for all edges.
getEdgeTAnch() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current anchor (at end) for all edges.
getEdgeWidth() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current width for all edges.
getG() - Method in class jdsl.extension.LEDA.Color
Returns the green part of current color.
getGraph() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns a reference to current graph.
getIndex() - Method in class jdsl.extension.LEDA.Color
Returns current color index.
getLabel() - Method in class jdsl.extension.LEDA.Parameters
Returns current label.
getLabel(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label.
getLabel(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label from a vertex.
getLabelColor() - Method in class jdsl.extension.LEDA.Parameters
Returns current color (of label).
getLabelColor(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color (of label).
getLabelColor(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label's color from a vertex.
getLabelColorIndex() - Method in class jdsl.extension.LEDA.Parameters
Returns current color (of label).
getLabelColorIndex(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color-index (of label).
getLabelColorIndex(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label's color-index from a vertex.
getLabelPosition() - Method in class jdsl.extension.LEDA.Parameters
Returns current label position.
getLabelPosition() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current label position.
getLabelPosition(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label position.
getLabelPosition(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label position from a vertex.
getLabelType() - Method in class jdsl.extension.LEDA.Parameters
Returns current label type.
getLabelType(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label type.
getLabelType(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label type from a vertex.
getLayout() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns a reference to (current) layout.
getMiddelPoint() - Method in class jdsl.extension.LEDA.Layout.CircleGraphLayout
Returns current middel point of circle C.
getNodeDataType() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data type for vertices.
getNodeDefaults() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns a reference to default parameters for nodes.
getNodeLabelFont() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current font (for node labels).
getNodeLabelFontSize() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current font's size (for node labels).
getPosition(Edge) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Returns current position of edge which.
getPosition(Edge) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Returns current position of edge which.
getPosition(Vertex) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Returns current position of vertex which.
getPosition(Vertex) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Returns current position of vertex which.
getR() - Method in class jdsl.extension.LEDA.Color
Returns the red part of current color.
getRadius() - Method in class jdsl.extension.LEDA.Layout.CircleGraphLayout
Retuns current radius of circle C.
getSAnch() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current S anchor.
getSAnch(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current S anchor.
getSAnchAsVector2D() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current S anchor.
getShape() - Method in class jdsl.extension.LEDA.Parameters
Returns current shape.
getShape(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape.
getShape(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape from a vertex.
getShapeHeight() - Method in class jdsl.extension.LEDA.NodeParameters
Returns current height (of shape).
getShapeHeight(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape's height of a vertex.
getShapeWidth() - Method in class jdsl.extension.LEDA.NodeParameters
Returns current width (of shape).
getShapeWidth(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape's width of a vertex.
getStyle() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current style.
getStyle(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current style.
getTAnch() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current T anchor.
getTAnch(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current T anchor.
getTAnchAsVector2D() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current T anchor.
getVertexBorderColor() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current border color for all vertices.
getVertexBorderColorIndex() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current border color index for all vertices.
getVertexBorderWidth() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current border width for all vertices.
getVertexColor() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color for all vertices.
getVertexColorIndex() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current color index for all vertices.
getVertexData() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current data object for all vertices.
getVertexLabel() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label for all vertices.
getVertexLabelColor() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label color for all vertices.
getVertexLabelColorIndex() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label color index for all vertices.
getVertexLabelPosition() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label posistion for all vertices.
getVertexLabelType() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current label type for all vertices.
getVertexPosition() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current position for all vertices.
getVertexShape() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape for all vertices.
getVertexShapeHeight() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape height for all vertices.
getVertexShapeWidth() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current shape width for all vertices.
getWidth() - Method in class jdsl.extension.LEDA.EdgeParameters
Returns current width.
getWidth(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Returns current width.
GraphLayout - interface jdsl.extension.LEDA.Layout.GraphLayout.
The GraphLayout interface provides common methods for a class which is used to layout graphs.
GraphWinFile - class jdsl.extension.LEDA.GraphWinFile.
This class is used for accessing LEDA GraphWin files using JAVA.
GraphWinFile() - Constructor for class jdsl.extension.LEDA.GraphWinFile
Constructs an empty graph.
GraphWinFile(Graph) - Constructor for class jdsl.extension.LEDA.GraphWinFile
Constructs a graph by referencing to given graph.
GraphWinFile(String) - Constructor for class jdsl.extension.LEDA.GraphWinFile
Constructs a graph by read file (filename) and importing all graph data.
GREEN - Static variable in class jdsl.extension.LEDA.Color
A valid color: green.
GREEN - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: green.
GREEN2 - Static variable in class jdsl.extension.LEDA.Color
A valid color: dark green.
GREEN2 - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: dark green.
GREY1 - Static variable in class jdsl.extension.LEDA.Color
A valid color: light grey.
GREY1 - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: light grey.
GREY2 - Static variable in class jdsl.extension.LEDA.Color
A valid color: grey.
GREY2 - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: grey.
GREY3 - Static variable in class jdsl.extension.LEDA.Color
A valid color: dark grey.
GREY3 - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: dark grey.

I

INDEX - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: index defined label.
InspectableAttribute - interface jdsl.extension.api.InspectableAttribute.
 
InspectableEdgeAttribute - interface jdsl.extension.api.InspectableEdgeAttribute.
 
InspectableEdgeAttribute_Color - interface jdsl.extension.api.InspectableEdgeAttribute_Color.
 
InspectableEdgeAttribute_double - interface jdsl.extension.api.InspectableEdgeAttribute_double.
 
InspectableEdgeAttribute_Edge - interface jdsl.extension.api.InspectableEdgeAttribute_Edge.
 
InspectableEdgeAttribute_int - interface jdsl.extension.api.InspectableEdgeAttribute_int.
 
InspectableEdgeAttribute_Point - interface jdsl.extension.api.InspectableEdgeAttribute_Point.
 
InspectableEdgeAttribute_PointArray - interface jdsl.extension.api.InspectableEdgeAttribute_PointArray.
 
InspectableEdgeAttribute_String - interface jdsl.extension.api.InspectableEdgeAttribute_String.
 
InspectableVertexAttribute - interface jdsl.extension.api.InspectableVertexAttribute.
 
InspectableVertexAttribute_Color - interface jdsl.extension.api.InspectableVertexAttribute_Color.
 
InspectableVertexAttribute_double - interface jdsl.extension.api.InspectableVertexAttribute_double.
 
InspectableVertexAttribute_Edge - interface jdsl.extension.api.InspectableVertexAttribute_Edge.
 
InspectableVertexAttribute_int - interface jdsl.extension.api.InspectableVertexAttribute_int.
 
InspectableVertexAttribute_Point - interface jdsl.extension.api.InspectableVertexAttribute_Point.
 
InspectableVertexAttribute_String - interface jdsl.extension.api.InspectableVertexAttribute_String.
 
InspectableVertexAttribute_Vertex - interface jdsl.extension.api.InspectableVertexAttribute_Vertex.
 
INVISIBLE - Static variable in class jdsl.extension.LEDA.Color
A valid color: invisible.
INVISIBLE - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: invisible.
ITALIC - Static variable in class jdsl.extension.LEDA.GraphWinFile
A valid font name: italic.

J

jdsl.extension.api - package jdsl.extension.api
 
jdsl.extension.LEDA - package jdsl.extension.LEDA
 
jdsl.extension.LEDA.Layout - package jdsl.extension.LEDA.Layout
 
jdsl.extension.LEDA.Layout.Geometry - package jdsl.extension.LEDA.Layout.Geometry
 

L

Layout - interface jdsl.extension.LEDA.Layout.Layout.
The Layout interface describes some methodes needed for a class with layouting purpose.
length() - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns euklidean length.
LINE - Static variable in class jdsl.extension.LEDA.Parameters
A valid style type for edges: solid line.
LPOS_ABOVE - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for edges: upper left corner.
LPOS_C - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: center position.
LPOS_E - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: right position.
LPOS_N - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: upper middle position.
LPOS_NE - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: upper right corner.
LPOS_NW - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: upper left corner.
LPOS_ON - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for edges: upper left corner.
LPOS_S - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: lower middle position.
LPOS_SE - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: lower right corner.
LPOS_SW - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: lower left corner.
LPOS_UNDER - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for edges: upper left corner.
LPOS_W - Static variable in class jdsl.extension.LEDA.Parameters
A valid label position for nodes: left position.

M

merge(Enumeration, GraphLayout) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Merges current and given GraphLayout together (prefers given new layout!)
merge(Enumeration, GraphLayout) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Merges current and given GraphLayout together (prefers given new layout!)
merge(Enumeration, GraphLayout, boolean) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Merges current and given GraphLayout together.
merge(Enumeration, GraphLayout, boolean) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Merges current and given GraphLayout together.
MIDDLELEFT - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: the left arrow appears (in the middel of the edge).
MIDDLERIGHT - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: the right arrow appears (in the middel of the edge).
moveRelX(double) - Method in interface jdsl.extension.LEDA.Layout.Geometry.Point
Move current point relativ to first component.
moveRelX(double) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
 
moveRelY(double) - Method in interface jdsl.extension.LEDA.Layout.Geometry.Point
Move current point relativ to second component.
moveRelY(double) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
 

N

NOARROW - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: no arrows.
NODE_CIRCLE - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for nodes: circle.
NodeParameters - class jdsl.extension.LEDA.NodeParameters.
This class represents the attributes of nodes.
NodeParameters() - Constructor for class jdsl.extension.LEDA.NodeParameters
Constructs a new parameter set initialized with default values.
NodeParameters(NodeParameters) - Constructor for class jdsl.extension.LEDA.NodeParameters
Constructs a new parameters set by copying given.
NON - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: no label.

O

ORANGE - Static variable in class jdsl.extension.LEDA.Color
A valid color: orange.
ORANGE - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: orange.
OVAL - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for nodes: oval.

P

Parameters - class jdsl.extension.LEDA.Parameters.
This class contains only constants for easy global access.
Parameters() - Constructor for class jdsl.extension.LEDA.Parameters
 
PINK - Static variable in class jdsl.extension.LEDA.Color
A valid color: pink.
PINK - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: pink.
Point - interface jdsl.extension.LEDA.Layout.Geometry.Point.
Common methods of a point in a two dimensional space.
PointParser - class jdsl.extension.LEDA.Layout.Geometry.PointParser.
This class provides procedures for Point parsing.
PointParser() - Constructor for class jdsl.extension.LEDA.Layout.Geometry.PointParser
 
PointsToString(Point[], int, boolean, boolean) - Static method in class jdsl.extension.LEDA.Layout.Geometry.PointParser
Returns a string which represents given points.
PointToStringWithBraket(Point, int) - Static method in class jdsl.extension.LEDA.Layout.Geometry.PointParser
Returns a string which represents given point.
PointToStringWithoutBraket(Point, int) - Static method in class jdsl.extension.LEDA.Layout.Geometry.PointParser
Returns a string which represents given point.
POLY - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for edges: a line with possibil bends.
printAllData() - Method in class jdsl.extension.LEDA.GraphWinFile
Prints all data to standard output stream.
printGraph() - Method in class jdsl.extension.LEDA.GraphWinFile
Gives an overview of graph.

R

RandomGraphLayout - class jdsl.extension.LEDA.Layout.RandomGraphLayout.
RandomGraphLayout provides a class for graph layout algorithms.
RandomGraphLayout() - Constructor for class jdsl.extension.LEDA.Layout.RandomGraphLayout
Empty constructor.
RandomGraphLayout(RandomGraphLayout) - Constructor for class jdsl.extension.LEDA.Layout.RandomGraphLayout
A Copy-Constructor.
read(String) - Method in class jdsl.extension.LEDA.GraphWinFile
Parses a LEDA GraphWin file and extracts all graph informations.
RECTANGLE - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for nodes: rectangle.
RED - Static variable in class jdsl.extension.LEDA.Color
A valid color: red.
RED - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: red.
reversal() - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Creates a new vector with reversed orientation.
reverse() - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Reverses direction and returns the vector.
RHOMBUS - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for nodes: rhombus.
ROMAN - Static variable in class jdsl.extension.LEDA.GraphWinFile
A valid font name: roman.

S

scalar(Vector2D) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns scalar product of this vector and q.
scale(double) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns scaled vector.
set(Edge, Color) - Method in interface jdsl.extension.api.EdgeAttribute_Color
Write access to the attribute.
set(Edge, double) - Method in interface jdsl.extension.api.EdgeAttribute_double
Write access to the attribute.
set(Edge, Edge) - Method in interface jdsl.extension.api.EdgeAttribute_Edge
Write access to the attribute.
set(Edge, int) - Method in interface jdsl.extension.api.EdgeAttribute_int
Write access to the attribute.
set(Edge, Object) - Method in interface jdsl.extension.api.EdgeAttribute
Write access to the attribute.
set(Edge, Point) - Method in interface jdsl.extension.api.EdgeAttribute_Point
Write access to the attribute.
set(Edge, Point[]) - Method in interface jdsl.extension.api.EdgeAttribute_PointArray
Write access to the attribute.
set(Edge, String) - Method in interface jdsl.extension.api.EdgeAttribute_String
Write access to the attribute.
set(Object, Object) - Method in interface jdsl.extension.api.Attribute
Write access to the attribute.
set(Vertex, Color) - Method in interface jdsl.extension.api.VertexAttribute_Color
Write access to the attribute.
set(Vertex, double) - Method in interface jdsl.extension.api.VertexAttribute_double
Write access to the attribute.
set(Vertex, Edge) - Method in interface jdsl.extension.api.VertexAttribute_Edge
Write access to the attribute.
set(Vertex, int) - Method in interface jdsl.extension.api.VertexAttribute_int
Write access to the attribute.
set(Vertex, Object) - Method in interface jdsl.extension.api.VertexAttribute
Write access to the attribute.
set(Vertex, Point) - Method in interface jdsl.extension.api.VertexAttribute_Point
Write access to the attribute.
set(Vertex, String) - Method in interface jdsl.extension.api.VertexAttribute_String
Write access to the attribute.
set(Vertex, Vertex) - Method in interface jdsl.extension.api.VertexAttribute_Vertex
Write access to the attribute.
setArrow(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new direction type.
setArrow(int) - Method in class jdsl.extension.LEDA.EdgeParameters
Sets a new direction type.
setB(int) - Method in class jdsl.extension.LEDA.Color
Sets a new blue part.
setBorderColor(Color) - Method in class jdsl.extension.LEDA.NodeParameters
Sets a new color for border.
setBorderColor(int) - Method in class jdsl.extension.LEDA.NodeParameters
Sets a new color for border.
setBorderColor(Vertex, Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new color for border of a vertex.
setBorderColor(Vertex, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new color-index for border of a vertex.
setBorderWidth(int) - Method in class jdsl.extension.LEDA.NodeParameters
Changes border's width.
setBorderWidth(Vertex, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes border's width of a vertex.
setColor(Color) - Method in class jdsl.extension.LEDA.Parameters
Sets a new color.
setColor(Edge, Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new color.
setColor(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new color-index.
setColor(int) - Method in class jdsl.extension.LEDA.Parameters
Sets a new color-index.
setColor(Vertex, Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new color for a vertex.
setColor(Vertex, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new color-index for a vertex.
setData(Edge, Object) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new data object for a edge.
setData(Vertex, Object) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new data object for a vertex.
setDefaults() - Method in class jdsl.extension.LEDA.EdgeParameters
Sets default attributs.
setDefaults() - Method in class jdsl.extension.LEDA.NodeParameters
Sets default values for all attributs.
setDefaultsForEdge(Edge) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets default attributs for a edge.
setDefaultsForNode(Vertex) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets default attributs for a vertex.
setEdgeArrow(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates arrow for all edges.
setEdgeAsStraightLine(InspectableGraph) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Calculate Edges' position in given graph.
setEdgeColor(EdgeAttribute_Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates color for all edges.
setEdgeColorIndex(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates color index for all edges.
setEdgeData(EdgeAttribute) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates data object for all edges.
setEdgeDataType(String) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new data type for edges.
setEdgeDefaults(EdgeParameters) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes default parameters for edges.
setEdgeLabel(EdgeAttribute_String) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label for all edges.
setEdgeLabelColor(EdgeAttribute_Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label color for all edges.
setEdgeLabelColorIndex(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label color index for all edges.
setEdgeLabelFont(String) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new font (for edge labels).
setEdgeLabelFontSize(double) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new size for current font (of edge labels).
setEdgeLabelPosition(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label posistion for all edges.
setEdgeLabelType(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label type for all edges.
setEdgePosition(EdgeAttribute_PointArray) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates position for all edges.
setEdgeSAnch(EdgeAttribute_Point) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates anchor (at start) for all edges.
setEdgeShape(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates shape for all edges.
setEdgeStyle(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates style for all edges.
setEdgeTAnch(EdgeAttribute_Point) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates anchor (at end) for all edges.
setEdgeWidth(EdgeAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates width for all edges.
setG(int) - Method in class jdsl.extension.LEDA.Color
Sets a new green part.
setGraph(Graph) - Method in class jdsl.extension.LEDA.GraphWinFile
Replaces current graph reference by a new one.
setIndex(int) - Method in class jdsl.extension.LEDA.Color
Sets a new color index;
setLabel(Edge, String) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new label.
setLabel(String) - Method in class jdsl.extension.LEDA.Parameters
Sets a new label.
setLabel(Vertex, String) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new label for a vertex.
setLabelColor(Color) - Method in class jdsl.extension.LEDA.Parameters
Changes label's color.
setLabelColor(Edge, Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes label's color.
setLabelColor(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes label's color-index.
setLabelColor(int) - Method in class jdsl.extension.LEDA.Parameters
Sets a new color for border.
setLabelColor(Vertex, Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes label's color of a vertex.
setLabelColor(Vertex, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes label's color-index of a vertex.
setLabelPosition(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new label position.
setLabelPosition(int) - Method in class jdsl.extension.LEDA.Parameters
Sets a new label position.
setLabelPosition(int) - Method in class jdsl.extension.LEDA.EdgeParameters
Sets a new label position.
setLabelPosition(Vertex, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new label position of a vertex.
setLabelType(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new label type.
setLabelType(int) - Method in class jdsl.extension.LEDA.Parameters
Sets a new label type.
setLabelType(int) - Method in class jdsl.extension.LEDA.EdgeParameters
Sets a new label type.
setLabelType(Vertex, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new label type for a vertex.
setLayout(GraphLayout) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new layout.
setLayoutElement(Edge, Point[]) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new Layout for a edge.
setLayoutElement(Vertex, Point) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new Layout for a vertex.
setMiddelPoint(Point) - Method in class jdsl.extension.LEDA.Layout.CircleGraphLayout
Set current middel point of circle C.
setNodeDataType(String) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new data type for vertices.
setNodeDefaults(NodeParameters) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes default parameters for nodes.
setNodeLabelFont(String) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new font (for node labels).
setNodeLabelFontSize(double) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new size for current font (of node labels).
setPosition(Edge, Point[]) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Changes the position of edge which to where.
setPosition(Edge, Point[]) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Changes the position of edge which to where.
setPosition(Vertex, Point) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Changes the position of vertex which to where.
setPosition(Vertex, Point) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Changes the position of vertex which to where.
setR(int) - Method in class jdsl.extension.LEDA.Color
Sets a new red part.
setRadius(double) - Method in class jdsl.extension.LEDA.Layout.CircleGraphLayout
Sets current radius of circle C.
setSAnch(Edge, Point) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new anchor at start node.
setSAnch(Point) - Method in class jdsl.extension.LEDA.EdgeParameters
Set a new anchor at start node.
setShape(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new shape.
setShape(int) - Method in class jdsl.extension.LEDA.Parameters
Sets a new Shape.
setShape(int) - Method in class jdsl.extension.LEDA.EdgeParameters
Sets a new shape.
setShape(Vertex, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new shape for a vertex.
setShapeHeight(double) - Method in class jdsl.extension.LEDA.NodeParameters
Changes shape's height.
setShapeHeight(Vertex, double) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes shape's height of a vertex.
setShapeWidth(double) - Method in class jdsl.extension.LEDA.NodeParameters
Changes shape's width.
setShapeWidth(Vertex, double) - Method in class jdsl.extension.LEDA.GraphWinFile
Changes shape's width of a vertex.
setStyle(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new style.
setStyle(int) - Method in class jdsl.extension.LEDA.EdgeParameters
Sets a new style.
setTAnch(Edge, Point) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new anchor at end node.
setTAnch(Point) - Method in class jdsl.extension.LEDA.EdgeParameters
Set a new anchor at end node.
setVertexBorderColor(VertexAttribute_Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates border color for all vertices.
setVertexBorderColorIndex(VertexAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates border color index for all vertices.
setVertexBorderWidth(VertexAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates border width for all vertices.
setVertexColor(VertexAttribute_Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates color for all vertices.
setVertexColorIndex(VertexAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates color index for all vertices.
setVertexData(VertexAttribute) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates data object for all vertices.
setVertexLabel(VertexAttribute_String) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label for all vertices.
setVertexLabelColor(VertexAttribute_Color) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label color for all vertices.
setVertexLabelColorIndex(VertexAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label color index for all vertices.
setVertexLabelPosition(VertexAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label posistion for all vertices.
setVertexLabelType(VertexAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates label type for all vertices.
setVertexPosition(VertexAttribute_Point) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates position for all vertices.
setVertexShape(VertexAttribute_int) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates shape for all vertices.
setVertexShapeHeight(VertexAttribute_double) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates shape height for all vertices.
setVertexShapeWidth(VertexAttribute_double) - Method in class jdsl.extension.LEDA.GraphWinFile
Updates shape width for all vertices.
setWidth(Edge, int) - Method in class jdsl.extension.LEDA.GraphWinFile
Sets a new width.
setWidth(int) - Method in class jdsl.extension.LEDA.EdgeParameters
Sets a new width.
setX(Vertex, double) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Changes X-coordinate of vertex which to where.
setX(Vertex, double) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Changes X-coordinate of vertex which to whereX.
setY(Vertex, double) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Changes Y-coordinate of vertex which to where.
setY(Vertex, double) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Changes Y-coordinate of vertex which to whereY.
SMOOTHRECTANGLE - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for nodes: smooth rectangle.
SPLINE - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for edges: spline curves.
sqrDistance(Vector2D) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns euklidean distance in square.
SQUARE - Static variable in class jdsl.extension.LEDA.Parameters
A valid shape for nodes: square.
subtract(Vector2D) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns result vector.
sum(Vector2D) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns result vector of addition by two vectors.

T

TOLEFT - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: arrow shows reversed direction.
TOLEFTRIGHT - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: both arrows appear.
TORIGHT - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: arrow shows correct direction.
TORIGHTLEFT - Static variable in class jdsl.extension.LEDA.Parameters
A valid direction for edges: both arrows appear (in the middel of the edge).
toString() - Method in class jdsl.extension.LEDA.Color
Returns current used representation (as an index or as a rgb tripel).
toString() - Method in class jdsl.extension.LEDA.GraphWinFile
Returns a short string representation of the object.
toString() - Method in class jdsl.extension.LEDA.FormatException
Returns a error message as String.
toString() - Method in class jdsl.extension.LEDA.NodeParameters
 
toString() - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns a String object representing this point.
toString(boolean) - Method in class jdsl.extension.LEDA.Color
Returns a representation (as an index or as a rgb tripel).
toStringBoth() - Method in class jdsl.extension.LEDA.Color
Returns both representations (as an index and as a rgb tripel).
translate(double, double) - Method in class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Returns translated vector.

U

update(InspectableEdgeAttribute_PointArray, EdgeIterator) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Changes positions for all edges in edges using data.
update(InspectableEdgeAttribute_PointArray, EdgeIterator) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Changes positions for all edges in edges using data.
update(InspectableVertexAttribute_Point, VertexIterator) - Method in interface jdsl.extension.LEDA.Layout.GraphLayout
Changes positions for all vertices in vertices using data.
update(InspectableVertexAttribute_Point, VertexIterator) - Method in class jdsl.extension.LEDA.Layout.DefaultGraphLayout
Changes positions for all vertices in vertices using data.
USER - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: user defined label.
USERDATA - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: user and data defined label.
USERDATAINDEX - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: user, data and index defined label.
USERINDEX - Static variable in class jdsl.extension.LEDA.Parameters
A valid label type: user and index defined label.

V

Vector2D - class jdsl.extension.LEDA.Layout.Geometry.Vector2D.
This class represents a two-dimensional vector, or, likewise, its endpoint.
Vector2D() - Constructor for class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Constructs a null vector.
Vector2D(double, double) - Constructor for class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Constructs a new vector with given components.
Vector2D(double, double, Vector2D) - Constructor for class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Constructs a new point by using polar coordinates (from a different origin).
Vector2D(Point) - Constructor for class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Copy-Constructor.
Vector2D(Vector2D) - Constructor for class jdsl.extension.LEDA.Layout.Geometry.Vector2D
Copy-Constructor.
VertexAttribute - interface jdsl.extension.api.VertexAttribute.
 
VertexAttribute_Color - interface jdsl.extension.api.VertexAttribute_Color.
 
VertexAttribute_double - interface jdsl.extension.api.VertexAttribute_double.
 
VertexAttribute_Edge - interface jdsl.extension.api.VertexAttribute_Edge.
 
VertexAttribute_int - interface jdsl.extension.api.VertexAttribute_int.
 
VertexAttribute_Point - interface jdsl.extension.api.VertexAttribute_Point.
 
VertexAttribute_String - interface jdsl.extension.api.VertexAttribute_String.
 
VertexAttribute_Vertex - interface jdsl.extension.api.VertexAttribute_Vertex.
 
VIOLET - Static variable in class jdsl.extension.LEDA.Color
A valid color: violet
VIOLET - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: violet

W

WHITE - Static variable in class jdsl.extension.LEDA.Color
A valid color: white.
WHITE - Static variable in class jdsl.extension.LEDA.Parameters
A valid color: white.
write(String) - Method in class jdsl.extension.LEDA.GraphWinFile
Expo