A C D E G I J K L M N P R S T U V W

C

ChangeConesVisibility - Class in de.uka.algo.algovis3d.quanten
 
ChangeConesVisibility(boolean) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeConesVisibility
 
changeConesVisibility(boolean) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeEdgeAppearance - Class in de.uka.algo.algovis3d.quanten
This quantum changes the appearance of one edge or a set of edges.
ChangeEdgeAppearance(Edge, String, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeAppearance
Changes the appearance of edge.
ChangeEdgeAppearance(Set<Edge>, String, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeAppearance
Changes the appearance of edges.
changeEdgeConeAppearance(Edge, String) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeEdgeConeScaleAbsolutely - Class in de.uka.algo.algovis3d.quanten
 
ChangeEdgeConeScaleAbsolutely(Edge, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeConeScaleAbsolutely
Changes the scale of the cone of edge which influences its size.
ChangeEdgeConeScaleAbsolutely(Set<Edge>, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeConeScaleAbsolutely
 
ChangeEdgeConeScaleRelatively - Class in de.uka.algo.algovis3d.quanten
 
ChangeEdgeConeScaleRelatively(Edge, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeConeScaleRelatively
Changes the scale of the cone of edge which influences its size.
ChangeEdgeConeScaleRelatively(Set<Edge>, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeConeScaleRelatively
 
changeEdgeConeSize(Edge, double) - Method in class de.uka.algo.algovis3d.Visualizer
 
changeEdgeCylinderAppearance(Edge, String) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeEdgeCylinderScaleAbsolutely - Class in de.uka.algo.algovis3d.quanten
 
ChangeEdgeCylinderScaleAbsolutely(Edge, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeCylinderScaleAbsolutely
Changes the scale of the cylinder of edge which influences its size.
ChangeEdgeCylinderScaleAbsolutely(Set<Edge>, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeCylinderScaleAbsolutely
 
ChangeEdgeCylinderScaleRelatively - Class in de.uka.algo.algovis3d.quanten
 
ChangeEdgeCylinderScaleRelatively(Edge, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeCylinderScaleRelatively
Changes the scale of the cylinder of edge which influences its size.
ChangeEdgeCylinderScaleRelatively(Set<Edge>, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeCylinderScaleRelatively
 
changeEdgeCylinderSize(Edge, double) - Method in class de.uka.algo.algovis3d.Visualizer
Scales the radius of the edge's cylinder.
ChangeEdgePickInformation - Class in de.uka.algo.algovis3d.quanten
This quantum changes the pick-information of one edge or a set of edges.
ChangeEdgePickInformation(Edge, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgePickInformation
Changes the pick-information of edge to information.
ChangeEdgePickInformation(Set<Edge>, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgePickInformation
Changes the pick-information of all edges to information.
changeEdgePickInformation(Edge, String) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeEdgeVisibility - Class in de.uka.algo.algovis3d.quanten
 
ChangeEdgeVisibility(Edge, boolean) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeVisibility
 
ChangeEdgeVisibility(Set<Edge>, boolean) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeEdgeVisibility
 
changeEdgeVisibility(Edge, boolean) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeVertexAppearance - Class in de.uka.algo.algovis3d.quanten
This quantum changes the appearance of one vertex or a set of vertices.
ChangeVertexAppearance(Vertex, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexAppearance
Changes the appearance of vertex to appearance.
ChangeVertexAppearance(Set<Vertex>, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexAppearance
Changes the appearance of all vertices to appearance.
changeVertexAppearance(Vertex, String) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeVertexLocationAbsolutely - Class in de.uka.algo.algovis3d.quanten
This quantum changes the location of one vertex or a set of vertices to the given absolute location.
ChangeVertexLocationAbsolutely(Vertex, Vector3f) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexLocationAbsolutely
Translates the vertex immediatly to location.
ChangeVertexLocationAbsolutely(Vertex, Vector3f, boolean) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexLocationAbsolutely
Translates the vertex to location.
ChangeVertexLocationAbsolutely(Set<Vertex>, Vector3f) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexLocationAbsolutely
Translates all vertices to location.
changeVertexLocationAbsolutely(Vertex, Vector3f, boolean) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeVertexLocationRelatively - Class in de.uka.algo.algovis3d.quanten
This quantum translates one vertex or a set of vertices by the given translation vector delta.
ChangeVertexLocationRelatively(Vertex, Vector3f) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexLocationRelatively
Translates the vertex by the translation vector delta.
ChangeVertexLocationRelatively(Vertex, Vector3f, boolean) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexLocationRelatively
Translates the vertex by the translation vector delta.
ChangeVertexLocationRelatively(Set<Vertex>, Vector3f) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexLocationRelatively
Translates all vertices by the translation vector delta.
changeVertexLocationRelatively(Vertex, Vector3f, boolean) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeVertexPickInformation - Class in de.uka.algo.algovis3d.quanten
This quantum changes the pick-information of one vertex or a set of vertices.
ChangeVertexPickInformation(Vertex, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexPickInformation
Changes the pick-information of vertex to information.
ChangeVertexPickInformation(Set<Vertex>, String) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexPickInformation
Changes the pick-information of all vertices to information.
changeVertexPickInformation(Vertex, String) - Method in class de.uka.algo.algovis3d.Visualizer
 
changeVertexPulsation(Vertex, boolean) - Method in class de.uka.algo.algovis3d.Visualizer
 
changeVertexPulsation(Vertex, boolean, int) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeVertexScaleAbsolutely - Class in de.uka.algo.algovis3d.quanten
 
ChangeVertexScaleAbsolutely(Vertex, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexScaleAbsolutely
Changes the scale of the sphere of vertex which influences its size.
ChangeVertexScaleAbsolutely(Set<Vertex>, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexScaleAbsolutely
 
ChangeVertexScaleRelatively - Class in de.uka.algo.algovis3d.quanten
 
ChangeVertexScaleRelatively(Vertex, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexScaleRelatively
Changes the scale of the sphere of vertex which influences its size.
ChangeVertexScaleRelatively(Set<Vertex>, double) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexScaleRelatively
 
changeVertexSize(Vertex, double) - Method in class de.uka.algo.algovis3d.Visualizer
 
ChangeVertexVisibility - Class in de.uka.algo.algovis3d.quanten
 
ChangeVertexVisibility(Vertex, boolean) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexVisibility
 
ChangeVertexVisibility(Set<Vertex>, boolean) - Constructor for class de.uka.algo.algovis3d.quanten.ChangeVertexVisibility
 
changeVertexVisibility(Vertex, boolean) - Method in class de.uka.algo.algovis3d.Visualizer
Switches the visibility of vertex and all incident edges.
characters(char[], int, int) - Method in class de.uka.algo.io.JungGraphMLFileHandler
This method is called whenever the SaX parser encounters character content inside a tag
clear() - Method in class de.uka.algo.algovis3d.Recorder
Recording method: Resets everything and clears the list of steps.
close() - Method in class de.uka.algo.algovis3d.demo.AlgoVis3D
 
Controller - Class in de.uka.algo.algovis3d
This class provides a controller for camera steering in a Java3D universe.
Controller(SimpleUniverse) - Constructor for class de.uka.algo.algovis3d.Controller
Constructor
ControlsDialog - Class in de.uka.algo.algovis3d
 
ControlsDialog(Frame) - Constructor for class de.uka.algo.algovis3d.ControlsDialog
 
copyGraph(Graph, Map<Vertex, Vertex>, Map<Edge, Edge>) - Static method in class de.uka.algo.algovis3d.Visualizer
 

A C D E G I J K L M N P R S T U V W