anl.aida.bubble
Class BubbleData

java.lang.Object
  extended by anl.aida.bubble.BubbleData

public class BubbleData
extends java.lang.Object

Encapsulates the data represented by a single Bubble.


Field Summary
(package private)  java.lang.String category
           
(package private)  int categoryIndex
           
(package private)  double sizeVal
           
(package private)  double xVal
           
(package private)  double yVal
           
 
Constructor Summary
BubbleData(java.lang.String category, int categoryIndex)
           
 
Method Summary
 java.lang.String toString()
           
 void update(double x, double y, double size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xVal

double xVal

yVal

double yVal

sizeVal

double sizeVal

category

java.lang.String category

categoryIndex

int categoryIndex
Constructor Detail

BubbleData

public BubbleData(java.lang.String category,
                  int categoryIndex)
Parameters:
category -
categoryIndex -
Method Detail

update

public void update(double x,
                   double y,
                   double size)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object