Uses of Enum
org.apache.sis.gui.coverage.CoverageExplorer.View
Packages that use CoverageExplorer.View
-
Uses of CoverageExplorer.View in org.apache.sis.gui.coverage
Fields in org.apache.sis.gui.coverage with type parameters of type CoverageExplorer.ViewModifier and TypeFieldDescriptionfinal ObjectProperty<CoverageExplorer.View>
CoverageExplorer.viewTypeProperty
The type of view (image or tabular data) shown in this explorer.Methods in org.apache.sis.gui.coverage that return CoverageExplorer.ViewModifier and TypeMethodDescriptionfinal CoverageExplorer.View
CoverageExplorer.getViewType()
Returns the type of view (image or tabular data) shown in this explorer.static CoverageExplorer.View
Returns the enum constant of this type with the specified name.static CoverageExplorer.View[]
CoverageExplorer.View.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.gui.coverage with parameters of type CoverageExplorer.ViewModifier and TypeMethodDescriptionfinal TitledPane[]
CoverageExplorer.getControls
(CoverageExplorer.View type) Returns the panes containing the controls, without data visualization component.final Region
CoverageExplorer.getDataView
(CoverageExplorer.View type) Returns the region containing only the data visualization component, without controls.final void
CoverageExplorer.setViewType
(CoverageExplorer.View type) Sets the type of view to show in this explorer.Constructors in org.apache.sis.gui.coverage with parameters of type CoverageExplorer.ViewModifierConstructorDescriptionCreates an initially empty explorer with the specified view type.