Sirius.columnchart
Class Pointdata

java.lang.Object
  |
  +--Sirius.columnchart.Pointdata
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Pointdata(double pointvalue, boolean displayvalue)
           
 
Method Summary
 boolean getDisplayvalue()
           
 double getPointvalue()
           
 void setDisplayvalue(boolean displayvalue)
           
 void setPointvalue(double pointvalue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pointdata

public Pointdata(double pointvalue,
                 boolean displayvalue)
Method Detail

getPointvalue

public double getPointvalue()

getDisplayvalue

public boolean getDisplayvalue()

setPointvalue

public void setPointvalue(double pointvalue)

setDisplayvalue

public void setDisplayvalue(boolean displayvalue)