A C D G I L M P R S V W 
All Classes All Packages

A

adapter - Variable in class com.googlecode.blaisemath.graph.view.GraphComponent
Manages the visual elements of the underlying graph
addContextMenuInitializer(String, ContextMenuInitializer) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
Adds context menu element to specified object.
apply(E) - Method in class com.googlecode.blaisemath.graph.view.WeightedEdgeStyler
 

C

com.googlecode.blaisemath.graph.view - package com.googlecode.blaisemath.graph.view
 
com.googlecode.blaisemath.graphtheory.ui - module com.googlecode.blaisemath.graphtheory.ui
 

D

DEFAULT_EDGE_STYLE - Static variable in class com.googlecode.blaisemath.graph.view.VisualGraph
Default graph edge style
DEFAULT_NODE_STYLE - Static variable in class com.googlecode.blaisemath.graph.view.VisualGraph
Default graph node style

G

getAdapter() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
Return the adapter that contains the graph manager and the graph, responsible for handling the visual appearance.
getCoordinateManager() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return the coordinate manager responsible for node locations.
getEdgeRenderer() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return edge renderer.
getEdgeStyler() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
getEdgeStyler() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return edge styler.
getGraph() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
getGraph() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return the graph instance being visualized.
getLabelRenderer() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return label renderer.
getLayoutManager() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
Return the graph manager underlying the component, responsible for handling the graph and node locations.
getLayoutManager() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return the layout manager responsible for updating positions.
getNodeLabelDelegate() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
getNodeLabelFilter() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
getNodeRenderer() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return node renderer.
getNodeStyler() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
getNodeStyler() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return node styler.
getSelectedNodes() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
getViewGraph() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Return the graphic used for display.
getWeights() - Method in class com.googlecode.blaisemath.graph.view.WeightedEdgeStyler
 
GraphComponent - Class in com.googlecode.blaisemath.graph.view
Provides a view of a graph, using a GraphLayoutManager for positions/layout and a VisualGraph for appearance.
GraphComponent() - Constructor for class com.googlecode.blaisemath.graph.view.GraphComponent
Construct with an empty graph.
GraphComponent(Graph) - Constructor for class com.googlecode.blaisemath.graph.view.GraphComponent
Construct with specified graph.
GraphComponent(GraphLayoutManager) - Constructor for class com.googlecode.blaisemath.graph.view.GraphComponent
Construct with specified graph manager (contains graph and positions).

I

initViewGraph() - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Initializes view graph for the graph in the graph manager.
isLayoutTaskActive() - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 

L

layoutListener - Variable in class com.googlecode.blaisemath.graph.view.VisualGraph
Listens for changes from the layout

M

maxWeight - Variable in class com.googlecode.blaisemath.graph.view.WeightedEdgeStyler
The maximum edge weight
MENU_KEY_EDGE - Static variable in class com.googlecode.blaisemath.graph.view.GraphComponent
 
MENU_KEY_GRAPH - Static variable in class com.googlecode.blaisemath.graph.view.GraphComponent
 
MENU_KEY_NODE - Static variable in class com.googlecode.blaisemath.graph.view.GraphComponent
 

P

parent - Variable in class com.googlecode.blaisemath.graph.view.WeightedEdgeStyler
Parent style

R

removeContextMenuInitializer(String, ContextMenuInitializer) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
Removes context menu element from specified object

S

setEdgeRenderer(Renderer<Shape, G>) - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Set edge renderer.
setEdgeStyler(ObjectStyler<EndpointPair<Object>>) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setEdgeStyler(ObjectStyler<EndpointPair<Object>>) - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Set edge styler.
setGraph(Graph) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setGraph(Graph) - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Set the graph instance being visualized.
setLabelRenderer(Renderer<AnchoredText, G>) - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Set label renderer.
setLayoutManager(GraphLayoutManager) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setLayoutManager(GraphLayoutManager) - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Change the layout manager responsible for updating positions.
setLayoutTaskActive(boolean) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setNodeLabelDelegate(Function<Object, String>) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setNodeLabelFilter(Predicate<Object>) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setNodeRenderer(Renderer<Point2D, G>) - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Set node renderer.
setNodeStyler(ObjectStyler<Object>) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setNodeStyler(ObjectStyler<Object>) - Method in class com.googlecode.blaisemath.graph.view.VisualGraph
Set node styler.
setSelectedNodes(Collection) - Method in class com.googlecode.blaisemath.graph.view.GraphComponent
 
setWeights(Map<E, Double>) - Method in class com.googlecode.blaisemath.graph.view.WeightedEdgeStyler
 

V

VisualGraph<G> - Class in com.googlecode.blaisemath.graph.view
Combines a GraphLayoutManager and a DelegatingNodeLinkGraphic to manage a graph and its node locations.
VisualGraph(Graph) - Constructor for class com.googlecode.blaisemath.graph.view.VisualGraph
Construct adapter with the specified graph.
VisualGraph(GraphLayoutManager, Supplier<DelegatingNodeLinkGraphic<Object, EndpointPair<Object>, G>>) - Constructor for class com.googlecode.blaisemath.graph.view.VisualGraph
Construct adapter with the specified manager.

W

WeightedEdgeStyler<E extends com.google.common.graph.EndpointPair> - Class in com.googlecode.blaisemath.graph.view
Provides an edge styler for changing the appearance of edges in a weighted graph.
WeightedEdgeStyler(AttributeSet, Map<E, Double>) - Constructor for class com.googlecode.blaisemath.graph.view.WeightedEdgeStyler
Construct the customizer
weights - Variable in class com.googlecode.blaisemath.graph.view.WeightedEdgeStyler
Edge weights
A C D G I L M P R S V W 
All Classes All Packages