Package | Description |
---|---|
er.googlechart.components |
Components for Google Charts.
|
er.googlechart.util |
Utilities for Google Charts.
|
Modifier and Type | Method and Description |
---|---|
protected GCAbstractEncoding |
GCMeter.encoding(List<List<Number>> data,
WOResponse response,
WOContext context) |
protected GCAbstractEncoding |
GCMap.encoding(List<List<Number>> data,
WOResponse response,
WOContext context) |
protected GCAbstractEncoding |
GCAbstractChart.encoding(List<List<Number>> data,
WOResponse response,
WOContext context) |
Modifier and Type | Class and Description |
---|---|
class |
GCExtendedEncoding
Extended encoding (see http://code.google.com/apis/chart/#extended)
|
class |
GCMappedEncoding
The superclass of simple and extended encodings.
|
class |
GCSimpleEncoding
Simple encoding (see http://code.google.com/apis/chart/#simple)
|
class |
GCTextEncoding
Text encoding (see http://code.google.com/apis/chart/#text)
|
Modifier and Type | Method and Description |
---|---|
static GCAbstractEncoding |
GCEncoding.recommendedEncoding(boolean normalize,
List<List<Number>> dataSets) |
static GCAbstractEncoding |
GCEncoding.recommendedEncoding(Number maxValue,
List<List<Number>> dataSets) |
Copyright © 2002 – 2024 Project Wonder.