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

C

COLUMNS - Static variable in class y25.graphics.Transform
Storage specifier - indicates that the columns of a matrix are stored consecutively.
Camera - class y25.graphics.Camera.
Represents a camera in three dimensional space.
Camera() - Constructor for class y25.graphics.Camera
Creates a default camera.
CentralizerLayouter25D - class y25.layout.CentralizerLayouter25D.
A layouter that centers all layers and adjusts their bounding boxes.
CentralizerLayouter25D() - Constructor for class y25.layout.CentralizerLayouter25D
 
CompositeLayouter25D - class y25.layout.CompositeLayouter25D.
A layouter that allows to express a layout operation as a chain of multiple layout stages.
CompositeLayouter25D(LayoutStage25D, Layouter25D) - Constructor for class y25.layout.CompositeLayouter25D
Creates a new instance of CompositeLayouter25D.
ConvertGraphToGraph2D(Graph, GraphTools.GraphDataInfo[], NodeRealizer, EdgeRealizer) - Static method in class y25.base.GraphTools
Creates a copy of the given Graph.
calculatePath() - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
camera - Variable in class y25.view.Graph25DView
Handles the viewing transform.
cameraToNDC - Variable in class y25.graphics.Camera
The transform that transforms camera coordinates into (NDC) normalized device coordinates.
canLayout(LayeredLayoutGraph) - Method in class y25.layout.CentralizerLayouter25D
 
canLayout(LayeredLayoutGraph) - Method in class y25.layout.CompositeLayouter25D
 
canLayout(LayeredLayoutGraph) - Method in class y25.layout.FlatLayouter.CanonicFlatteningStage
 
canLayout(LayeredLayoutGraph) - Method in class y25.layout.FlatLayouter
 
canLayout(LayeredLayoutGraph) - Method in interface y25.layout.Layouter25D
Returns true, if this Layouter25D is capable of layouting the given graph.
canLayout(LayeredLayoutGraph) - Method in class y25.layout.Layouter25DAdapter
 
canLayoutCore(LayeredLayoutGraph) - Method in class y25.layout.AbstractLayoutStage25D
Queries the core layouter whether or not the given graph can be layed out.
changePerspective(float) - Method in class y25.graphics.Camera
Increases or decreases the field of viwe by the given angle while keeping the viewing area as coherent as possible with the previous setting.
clear() - Method in class y25.base.LayeredGraph
Resets the LayeredGraph to its initial state.
clear() - Method in class y25.layout.LayeredLayoutGraph
Resets the LayeredLayoutGraph to its initial state.
clear() - Method in class y25.view.Graph25D
Resets the Graph25D to its initial state.
clearLayerEdges() - Method in class y25.base.LayeredGraph
Removes all layer edges present in this LayeredGraph.
clearLayerEdges() - Method in class y25.layout.LayeredLayoutGraph
Removes all layer edges present in this LayeredLayoutGraph.
clearLayerEdges() - Method in class y25.view.Graph25D
Removes all layer edges present in this Graph25D.
clearPoints() - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
copyCreateStructureData(Graph, Graph) - Method in class y25.base.LayeredGraph
Helper method for importGraph.
copyEdgeLayout25D(EdgeLayout, EdgeLayout) - Method in class y25.layout.FlatLayouter.CanonicFlatteningStage
 
copyEdgeRealizer(EdgeRealizer) - Method in interface y25.base.GraphTools.RealizerFactory
Creates a "25D" version of the passed edge realizer as outlined in the class description above.
copyEdgeRealizer(EdgeRealizer) - Method in class y25.view.realizer.Realizer25DFactory
Creates a "25D" version of the passed edge realizer as outlined in the class description above.
copyNodeLayout25D(NodeLayout, NodeLayout) - Method in class y25.layout.FlatLayouter.CanonicFlatteningStage
 
copyNodeRealizer(NodeRealizer) - Method in interface y25.base.GraphTools.RealizerFactory
Creates a "25D" version of the passed node realizer as outlined in the class description above.
copyNodeRealizer(NodeRealizer) - Method in class y25.view.realizer.Realizer25DFactory
Creates a "25D" version of the passed node realizer as outlined in the class description above.
coreLayouter - Variable in class y25.layout.AbstractLayoutStage25D
The core layouter of this layout stage.
coreLayouter - Variable in class y25.layout.CompositeLayouter25D
The layouter that is always invoked at the end of the chain.
createBend(double, double, Bend, int) - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
createCopy() - Method in interface y25.view.LayerEdgeRealizer25D
Creates a copy of this realizer and returns it.
createCopy() - Method in interface y25.view.LayerRealizer25D
Creates a copy of this realizer and returns it.
createCopy(EdgeRealizer) - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
createCopy() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
createCopy() - Method in class y25.view.realizer.DummyLayerRealizer25D
 
createCopy(NodeRealizer) - Method in class y25.view.realizer.DummyNodeRealizer25D
 
createCopy(EdgeRealizer) - Method in class y25.view.realizer.PolyLineEdgeRealizer25D
Creates a copy of this realizer.
createCopy() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
createCopy(NodeRealizer) - Method in class y25.view.realizer.ShapeNodeRealizer25D
 
createCopy() - Method in class y25.view.realizer.TransparentLayerRealizer25D
 
createDefaultEdgeRealizer() - Method in interface y25.base.GraphTools.RealizerFactory
Returns a copy of the default edge realizer of this factory.
createDefaultEdgeRealizer() - Method in class y25.view.realizer.Realizer25DFactory
Returns a copy of the default edge realizer of this factory.
createDefaultNodeRealizer() - Method in interface y25.base.GraphTools.RealizerFactory
Returns a copy of the default node realizer of this factory.
createDefaultNodeRealizer() - Method in class y25.view.realizer.Realizer25DFactory
Returns a copy of the default node realizer of this factory.
createEdgeMap() - Method in class y25.base.LayeredGraph
Creates an EdgeMap and returns it.
createGraph() - Method in class y25.base.LayeredGraph
Creates a new graph and returns it.
createGraph(int, Graph) - Method in class y25.base.LayeredGraph
Creates a new graph at a specified location and returns it.
createGraph() - Method in class y25.view.Graph25D
Creates a new Graph2D and returns it.
createGraph(int, Graph) - Method in class y25.view.Graph25D
Creates a new Graph2D at a specified location inside the graph list and returns it.
createGraphMap() - Method in class y25.base.LayeredGraph
Creates a GraphMap and returns it.
createID() - Method in class y25.base.LayeredGraph.IDCreator
Returns a new and unique ID.
createLayerEdge(Node, Node) - Method in class y25.base.LayeredGraph
Creates a new layer edge from the source to the target node.
createLayerEdge(Node, Node) - Method in class y25.view.Graph25D
Creates a new layer edge from the source to the target node.
createLayerEdgeMap() - Method in class y25.base.LayeredGraph
Creates a LayerEdgeMap and returns it.
createNodeMap() - Method in class y25.base.LayeredGraph
Creates a NodeMap and returns it.
cross(Vector3D) - Method in class y25.graphics.Vector3D
Computes the cross product of this vector with the passed one and stores the result in this vector.
cyclicNext() - Method in interface y25.base.GraphCursor
Moves the cursor to the cyclic next element of the underlying sequence.
cyclicNext() - Method in interface y25.base.LayerEdgeCursor
Moves the cursor to the cyclic next element of the underlying sequence.
cyclicPrev() - Method in interface y25.base.GraphCursor
Moves the cursor to the cyclic previous element of the underlying sequence.
cyclicPrev() - Method in interface y25.base.LayerEdgeCursor
Moves the cursor to the cyclic previous element of the underlying sequence.

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