Uses of Class
adams.gui.tools.ImageProcessorSubPanel.LayoutType
-
Packages that use ImageProcessorSubPanel.LayoutType Package Description adams.gui.tools -
-
Uses of ImageProcessorSubPanel.LayoutType in adams.gui.tools
Fields in adams.gui.tools declared as ImageProcessorSubPanel.LayoutType Modifier and Type Field Description protected ImageProcessorSubPanel.LayoutType
ImageProcessorSubPanel. m_LayoutType
the layout.Methods in adams.gui.tools that return ImageProcessorSubPanel.LayoutType Modifier and Type Method Description ImageProcessorSubPanel.LayoutType
ImageProcessorSubPanel. getLayoutType()
Returns the layout in use.static ImageProcessorSubPanel.LayoutType
ImageProcessorSubPanel.LayoutType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageProcessorSubPanel.LayoutType[]
ImageProcessorSubPanel.LayoutType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.tools with parameters of type ImageProcessorSubPanel.LayoutType Modifier and Type Method Description void
ImageProcessorSubPanel. setLayoutType(ImageProcessorSubPanel.LayoutType value)
Sets the layout to use.Constructors in adams.gui.tools with parameters of type ImageProcessorSubPanel.LayoutType Constructor Description ImageProcessorSubPanel(ImageProcessorMultiPagePane owner, ImageProcessorSubPanel.LayoutType layout)
Initializes the panel.
-