|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Graph | |
|---|---|
| org.archive.wayback.partition | |
| org.archive.wayback.util.graph | |
| Uses of Graph in org.archive.wayback.partition |
|---|
| Methods in org.archive.wayback.partition that return Graph | |
|---|---|
static Graph |
PartitionsToGraph.convertYearMonth(List<Partition<Partition<CaptureSearchResult>>> years,
int width,
int height)
|
static Graph |
PartitionsToGraph.partsOfPartsToGraph(List<Partition<Partition<CaptureSearchResult>>> ppcs,
StringFormatter formatter,
String formatKey,
int width,
int height)
|
| Uses of Graph in org.archive.wayback.util.graph |
|---|
| Methods in org.archive.wayback.util.graph that return Graph | |
|---|---|
static Graph |
GraphEncoder.decode(String encodedGraph,
boolean noMonth)
convert a String-encoded graph into a usable Graph object, using default GraphConfiguration |
static Graph |
GraphEncoder.decode(String encodedGraph,
GraphConfiguration config)
convert a String-encoded graph into a usable Graph object, using the provided GraphConfiguration. |
| Methods in org.archive.wayback.util.graph with parameters of type Graph | |
|---|---|
static String |
GraphEncoder.encode(Graph g)
Convert a complete Graph into an opaque String that can later be re-assembled into a Graph object. |
void |
GraphRenderer.render(OutputStream target,
Graph graph)
Send a PNG format byte stream for the argument Graph to the provided OutputStream |
static String |
GraphRenderer.renderHTML(Graph graph,
String mapName,
String imgUrl,
String[] targets,
String[] titles)
Create both an HTML AREA map and an HTML IMG for a graph, using provided href targets, and titles within the AREA map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||