to.etc.domui.component.dynaima
Class AreaCharter.BucketData

java.lang.Object
  extended by to.etc.domui.component.dynaima.AreaCharter.BucketData
Enclosing class:
AreaCharter

public static class AreaCharter.BucketData
extends java.lang.Object


Constructor Summary
protected AreaCharter.BucketData(java.lang.String bucketName, java.lang.Comparable<?> bucketValue)
           
 
Method Summary
 java.lang.String getBucketName()
           
 java.lang.Comparable getBucketValue()
           
 java.lang.Double getValue(int ix)
           
 void setValue(int index, double val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaCharter.BucketData

protected AreaCharter.BucketData(java.lang.String bucketName,
                                 java.lang.Comparable<?> bucketValue)
Method Detail

setValue

public void setValue(int index,
                     double val)

getBucketName

public java.lang.String getBucketName()

getBucketValue

public java.lang.Comparable getBucketValue()

getValue

public java.lang.Double getValue(int ix)