com.eltima.chart
Class BubbleRenderer

java.lang.Object
  extended by com.eltima.chart.BubbleRenderer

public class BubbleRenderer
extends java.lang.Object

The BubbleRenderer class.

Copyright: Copyright (c) 2000-2007

Company: Eltima Software

Version:
5.1
Author:
[SoftInfinity Dpt.]

Constructor Summary
BubbleRenderer()
           
 
Method Summary
 void paintBubble(java.awt.Graphics2D g2, double x, double y, double s, double mx, double my)
           
 void setSeriesModel(SeriesModel model)
          Sets the SeriesModel.
 void setType(int type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleRenderer

public BubbleRenderer()
Method Detail

setSeriesModel

public void setSeriesModel(SeriesModel model)
Sets the SeriesModel.

Parameters:
model - SeriesModel

paintBubble

public void paintBubble(java.awt.Graphics2D g2,
                        double x,
                        double y,
                        double s,
                        double mx,
                        double my)

setType

public void setType(int type)
Sets the type.

Parameters:
type - int


Copyright © 2000-2007 Eltima Software. All Rights Reserved.