OFC Charts 3.1


com.oxymel.ofc.charts.series
Class BubbleValues

java.lang.Object
  |
  +--com.oxymel.ofc.charts.series.BubbleValues

public class BubbleValues
extends java.lang.Object

Manage bubble values


Constructor Summary
BubbleValues(Point2D p, int value)
           
 
Method Summary
 Point2D getPoint()
           
 int getValue()
           
 void setPoint(Point2D p)
           
 void setValue(int v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleValues

public BubbleValues(Point2D p,
                    int value)
Method Detail

getPoint

public Point2D getPoint()

setPoint

public void setPoint(Point2D p)

getValue

public int getValue()

setValue

public void setValue(int v)

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.