Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.modama.gui.viewer.lookuptable.Spot

Uses of Spot in org.modama.gui.viewer.lookuptable
 

Fields in org.modama.gui.viewer.lookuptable declared as Spot
protected  Spot SpotsViewer.selectedspot
          the selected spot
protected  Spot SpotViewerBox.spot
          the spot, only the color is important, the positioning is done by the parent
(package private)  Spot[] LUTPropertysTest.s
           
 

Methods in org.modama.gui.viewer.lookuptable that return Spot
 Spot SpotsViewer.getSelectedSpot()
           
 Spot SpotViewerBox.getSpot()
           
 

Methods in org.modama.gui.viewer.lookuptable with parameters of type Spot
 void SpotsViewer.setSelectedSpot(Spot selectedspot)
           
 void SpotViewerBox.setSpot(Spot spot)
           
protected  void LUTPropertiesEditor.createSpotBox(Spot spot)
          creates a new spotviewerbox under the colorbar
protected  void LUTPropertiesEditor.removeSpotBox(Spot spot)
          searches the childcomponents for the box an removes it, if found
protected  SpotViewerBox LUTPropertiesEditor.searchSpotBox(Spot spot)
          searches the childcomponents for the box an removes it, if found
 void LUTProperties.addSpot(Spot newspot)
          adds a spot to the spotcollection, keeps the collection ordered
 void LUTProperties.removeSpot(Spot spot)
          removes a spot
!! this method asumes that spot belongs to the spotlist, it does not test it
 

Constructors in org.modama.gui.viewer.lookuptable with parameters of type Spot
SpotViewerBox(Spot spot)