Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

E

Edge(Graph<V, E>, GraphEvent.Type, E) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent.Edge
Creates a graph event for the specified graph, edge, and type.
edge - Variable in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
 
EDGE - Static variable in interface org.girod.jgraphml.xml.XMLTags
The edge tag.
edge_comparator - Variable in class edu.uci.ics.jung.graph.SortedSparseMultigraph
Comparator used in ordering edges.
EDGE_DESCRIPTION - Static variable in class org.girod.jgraphml.model.KeyType
The type for the edge description.
EDGE_GRAPHICS - Static variable in class org.girod.jgraphml.model.KeyType
The type for the edge graphics.
edge_index - Variable in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
 
edge_index - Variable in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
 
EDGE_LABEL - Static variable in interface org.girod.jgraphml.xml.XMLTags
The y:EdgeLabel tag.
EDGE_URL - Static variable in class org.girod.jgraphml.model.KeyType
The type for the edge URL.
edge_vpairs - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
 
edgeBorderWidth - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default edge border width.
edgeColor - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default edge color.
edgedx - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
edgedy - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
edgeFontSize - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default font size for edges.
edgeFontStyle - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default font style for edges.
edgeHasLabelDistance - Variable in class org.girod.jgraphml.model.DiagramDefaults
True if by default the edges have a label distance.
EdgeIndexFunction<V,E> - Interface in edu.uci.ics.jung.graph.util
An interface for a service to access the index of a given edge (in a given graph) into the set formed by the given edge and all the other edges it is parallel to.
EdgeLabel - Class in org.girod.jgraphml.model
Represents an edge label.
EdgeLabel() - Constructor for class org.girod.jgraphml.model.EdgeLabel
 
EdgeLabel.ParamModel - Class in org.girod.jgraphml.model
The parameter model for the edge label.
edgeLabelAnchorX - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default edge label X anchor.
edgeLabelAnchorY - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default edge label Y anchor.
edgeLabelAutoFlip - Variable in class org.girod.jgraphml.model.DiagramDefaults
True if the edge labels should flip.
edgeLabelAutoRotate - Variable in class org.girod.jgraphml.model.DiagramDefaults
True if the edge labels should autorotate.
edgeLabelDistance - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default edge label distance.
edgeLabelPosition - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default edge label position.
EdgeLabelPosition - Interface in org.girod.jgraphml.model
The edge label position enumeration.
edges - Variable in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
edges - Variable in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
edges - Variable in class edu.uci.ics.jung.graph.SetHypergraph
 
edges - Variable in class edu.uci.ics.jung.graph.SparseMultigraph
 
edges - Variable in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
edges - Variable in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
edges - Variable in class org.girod.jgraphml.model.AbstractGraphMLDiagram
The edges.
edgeSmoothed - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default value for the smoothed style of edges.
edgeType - Variable in class edu.uci.ics.jung.graph.AbstractTypedGraph
The edge type for all edges in this graph.
EdgeType - Enum in edu.uci.ics.jung.graph.util
Defines the possible edge types for graphs which assign types to edges.
edgeType - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default edge type.
EdgeType - Interface in org.girod.jgraphml.model
The edge type enumeration.
edu.uci.ics.jung.algorithms.layout - package edu.uci.ics.jung.algorithms.layout
Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices.
edu.uci.ics.jung.algorithms.layout.util - package edu.uci.ics.jung.algorithms.layout.util
Utility classes for updating layout positions.
edu.uci.ics.jung.algorithms.path - package edu.uci.ics.jung.algorithms.path
Contains path classes for the layout packages.
edu.uci.ics.jung.algorithms.scoring - package edu.uci.ics.jung.algorithms.scoring
Contains scoring classes for the layout packages.
edu.uci.ics.jung.algorithms.util - package edu.uci.ics.jung.algorithms.util
Contains a few utility classes for the layout packages.
edu.uci.ics.jung.graph - package edu.uci.ics.jung.graph
Interfaces for the JUNG graph types, and some representative implementations.
edu.uci.ics.jung.graph.collections - package edu.uci.ics.jung.graph.collections
A small collection package used by the jung graph classes.
edu.uci.ics.jung.graph.event - package edu.uci.ics.jung.graph.event
Support for generating events in response to graph actions, especially mutations.
edu.uci.ics.jung.graph.util - package edu.uci.ics.jung.graph.util
Utility interfaces and classes for the JUNG API.
element() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
element - Variable in class edu.uci.ics.jung.graph.util.Context
The edge element which defines this context.
elementAccessor - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
 
ELLIPSE - Static variable in interface org.girod.jgraphml.model.ShapeType
An ellipse.
enableCaching(boolean) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
Specifies whether or not this instance of DijkstraShortestPath should cache its results (final and partial) for future reference.
endElement(String, String, String) - Method in class org.girod.jgraphml.reader.XMLTreeHandler
 
equals(Object) - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
equals(Object) - Method in class edu.uci.ics.jung.graph.collections.ComparableComparator
 
equals(Object) - Method in class edu.uci.ics.jung.graph.util.Context
 
equals(Object) - Method in class edu.uci.ics.jung.graph.util.Pair
 
equals(Object) - Method in class org.girod.jgraphml.model.KeyType
 
equals(Object) - Method in class org.girod.jgraphml.reader.NodeFilter
 
equals(Object) - Method in class org.girod.jgraphml.xml.XMLNode
 
equals(Object) - Method in class org.girod.jgraphml.xml.XMLRoot
Return true if this node is equal to another Object.
estimatedDistances - Variable in class edu.uci.ics.jung.algorithms.path.DijkstraDistance.SourceData
 
ExceptionsUtils - Class in org.girod.jgraphml.app
Exceptions utilities.
executeScript(File) - Method in class org.girod.jgraphml.app.ScriptWrapper
Execute the script.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence