Uses of Class
org.archive.wayback.util.graph.GraphConfiguration

Packages that use GraphConfiguration
org.archive.wayback.util.graph   
 

Uses of GraphConfiguration in org.archive.wayback.util.graph
 

Methods in org.archive.wayback.util.graph with parameters of type GraphConfiguration
static Graph GraphEncoder.decode(String encodedGraph, GraphConfiguration config)
          convert a String-encoded graph into a usable Graph object, using the provided GraphConfiguration.
 

Constructors in org.archive.wayback.util.graph with parameters of type GraphConfiguration
Graph(int width, int height, RegionData[] data, GraphConfiguration config)
           
RegionGraphElement(int x, int y, int width, int height, RegionData data, GraphConfiguration config)
           
ValueGraphElement(int x, int y, int width, int height, boolean highlighted, GraphConfiguration config)
           
ValueGraphElements(int x, int y, int width, int height, int hightlightValue, int[] values, int maxValue, GraphConfiguration config)
           
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.