Package | Description |
---|---|
org.archive.wayback.partition | |
org.archive.wayback.util.graph |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005–2015 IIPC. All rights reserved.