edu.swri.swiftvis.plot
Class PlotArea2D.ListenerCellPair

java.lang.Object
  extended by edu.swri.swiftvis.plot.PlotArea2D.ListenerCellPair
All Implemented Interfaces:
FillUser, java.io.Serializable
Enclosing class:
PlotArea2D

private static class PlotArea2D.ListenerCellPair
extends java.lang.Object
implements java.io.Serializable, FillUser


Field Summary
 EditableBoolean colorRegion
           
 int cx
           
 int cy
           
 FillOptions fill
           
 PlotListener pl
           
private  javax.swing.JPanel propPanel
           
private static long serialVersionUID
           
 
Constructor Summary
PlotArea2D.ListenerCellPair(PlotListener pListener, int cellX, int cellY)
           
 
Method Summary
 void applyFill(FillOptions fs)
           
 java.awt.geom.Rectangle2D getBoundingBox()
           
 javax.swing.JPanel getPropertiesPanel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pl

public PlotListener pl

cx

public int cx

cy

public int cy

colorRegion

public EditableBoolean colorRegion

fill

public FillOptions fill

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

propPanel

private transient javax.swing.JPanel propPanel
Constructor Detail

PlotArea2D.ListenerCellPair

public PlotArea2D.ListenerCellPair(PlotListener pListener,
                                   int cellX,
                                   int cellY)
Method Detail

toString

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

getBoundingBox

public java.awt.geom.Rectangle2D getBoundingBox()
Specified by:
getBoundingBox in interface FillUser

applyFill

public void applyFill(FillOptions fs)
Specified by:
applyFill in interface FillUser

getPropertiesPanel

public javax.swing.JPanel getPropertiesPanel()