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

G

G() - Method in class y25.base.LayeredGraph
Returns the number of graphs inside this LayeredGraph.
GMLIOHandler25D - class y25.io.GMLIOHandler25D.
Reads and writes 2.5d graphs in the GML format from and to files.
GMLIOHandler25D() - Constructor for class y25.io.GMLIOHandler25D
 
Graph25D - class y25.view.Graph25D.
Represents a LayeredLayoutGraph with additional 2.5D support.
Graph25D() - Constructor for class y25.view.Graph25D
Creates a new Graph25D.
Graph25DView - class y25.view.Graph25DView.
Displays and navigates a Graph25D.
Graph25DView() - Constructor for class y25.view.Graph25DView
Creates an empty Graph25DView.
GraphCursor - interface y25.base.GraphCursor.
A cursor interface for interating over graphs.
GraphList - class y25.base.GraphList.
Specialized list implementation for instances of type Graph.
GraphList() - Constructor for class y25.base.GraphList
Creates an empty graph list.
GraphList(Graph) - Constructor for class y25.base.GraphList
Creates a list that is initialized with a single graph provided.
GraphList(Graph[]) - Constructor for class y25.base.GraphList
Creates a list that is initialized with the graphs provided by the given array of graphs.
GraphList(GraphCursor) - Constructor for class y25.base.GraphList
Creates a list that is initialized with the graphs provided by the given GraphCursor object.
GraphList(GraphCursor, DataProvider) - Constructor for class y25.base.GraphList
Creates a list that is initialized with those graphs from the given GraphCursor object for which the given data provider returns true upon calling its getBool method.
GraphList(Iterator) - Constructor for class y25.base.GraphList
Creates a list that is initialized with the elements provided by the given Iterator object.
GraphMap - interface y25.base.GraphMap.
Provides access to data associated with a graph.
GraphTools - class y25.base.GraphTools.
A utility class which provides means to duplicate entire Graphs or Graph2Ds.
GraphTools() - Constructor for class y25.base.GraphTools
 
GraphTools.GraphDataInfo - class y25.base.GraphTools.GraphDataInfo.
Stores information about a DataProvider.
GraphTools.GraphDataInfo(Object, int, int) - Constructor for class y25.base.GraphTools.GraphDataInfo
 
GraphTools.RealizerFactory - interface y25.base.GraphTools.RealizerFactory.
An interface for creation of node and edge realizers.
Graphics3D - class y25.graphics.Graphics3D.
A utility class for drawing three dimensional primitives.
Graphics3D() - Constructor for class y25.graphics.Graphics3D
 
get(Object) - Method in interface y25.base.EdgeMap
Returns the value bound to the given edge.
get(Object) - Method in interface y25.base.GraphMap
Returns the value bound to the given graph.
get(Object) - Method in interface y25.base.LayerEdgeMap
Returns the value bound to the given layer edge.
get(Object) - Method in class y25.base.LayeredGraph.EdgeMapImpl
 
get(Object) - Method in class y25.base.LayeredGraph.GraphMapImpl
 
get(Object) - Method in class y25.base.LayeredGraph.LayerEdgeMapImpl
 
get(Object) - Method in class y25.base.LayeredGraph.NodeMapImpl
 
get(Object) - Method in interface y25.base.NodeMap
Returns the value bound to the given node.
getAdded(Vector3D) - Method in class y25.graphics.Vector3D
Adds the given vector to a copy of this one and returns the copy.
getApplied(Transform.Matrix4x4) - Method in class y25.graphics.Transform.Matrix4x4
 
getApplied(Point3D) - Method in class y25.graphics.Transform
Applies this transform to a copy of the passed point and returns the copy.
getApplied(Vector3D) - Method in class y25.graphics.Transform
Applies this transform to the passed vector and returns a reference to that vector.
getApplied(Transform) - Method in class y25.graphics.Transform
Applies this transform to a copy of the passed transform and returns a reference to that copy.
getArray(int) - Method in class y25.graphics.Transform
Returns the entries of the matrix that represents this transform in the specified order.
getArrow() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the arrow at the target of the layer edge.
getArrow() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getArrow() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getAspectRatio() - Method in class y25.graphics.Camera
Returns the camaera's aspect ratio.
getBool(Object) - Method in interface y25.base.EdgeMap
Returns the boolean value bound to the given edge.
getBool(Object) - Method in interface y25.base.GraphMap
Returns the boolean value bound to the given graph.
getBool(Object) - Method in interface y25.base.LayerEdgeMap
Returns the boolean value bound to the given layer edge.
getBool(Object) - Method in class y25.base.LayeredGraph.EdgeMapImpl
 
getBool(Object) - Method in class y25.base.LayeredGraph.GraphMapImpl
 
getBool(Object) - Method in class y25.base.LayeredGraph.LayerEdgeMapImpl
 
getBool(Object) - Method in class y25.base.LayeredGraph.NodeMapImpl
 
getBool(Object) - Method in interface y25.base.NodeMap
Returns the boolean value bound to the given node.
getBoundingBox() - Method in interface y25.layout.LayerEdgeLayout25D
Returns the bounding box that encompasses the entire layer edge.
getBoundingBox() - Method in class y25.layout.LayeredLayoutGraph
Returns a bounding box that encompasses all layers, layer edges, nodes and edges from this LayeredLayoutGraph.
getBoundingBox() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getBoundingBox() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getCamera() - Method in class y25.view.Graph25DView
Returns the camera this view uses for displaying the scene.
getCenter() - Method in class y25.graphics.BoundingBox
Returns the center of this bounding box.
getCoreLayouter25D() - Method in class y25.layout.AbstractLayoutStage25D
 
getCoreLayouter25D() - Method in interface y25.layout.LayoutStage25D
Returns the core layouter.
getCrossed(Vector3D) - Method in class y25.graphics.Vector3D
Computes the cross product of this vector with the passed one and returns the result.
getDefaultEdgeRealizer25D() - Method in class y25.view.Graph25D
Returns a copy of the default edge realizer used in this Graph25D.
getDefaultLayerEdgeRealizer25D() - Method in class y25.view.Graph25D
Returns a copy of the default layer edge realizer used in this Graph25D.
getDefaultLayerRealizer25D() - Method in class y25.view.Graph25D
Returns a copy of the default layer realizer used in this Graph25D.
getDefaultNodeRealizer25D() - Method in class y25.view.Graph25D
Returns a copy of the default node realizer used in this Graph25D.
getDepth() - Method in interface y25.layout.NodeLayout25D
Returns the depth of the node, which is its extent in the z-dimension.
getDepth() - Method in class y25.view.realizer.DummyNodeRealizer25D
 
getDepth() - Method in class y25.view.realizer.ShapeNodeRealizer25D
 
getDouble(Object) - Method in interface y25.base.EdgeMap
Returns the double value bound to the given edge.
getDouble(Object) - Method in interface y25.base.GraphMap
Returns the double value bound to the given graph.
getDouble(Object) - Method in interface y25.base.LayerEdgeMap
Returns the double value bound to the given layer edge.
getDouble(Object) - Method in class y25.base.LayeredGraph.EdgeMapImpl
 
getDouble(Object) - Method in class y25.base.LayeredGraph.GraphMapImpl
 
getDouble(Object) - Method in class y25.base.LayeredGraph.LayerEdgeMapImpl
 
getDouble(Object) - Method in class y25.base.LayeredGraph.NodeMapImpl
 
getDouble(Object) - Method in interface y25.base.NodeMap
Returns the double value bound to the given node.
getEdgeByID(HashMap, Integer) - Method in class y25.layout.FlatLayouter.CanonicFlatteningStage
 
getEdgeID(Edge) - Method in class y25.base.LayeredGraph
Returns the edge ID of the passed edge.
getFOV() - Method in class y25.graphics.Camera
Returns the field of view of this camera in angles.
getFarClippingPlane() - Method in class y25.graphics.Camera
Returns the z-value of the far clipping plane.
getGLCanvas() - Method in class y25.view.Graph25DView
Returns the OpenGL canvas this view renders into.
getGraph25D() - Method in class y25.view.Graph25DView
Returns the graph that is displayed in this view.
getGraphArray() - Method in class y25.base.LayeredGraph
Returns an array of all graphs inside this LayeredGraph.
getGraphCursorAfter(Graph) - Method in class y25.base.LayeredGraph
Returns a cursor over all graphs inside this LayeredGraph that occur after the given reference.
getGraphCursorBefore(Graph) - Method in class y25.base.LayeredGraph
Returns a cursor over all graphs inside this LayeredGraph that occur before the given reference.
getHUDCoordinates(GLAutoDrawable, Point3D) - Method in class y25.graphics.Camera
Returns the HUD-Coordinates of the passed point.
getHeight() - Method in class y25.view.realizer.DummyNodeRealizer25D
 
getInt(Object) - Method in interface y25.base.EdgeMap
Returns the integer value bound to the given edge.
getInt(Object) - Method in interface y25.base.GraphMap
Returns the integer value bound to the given graph.
getInt(Object) - Method in interface y25.base.LayerEdgeMap
Returns the integer value bound to the given layer edge.
getInt(Object) - Method in class y25.base.LayeredGraph.EdgeMapImpl
 
getInt(Object) - Method in class y25.base.LayeredGraph.GraphMapImpl
 
getInt(Object) - Method in class y25.base.LayeredGraph.LayerEdgeMapImpl
 
getInt(Object) - Method in class y25.base.LayeredGraph.NodeMapImpl
 
getInt(Object) - Method in interface y25.base.NodeMap
Returns the integer value bound to the given node.
getInverted() - Method in class y25.graphics.Transform.Matrix4x4
 
getInverted() - Method in class y25.graphics.Transform
Returns copy of this transform that is the inverse of this transform.
getLabelText() - Method in interface y25.view.LayerRealizer25D
Returns the label text of the label associated with this realizer.
getLabelText() - Method in class y25.view.realizer.DummyLayerRealizer25D
 
getLabelText() - Method in class y25.view.realizer.TransparentLayerRealizer25D
 
getLayerEdge() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the layer edge that has been bound to this realizer, or null if no layer edge has been bound yet.
getLayerEdge() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getLayerEdge() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getLayerEdgeArray() - Method in class y25.base.LayeredGraph
Returns an array of all layer edges inside this LayeredGraph.
getLayeredGraph() - Method in class y25.base.LayerEdge
Returns the layered graph this layer edge belongs to.
getLayout(Graph) - Method in class y25.layout.LayeredLayoutGraph
Returns the layout associated with the given graph.
getLayout(LayerEdge) - Method in class y25.layout.LayeredLayoutGraph
Returns the layout associated with the given layer edge.
getLayoutStages() - Method in class y25.layout.CompositeLayouter25D
Returns a vector of all layout stages already present in the layout chain.
getLineColor() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the color of this layer edge realizer.
getLineColor() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getLineColor() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getLineDisplayMode() - Method in interface y25.view.EdgeRealizer25D
Returns the current display mode for drawing lines.
getLineDisplayMode() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the current display mode for drawing lines.
getLineDisplayMode() - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
getLineDisplayMode() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getLineDisplayMode() - Method in class y25.view.realizer.PolyLineEdgeRealizer25D
Returns the current display mode for edge lines when drawing into an Graph25DView.
getLineDisplayMode() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getLineRadius() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the radius of this layer edge realizer.
getLineRadius() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getLineRadius() - Method in class y25.view.realizer.PolyLineEdgeRealizer25D
Returns the radius of the edge based on the LineType of this realizer.
getLineRadius() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getMax() - Method in class y25.graphics.BoundingBox
Returns the point with the biggest x,y,z-coordinates that still lies inside the bounding box.
getMaxAxis() - Method in class y25.graphics.Vector3D
Determines the most dominant axis of this vector and returns its index.
getMin() - Method in class y25.graphics.BoundingBox
Returns the point with the smallest x,y,z-coordinates that still lies inside the bounding box.
getMinAxis() - Method in class y25.graphics.Vector3D
Determines the least dominant axis of this vector and returns its index.
getNearClippingPlane() - Method in class y25.graphics.Camera
Returns the z-value of the near clipping plane.
getNodeByID(HashMap, Integer) - Method in class y25.layout.FlatLayouter.CanonicFlatteningStage
 
getNodeID(Node) - Method in class y25.base.LayeredGraph
Returns the ID of the passed node.
getNormalized() - Method in class y25.graphics.Vector3D
Normalizes a copy of this vector and returns the copy.
getOpacity() - Method in class y25.view.realizer.TransparentLayerRealizer25D
Returns the opacity of the layer rectangle.
getOrthogonal() - Method in class y25.graphics.Vector3D
Returns a vector that is orthogonal to this one.
getParentID(Node) - Method in class y25.base.LayeredGraph
Returns the ID of the parent of the passed node.
getPicture() - Method in class y25.view.Graph25DView
Takes a screenshot of the current view and returns it.
getPoint(int) - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
getPoint3D() - Method in class y25.graphics.Vector3D
Returns a Point3D with the same x,y,z entries as this vector.
getPoint3D(Node) - Method in class y25.layout.LayeredLayoutGraph
Returns the position of the given node in three-dimensional space.
getPosition() - Method in class y25.graphics.Camera
Returns the position of the camera.
getRadius() - Method in class y25.graphics.BoundingBox
Returns the radius of a bounding sphere that would encompass the entire bounding box if it was positioned at getCenter().
getRealativeBoundingBox() - Method in interface y25.layout.LayerLayout25D
Returns the relative bounding box of the layer.
getRealativeBoundingBox() - Method in class y25.view.realizer.DummyLayerRealizer25D
 
getRealativeBoundingBox() - Method in class y25.view.realizer.TransparentLayerRealizer25D
 
getRealizer(Node) - Method in class y25.view.Graph25D
Returns the NodeRealizer that is associated with the passed node.
getRealizer(Edge) - Method in class y25.view.Graph25D
Returns the EdgeRealizer that is associated with the passed edge.
getRealizer(LayerEdge) - Method in class y25.view.Graph25D
Returns the LayerEdgeRealizer25D that is associated with the passed layer edge.
getRealizer(Graph) - Method in class y25.view.Graph25D
Returns the LayerRealizer25D that is associated with the passed graph.
getRelativeBoundingBox() - Method in interface y25.layout.EdgeLayout25D
Returns the relative bounding box that encompasses the edge.
getRelativeBoundingBox() - Method in interface y25.layout.NodeLayout25D
Returns the relative bounding box that encompasses the node.
getRelativeBoundingBox() - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
getRelativeBoundingBox() - Method in class y25.view.realizer.DummyNodeRealizer25D
 
getRelativeBoundingBox() - Method in class y25.view.realizer.PolyLineEdgeRealizer25D
 
getRelativeBoundingBox() - Method in class y25.view.realizer.ShapeNodeRealizer25D
 
getReversed() - Method in class y25.graphics.Vector3D
Reverses a copy of this vector and returns the copy.
getRotationX() - Method in class y25.graphics.Camera
Returns the camera's rotation around the x-axis.
getRotationY() - Method in class y25.graphics.Camera
Returns the camera's rotation around the y-axis.
getRotationZ() - Method in class y25.graphics.Camera
Returns the camera's rotation around the z-axis.
getScaled(float) - Method in class y25.graphics.Vector3D
Scales a copy of this vector by the given scaling factor and returns the copy.
getScreenCoordinates(Point3D) - Method in class y25.graphics.Camera
Returns the screen coordinates of the passed point.
getSourceArrow() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the arrow at the source of the layer edge;
getSourceArrow() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getSourceArrow() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getSourceGraph() - Method in class y25.base.LayerEdge
Returns the graph the source node of this layer edge belongs to.
getSourcePoint() - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
getSourceRealizer() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the realizer of the source node or null, if not bound to a layer edge yet.
getSourceRealizer() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getSourceRealizer() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getSubtracted(Vector3D) - Method in class y25.graphics.Vector3D
Subtracts the given vector from a copy of this one and returns the copy.
getTarget() - Method in class y25.graphics.Camera
Returns the viweing target of this camera.
getTargetArrow() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the arrow at the target of the layer edge;
getTargetArrow() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getTargetArrow() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getTargetGraph() - Method in class y25.base.LayerEdge
Returns the graph the target node of this layer edge belongs to.
getTargetPoint() - Method in class y25.view.realizer.DummyEdgeRealizer25D
 
getTargetRealizer() - Method in interface y25.view.LayerEdgeRealizer25D
Returns the realizer of the target node or null, if not bound to a layer edge yet.
getTargetRealizer() - Method in class y25.view.realizer.DummyLayerEdgeRealizer25D
 
getTargetRealizer() - Method in class y25.view.realizer.PolyLineLayerEdgeRealizer25D
 
getText() - Method in class y25.view.LayerLabel
Returns the text of this label.
getTranslated(Vector3D) - Method in class y25.graphics.Point3D
Creates a copy of this point, translates it by the given vector and returns the copy.
getTransposed() - Method in class y25.graphics.Transform.Matrix4x4
 
getUpDirection() - Method in class y25.graphics.Camera
Returns the vector in three dimensional space that corresponds to the upward direction in the viewing plane.
getVector3D() - Method in class y25.graphics.Point3D
Returns a Vector3D with the same x,y,z entries as this point.
getViewDirection() - Method in class y25.graphics.Camera
Returns the view direction of the camera.
getViewDistance() - Method in class y25.graphics.Camera
Returns the distance from this camera to the target.
getViewModes() - Method in class y25.view.Graph25DView
Returns an interator to all view modes that have been added to this view.
getWidth() - Method in class y25.view.realizer.DummyNodeRealizer25D
 
getX() - Method in class y25.view.realizer.DummyNodeRealizer25D
 
getY() - Method in class y25.view.realizer.DummyNodeRealizer25D
 
getZ() - Method in interface y25.layout.LayerLayout25D
Returns the z-position of the layer.
getZ(Graph) - Method in class y25.layout.LayeredLayoutGraph
Returns the z-corrdinate of the geiven layer (graph).
getZ() - Method in class y25.view.realizer.DummyLayerRealizer25D
 
getZ() - Method in class y25.view.realizer.TransparentLayerRealizer25D
 
glCanvas - Variable in class y25.view.Graph25DView
The OpenGL canvas that this view uses for rendering.
graph() - Method in interface y25.base.GraphCursor
Returns the graph at the current location of the cursor.
graph25D - Variable in class y25.view.Graph25DView
A reference to the graph that is displayed.
graphCount() - Method in class y25.base.LayeredGraph
Returns the number of graphs inside this LayeredGraph.
graphList - Variable in class y25.base.LayeredGraph
Stores the graphs that compose this layered graph in an ordered fashion.
graphType - Variable in class y25.base.LayeredGraph
Specifies the type of the graphs this layered graph stores in the graphList.
graphs() - Method in class y25.base.GraphList
Returns a graph cursor for the graphs.
graphs() - Method in class y25.base.LayeredGraph
Returns a cursor over all graphs inside this LayeredGraph.

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