jsky.catalog.gui
Class BasicTablePlotter.FigureListItem

java.lang.Object
  extended by jsky.catalog.gui.BasicTablePlotter.FigureListItem
Enclosing class:
BasicTablePlotter

protected class BasicTablePlotter.FigureListItem
extends Object

Local class used for SymbolListItem.figureList elements (one for each plot symbol).


Field Summary
 String label
           
 int row
           
 boolean selected
           
 Shape shape
           
 
Constructor Summary
BasicTablePlotter.FigureListItem(Shape s, String lab, int r)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shape

public Shape shape

label

public String label

row

public int row

selected

public boolean selected
Constructor Detail

BasicTablePlotter.FigureListItem

public BasicTablePlotter.FigureListItem(Shape s,
                                        String lab,
                                        int r)