endrov.windowPlateAnalysis.scene
Class Scene2DScatter

java.lang.Object
  extended by endrov.windowPlateAnalysis.scene.Scene2DScatter
All Implemented Interfaces:
Scene2DElement

public class Scene2DScatter
extends java.lang.Object
implements Scene2DElement

Scene element: text


Field Summary
 EvColor fillColor
           
 int[] listX
           
 int[] listY
           
 
Constructor Summary
Scene2DScatter(int[] listX, int[] listY)
           
 
Method Summary
 java.awt.Rectangle getBoundingBox()
           
 void paintComponent(java.awt.Graphics g, Scene2DView p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listX

public int[] listX

listY

public int[] listY

fillColor

public EvColor fillColor
Constructor Detail

Scene2DScatter

public Scene2DScatter(int[] listX,
                      int[] listY)
Method Detail

paintComponent

public void paintComponent(java.awt.Graphics g,
                           Scene2DView p)
Specified by:
paintComponent in interface Scene2DElement

getBoundingBox

public java.awt.Rectangle getBoundingBox()
Specified by:
getBoundingBox in interface Scene2DElement