Project Wonder 5.0.0.8794

er.googlechart.util
Class GCTextEncoding

java.lang.Object
  extended by er.googlechart.util.GCAbstractEncoding
      extended by er.googlechart.util.GCTextEncoding

public class GCTextEncoding
extends GCAbstractEncoding

Text encoding (see http://code.google.com/apis/chart/#text)

Author:
mschrag

Constructor Summary
GCTextEncoding()
           
 
Method Summary
protected  String _encode(Number maxValue, List<Number> dataSet)
           
 boolean canEncode(boolean normalize, List<List<Number>> dataSets)
           
 boolean canEncode(Number maxValue, List<List<Number>> dataSets)
           
protected  String encodingKey()
           
protected  String separator()
           
 
Methods inherited from class er.googlechart.util.GCAbstractEncoding
encode, encode, encode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCTextEncoding

public GCTextEncoding()
Method Detail

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

separator

protected String separator()
Specified by:
separator in class GCAbstractEncoding

encodingKey

protected String encodingKey()
Specified by:
encodingKey in class GCAbstractEncoding

_encode

protected String _encode(Number maxValue,
                         List<Number> dataSet)
Specified by:
_encode in class GCAbstractEncoding

Last updated: Thu, Jan 8, 2009 • 12:32 PM EST

Copyright © 2002 – 2007 Project Wonder.