Uses of Class
com.vividsolutions.jump.util.Range
-
Packages that use Range Package Description org.openjump.core.rasterimage.styler.ui -
-
Uses of Range in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui that return Range Modifier and Type Method Description static Range
GUIUtils. getMinMaxRasterValue(double[] rasterData, RasterImageLayer rasterImageLayer)
Method to return the min value of a RasterImageLayerConstructors in org.openjump.core.rasterimage.styler.ui with parameters of type Range Constructor Description IntervalPanel(Component parent, RasterImageLayer rasterImageLayer, Range minMaxValues)
Creates new form IntervalPanelStretchedPanel(Range range)
Creates new form StretchedPanel
-