OFC Charts 3.1


com.oxymel.ofc.charts.series
Class BubbleSeries

java.lang.Object
  |
  +--com.oxymel.ofc.charts.series.Series
        |
        +--com.oxymel.ofc.charts.series.Point2DSeries
              |
              +--com.oxymel.ofc.charts.series.BubbleSeries

public class BubbleSeries
extends Point2DSeries

Manage bubble series


Fields inherited from class com.oxymel.ofc.charts.series.Series
INDICATOR_TYPE_CIRCLE, INDICATOR_TYPE_SQUARE, INDICATOR_TYPE_TRIANGLE, NO_INDICATOR_TYPE
 
Constructor Summary
BubbleSeries(java.lang.String id, java.lang.String legendLabel)
           
 
Method Summary
 void addValue(Point2D point, int value)
           
 java.util.Enumeration getEnumAllValues()
           
 int getSumAllValues()
           
 int getValueMax()
           
 boolean isCircle()
           
 boolean isLineJoin()
           
 void setIsCircle(boolean b)
           
 void setLineJoin(boolean b)
           
 
Methods inherited from class com.oxymel.ofc.charts.series.Point2DSeries
addPoint2D, getEnumAllPoint2D, getNbValue, getXMax, getXMin, getYMax, getYMin
 
Methods inherited from class com.oxymel.ofc.charts.series.Series
drawIndicator, getColor, getId, getLegendLabel, hasIndicator, isVisible, setColor, setIndicatorType, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleSeries

public BubbleSeries(java.lang.String id,
                    java.lang.String legendLabel)
Method Detail

addValue

public void addValue(Point2D point,
                     int value)

getValueMax

public int getValueMax()

getEnumAllValues

public java.util.Enumeration getEnumAllValues()

getSumAllValues

public int getSumAllValues()

isCircle

public boolean isCircle()

isLineJoin

public boolean isLineJoin()

setLineJoin

public void setLineJoin(boolean b)

setIsCircle

public void setIsCircle(boolean b)

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.