|
|||||||||
| Home >> All >> com >> port80 >> [ graph overview ] | PREV NEXT | ||||||||
A
- addAllVertex(Collection) - Method in interface com.port80.graph.IGraph
- addIn(IEdge) - Method in interface com.port80.graph.IVertex
- addIn(IEdge, int) - Method in interface com.port80.graph.IVertex
- addOut(IEdge) - Method in interface com.port80.graph.IVertex
- addOut(IEdge, int) - Method in interface com.port80.graph.IVertex
- addPort(String) - Method in interface com.port80.graph.IVertex
- addVertex(IVertex) - Method in interface com.port80.graph.IGraph
- allEdges() - Method in interface com.port80.graph.IGraph
- allVertexNameSet() - Method in interface com.port80.graph.IGraph
- Vertices including those in subgraph.
- allVertices() - Method in interface com.port80.graph.IGraph
C
- CLASSNAME - Static variable in class com.port80.graph.Test
- canDelete(IEdge) - Method in interface com.port80.graph.IGraph
- clearEdges() - Method in interface com.port80.graph.IVertex
- clearLayout() - Method in interface com.port80.graph.IEdge
- clearLayout() - Method in interface com.port80.graph.IGraph
- clearLayout() - Method in interface com.port80.graph.IVertex
- clone() - Method in interface com.port80.graph.IGraphShape
- clone() - Method in interface com.port80.graph.IGraphStroke
- cloneInstance() - Method in interface com.port80.graph.IArrow
- com.port80.graph - package com.port80.graph
- containsGraph(IGraph) - Method in interface com.port80.graph.IGraph
- containsVertex(String) - Method in interface com.port80.graph.IGraph
- containsVertex(IVertex) - Method in interface com.port80.graph.IGraph
D
E
- EdgeAdd(IGraph, IEdge) - Method in interface com.port80.graph.IGraphListener
- Edge changes that affects only the vertex and its edges.
- EdgeAttr(IGraph, IEdge, String) - Method in interface com.port80.graph.IGraphListener
- EdgeRemove(IGraph, IEdge) - Method in interface com.port80.graph.IGraphListener
- edges() - Method in interface com.port80.graph.IVertex
- The set of all edges.
F
- findEdgesFrom(IVertex, String, List) - Method in interface com.port80.graph.IVertex
- findEdgesFrom(IVertex, List) - Method in interface com.port80.graph.IVertex
- findEdgesTo(IVertex, String, List) - Method in interface com.port80.graph.IVertex
- findEdgesTo(IVertex, List) - Method in interface com.port80.graph.IVertex
- findEdgesWithAttr(String) - Method in interface com.port80.graph.IGraph
- findIns(String, List) - Method in interface com.port80.graph.IVertex
- Find edge with the given attribute.
- findOuts(String, List) - Method in interface com.port80.graph.IVertex
- findReverseEdges(List) - Method in interface com.port80.graph.IEdge
- findVerticesWithAttr(String) - Method in interface com.port80.graph.IGraph
G
- GraphChange(IGraph) - Method in interface com.port80.graph.IGraphListener
- Global changes that affects lots of things.
- GraphException - exception com.port80.graph.GraphException.
- Graph exceptions.
- GraphException(String, String) - Constructor for class com.port80.graph.GraphException
- GraphException(String, IGraphElement) - Constructor for class com.port80.graph.GraphException
- GraphException(String, IGraphElement, IGraphElement) - Constructor for class com.port80.graph.GraphException
- getArrowSize() - Method in interface com.port80.graph.IEdge
- getAttrRegistry() - Method in interface com.port80.graph.IGraphElementFactory
- getBaseX() - Method in interface com.port80.graph.IGraphShape
- getBaseY() - Method in interface com.port80.graph.IGraphShape
- getClientRect() - Method in interface com.port80.graph.IGraphShape
- getColor() - Method in interface com.port80.graph.IArrow
- getData() - Method in interface com.port80.graph.IGraphElement
- getDx() - Method in interface com.port80.graph.IVertexPort
- getDy() - Method in interface com.port80.graph.IVertexPort
- getEdgeAttrTable() - Method in interface com.port80.graph.IGraph
- getEdgeFactory() - Method in interface com.port80.graph.IGraph
- getEdgeSet() - Method in interface com.port80.graph.IGraph
- Edges in this graph, not including those in subgraph.
- getElementTypeName() - Method in interface com.port80.graph.IGraphElement
- getGraph(IGraph) - Method in interface com.port80.graph.IGraph
- getGraphTypeName() - Method in interface com.port80.graph.IGraph
- getHead() - Method in interface com.port80.graph.IEdge
- The set of all edges, the Set should be considered read only.
- getHeadArrow() - Method in interface com.port80.graph.IEdge
- getLeadinColor() - Method in interface com.port80.graph.IArrow
- getLength() - Method in interface com.port80.graph.IArrow
- getLineWidth() - Method in interface com.port80.graph.IArrow
- getLineWidth() - Method in interface com.port80.graph.IGraphStroke
- getName() - Method in interface com.port80.graph.IArrow
- getName() - Method in interface com.port80.graph.IGraphElement
- getName() - Method in interface com.port80.graph.IGraphShape
- getName() - Method in interface com.port80.graph.IGraphStroke
- getName() - Method in interface com.port80.graph.IVertexPort
- getOpposite(IVertex) - Method in interface com.port80.graph.IEdge
- getOrigin() - Method in interface com.port80.graph.IGraphShape
- getParent() - Method in interface com.port80.graph.IGraph
- getParent() - Method in interface com.port80.graph.IVertex
- getShape() - Method in interface com.port80.graph.IGraphShape
- getStroke() - Method in interface com.port80.graph.IGraphStroke
- getSubGraphs() - Method in interface com.port80.graph.IGraph
- getTail() - Method in interface com.port80.graph.IEdge
- getTailArrow() - Method in interface com.port80.graph.IEdge
- getTemplateShape() - Method in interface com.port80.graph.IGraphShape
- getVertex(String) - Method in interface com.port80.graph.IGraph
- getVertex(IVertex) - Method in interface com.port80.graph.IGraph
- getVertexAttrTable() - Method in interface com.port80.graph.IGraph
- getVertexFactory() - Method in interface com.port80.graph.IGraph
- getVertexNameSet() - Method in interface com.port80.graph.IGraph
- Vertices name/vertices in this graph, not including those in subgraph.
- getVertexSet() - Method in interface com.port80.graph.IGraph
I
- IArrow - interface com.port80.graph.IArrow.
- Graph edge arrow interface.
- IDFVertexVisitor - interface com.port80.graph.IDFVertexVisitor.
- For depth first search, this visitor have an additional previsit() method that is called during the downward transversal while visit() is called during the backtrace transversal.
- IEdge - interface com.port80.graph.IEdge.
- Graph edge interface.
- IEdgeFactory - interface com.port80.graph.IEdgeFactory.
- Factory class that produce valid edges and destroy edges only if removal of the edge do not violate the factory constraints.
- IEdgeVisitor - interface com.port80.graph.IEdgeVisitor.
- Graph vertex visitor interface.
- IGraph - interface com.port80.graph.IGraph.
- Graph interface.
- IGraphElement - interface com.port80.graph.IGraphElement.
- Interface applies to all graph objects (Vertex,Edge,Graph) .
- IGraphElementFactory - interface com.port80.graph.IGraphElementFactory.
- Factory class that produce GraphElement and provide access to attribute registry and default attribute table.
- IGraphElementVisitor - interface com.port80.graph.IGraphElementVisitor.
- Graph element visitor interface for transversing a graph recursively.
- IGraphFactory - interface com.port80.graph.IGraphFactory.
- Factory class that produce a graphs.
- IGraphListener - interface com.port80.graph.IGraphListener.
- Graph listener interface.
- IGraphRenderer - interface com.port80.graph.IGraphRenderer.
- Graph object renderer interface.
- IGraphShape - interface com.port80.graph.IGraphShape.
- Graph shape interface.
- IGraphStroke - interface com.port80.graph.IGraphStroke.
- Graph stroke interface.
- IVertex - interface com.port80.graph.IVertex.
- graph vertex interface.
- IVertexFactory - interface com.port80.graph.IVertexFactory.
- Factory class that produce valid vertex.
- IVertexPort - interface com.port80.graph.IVertexPort.
- graph vertex port interface.
- IVertexVisitor - interface com.port80.graph.IVertexVisitor.
- Graph vertex visitor interface.
- inSize() - Method in interface com.port80.graph.IVertex
- ins() - Method in interface com.port80.graph.IVertex
- isCluster() - Method in interface com.port80.graph.IGraph
- isKeepRatio() - Method in interface com.port80.graph.IGraphShape
- isReachable(IVertex) - Method in interface com.port80.graph.IVertex
- isValid(IVertex, IVertex) - Method in interface com.port80.graph.IGraph
M
- main(String[]) - Static method in class com.port80.graph.Test
- message - Variable in class com.port80.graph.GraphException
N
- NAME - Static variable in class com.port80.graph.Test
- name - Variable in class com.port80.graph.GraphException
- neighbours() - Method in interface com.port80.graph.IVertex
- Set of directly conected vertex.
- newEdge(IVertex, IVertex, String, Object, IGraph) - Method in interface com.port80.graph.IEdgeFactory
- newEdge(IVertex, IVertex, String, Object) - Method in interface com.port80.graph.IGraph
- newGraph(String, Object) - Method in interface com.port80.graph.IGraph
- newGraph(int, String, IGraph) - Method in interface com.port80.graph.IGraphFactory
- newGraph01() - Static method in class com.port80.graph.Test
- Test graph walkers.
- newVertex(String, Object) - Method in interface com.port80.graph.IGraph
- newVertex(String, String, Object) - Method in interface com.port80.graph.IGraph
- newVertex(String, Object, IGraph) - Method in interface com.port80.graph.IVertexFactory
- newVertex(String, String, Object, IGraph) - Method in interface com.port80.graph.IVertexFactory
O
- object1 - Variable in class com.port80.graph.GraphException
- object2 - Variable in class com.port80.graph.GraphException
- outSize() - Method in interface com.port80.graph.IVertex
- outs() - Method in interface com.port80.graph.IVertex
P
- PACKAGENAME - Static variable in class com.port80.graph.Test
- preVisit(IVertex, Set, Object) - Method in interface com.port80.graph.IDFVertexVisitor
R
- reachable() - Method in interface com.port80.graph.IVertex
- removeEdge(IEdge) - Method in interface com.port80.graph.IGraph
- removeIn(int) - Method in interface com.port80.graph.IVertex
- removeIn(IEdge) - Method in interface com.port80.graph.IVertex
- removeInsFrom(IVertex) - Method in interface com.port80.graph.IVertex
- removeOut(int) - Method in interface com.port80.graph.IVertex
- removeOut(IEdge) - Method in interface com.port80.graph.IVertex
- removeOutsTo(IVertex) - Method in interface com.port80.graph.IVertex
- removeVertex(String) - Method in interface com.port80.graph.IGraph
- Remove vertex from this graph, not include vertex in subgraph .
- removeVertex(IVertex) - Method in interface com.port80.graph.IGraph
- render(Graphics2D, float, float, float, float) - Method in interface com.port80.graph.IArrow
- render(Graphics2D, AffineTransform) - Method in interface com.port80.graph.IArrow
- render(Graphics2D, IVertex) - Method in interface com.port80.graph.IGraphRenderer
- render(Graphics2D, IEdge) - Method in interface com.port80.graph.IGraphRenderer
- render(Graphics2D, IGraph) - Method in interface com.port80.graph.IGraphRenderer
- render(Graphics2D) - Method in interface com.port80.graph.IGraphShape
- reshape(double, double, Point2D, double, double) - Method in interface com.port80.graph.IGraphShape
S
- saveImage(String, float) - Method in interface com.port80.graph.IGraph
- setColor(Color) - Method in interface com.port80.graph.IArrow
- setData(Object) - Method in interface com.port80.graph.IGraphElement
- setLineWidth(float) - Method in interface com.port80.graph.IGraphStroke
- setName(String) - Method in interface com.port80.graph.IGraphElement
- setOrigin(Point2D) - Method in interface com.port80.graph.IGraphShape
- setParent(IGraph) - Method in interface com.port80.graph.IVertex
- setScale(double) - Method in interface com.port80.graph.IGraphRenderer
- setStroke(Stroke) - Method in interface com.port80.graph.IGraphStroke
- size() - Method in interface com.port80.graph.IGraph
- sprintGraph() - Method in interface com.port80.graph.IGraph
T
- Test - class com.port80.graph.Test.
- Test driver for the graph package.
- Test() - Constructor for class com.port80.graph.Test
- testAttr01() - Static method in class com.port80.graph.Test
- testWalker01() - Static method in class com.port80.graph.Test
- toString() - Method in class com.port80.graph.GraphException
U
- USAGE - Static variable in class com.port80.graph.Test
- update(Graphics2D, String, Point2D, int, int, Font, IGraphStroke, Color, Color, Color, int) - Method in interface com.port80.graph.IGraphShape
- updateShape(Graphics2D, IVertex) - Method in interface com.port80.graph.IGraphRenderer
- Calculate the geometry of a vertex and update its -shape attribute.
- updateShape(Graphics2D, IGraph) - Method in interface com.port80.graph.IGraphRenderer
V
- VERSION - Static variable in class com.port80.graph.Test
- VERSIONNAME - Static variable in class com.port80.graph.Test
- VertexAdd(IGraph, IVertex) - Method in interface com.port80.graph.IGraphListener
- Vertex changes that affects only the vertex and its edges.
- VertexAttr(IGraph, IVertex, String) - Method in interface com.port80.graph.IGraphListener
- VertexRemove(IGraph, IVertex) - Method in interface com.port80.graph.IGraphListener
- visit(IEdge, Set, Object) - Method in interface com.port80.graph.IEdgeVisitor
- visit(IVertex, Object) - Method in interface com.port80.graph.IGraphElementVisitor
- visit(IEdge, Object) - Method in interface com.port80.graph.IGraphElementVisitor
- visit(IGraph, Object) - Method in interface com.port80.graph.IGraphElementVisitor
- visit(IVertex, Set, Object) - Method in interface com.port80.graph.IVertexVisitor
A C D E F G I M N O P R S T U V
|
|||||||||
| Home >> All >> com >> port80 >> [ graph overview ] | PREV NEXT | ||||||||