com.pmease.quickbuild.plugin.report.engine.renderer.chart.line
Class Range

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.renderer.chart.line.Range
All Implemented Interfaces:
java.io.Serializable

public class Range
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Range()
           
Range(double min, double max)
           
 
Method Summary
 double getMax()
           
 double getMin()
           
 void setMax(double max)
           
 void setMin(double min)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Range

public Range()

Range

public Range(double min,
             double max)
Method Detail

getMin

public double getMin()

setMin

public void setMin(double min)

getMax

public double getMax()

setMax

public void setMax(double max)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.