org.eclipse.birt.chart.computation.withaxes
Class AxisSubUnit

java.lang.Object
  extended byorg.eclipse.birt.chart.computation.withaxes.AxisSubUnit

public final class AxisSubUnit
extends java.lang.Object


Method Summary
 double getNegativeTotal()
           
 double getPositiveTotal()
           
 double getValueMax()
           
 double getValueMin()
           
 void reset()
           
 void setNegativeTotal(double dNegativeTotal)
           
 void setPositiveTotal(double dPositiveTotal)
           
 void setValueMax(double dValueMax)
           
 void setValueMin(double dValueMin)
           
 double valuePercentage(double dValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public final void reset()

getValueMax

public final double getValueMax()
Returns:
Returns the valueMax.

setValueMax

public final void setValueMax(double dValueMax)
Parameters:
dValueMax - The valueMax to set.

getValueMin

public final double getValueMin()
Returns:
Returns the valueMin.

setValueMin

public final void setValueMin(double dValueMin)
Parameters:
dValueMin - The valueMin to set.

setPositiveTotal

public final void setPositiveTotal(double dPositiveTotal)
Parameters:
dPositiveTotal -

getPositiveTotal

public final double getPositiveTotal()
Returns:

setNegativeTotal

public final void setNegativeTotal(double dNegativeTotal)

getNegativeTotal

public final double getNegativeTotal()
Returns:

valuePercentage

public final double valuePercentage(double dValue)
Parameters:
dValue -
Returns:


Copyright © 2005 Actuate Corp. All rights reserved.