er.googlechart.util
Class GCMappedEncoding
java.lang.Object
er.googlechart.util.GCAbstractEncoding
er.googlechart.util.GCMappedEncoding
- Direct Known Subclasses:
- GCExtendedEncoding, GCSimpleEncoding
public abstract class GCMappedEncoding
- extends GCAbstractEncoding
The superclass of simple and extended encodings.
- Author:
- mschrag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GCMappedEncoding
public GCMappedEncoding()
canEncode
public boolean canEncode(boolean normalize,
List<List<Number>> dataSets)
- Specified by:
canEncode in class GCAbstractEncoding
canEncode
public boolean canEncode(Number maxValue,
List<List<Number>> dataSets)
- Specified by:
canEncode in class GCAbstractEncoding
encode
protected abstract String encode(int value)
numberOfEncodingValues
protected abstract int numberOfEncodingValues()
missingValue
protected abstract String missingValue()
separator
protected String separator()
- Specified by:
separator in class GCAbstractEncoding
_encode
protected String _encode(Number maxValue,
List<Number> dataSet)
- Specified by:
_encode in class GCAbstractEncoding
Copyright © 2002 – 2007 Project Wonder.