Uses of Class
adams.flow.transformer.pixelselector.AbstractPixelSelectorAction

Packages that use AbstractPixelSelectorAction
adams.flow.transformer   
adams.flow.transformer.pixelselector   
 

Uses of AbstractPixelSelectorAction in adams.flow.transformer
 

Fields in adams.flow.transformer declared as AbstractPixelSelectorAction
protected  AbstractPixelSelectorAction[] PixelSelector.m_Actions
          the actions that are available from the popup menu.
 

Methods in adams.flow.transformer that return AbstractPixelSelectorAction
 AbstractPixelSelectorAction[] PixelSelector.getActions()
          Returns the available popup actions.
 

Methods in adams.flow.transformer with parameters of type AbstractPixelSelectorAction
 void PixelSelector.setActions(AbstractPixelSelectorAction[] value)
          Sets the available popup actions.
 

Uses of AbstractPixelSelectorAction in adams.flow.transformer.pixelselector
 

Subclasses of AbstractPixelSelectorAction in adams.flow.transformer.pixelselector
 class AddClassification
          Allows the user to select a pixel location and add a corresponding classification for it.
Stores the location with prefix 'Pixel.X.' and 'Pixel.Y.' and the classification using 'Classification.' as prefix.
 class BottomRightCorner
          Allows the user to select a pixel location of the bottom-right corner.
Stores the location in 'Pixel.Right' and 'Pixel.Bottom'.
 class SimpleSelect
          Allows the user to select a pixel location.
Stores the location in 'Pixel.X' and 'Pixel.Y'.
 class TopLeftCorner
          Allows the user to select a pixel location of the top-left corner.
Stores the location in 'Pixel.Left' and 'Pixel.Top'.
 

Fields in adams.flow.transformer.pixelselector declared as AbstractPixelSelectorAction
protected  AbstractPixelSelectorAction[] PixelSelectorPanel.m_Actions
          the actions that are available from the popup menu.
 

Methods in adams.flow.transformer.pixelselector that return AbstractPixelSelectorAction
 AbstractPixelSelectorAction[] PixelSelectorPanel.getActions()
          Returns the available popup actions.
 

Methods in adams.flow.transformer.pixelselector with parameters of type AbstractPixelSelectorAction
 void PixelSelectorPanel.setActions(AbstractPixelSelectorAction[] value)
          Sets the available popup actions.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.