Uses of Class
adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
-
Packages that use AbstractPixelSelectorAction Package Description adams.flow.transformer adams.flow.transformer.pixelselector -
-
Uses of AbstractPixelSelectorAction in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractPixelSelectorAction Modifier and Type Field Description protected AbstractPixelSelectorAction[]
PixelSelector. m_Actions
the actions that are available from the popup menu.Methods in adams.flow.transformer that return AbstractPixelSelectorAction Modifier and Type Method Description AbstractPixelSelectorAction[]
PixelSelector. getActions()
Returns the available popup actions.Methods in adams.flow.transformer with parameters of type AbstractPixelSelectorAction Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected AbstractPixelSelectorAction[]
PixelSelectorPanel. m_Actions
the actions that are available from the popup menu.Methods in adams.flow.transformer.pixelselector that return AbstractPixelSelectorAction Modifier and Type Method Description AbstractPixelSelectorAction[]
PixelSelectorPanel. getActions()
Returns the available popup actions.Methods in adams.flow.transformer.pixelselector with parameters of type AbstractPixelSelectorAction Modifier and Type Method Description void
PixelSelectorPanel. setActions(AbstractPixelSelectorAction[] value)
Sets the available popup actions.
-