Package | Description |
---|---|
org.archive.wayback.util.graph |
Modifier and Type | Method and Description |
---|---|
static Graph |
GraphEncoder.decode(String encodedGraph,
GraphConfiguration config)
convert a String-encoded graph into a usable Graph object, using
the provided GraphConfiguration.
|
Constructor and Description |
---|
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–2015 IIPC. All rights reserved.