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_Actionsthe 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 voidPixelSelector. 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 classAddClassificationAllows 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.classBottomRightCornerAllows the user to select a pixel location of the bottom-right corner.
Stores the location in 'Pixel.Right' and 'Pixel.Bottom'.classSimpleSelectAllows the user to select a pixel location.
Stores the location in 'Pixel.X' and 'Pixel.Y'.classTopLeftCornerAllows 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_Actionsthe 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 voidPixelSelectorPanel. setActions(AbstractPixelSelectorAction[] value)Sets the available popup actions.
-