Uses of Class
org.openstreetmap.josm.tools.ColorScale
-
Packages that use ColorScale Package Description org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ColorScale in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as ColorScale Modifier and Type Field Description private ColorScaleHistoryBrowserModel. dateScale -
Uses of ColorScale in org.openstreetmap.josm.gui.layer.gpx
Fields in org.openstreetmap.josm.gui.layer.gpx declared as ColorScale Modifier and Type Field Description private ColorScaleGpxDrawHelper. dateScaleprivate ColorScaleGpxDrawHelper. directionScaleprivate ColorScaleGpxDrawHelper. fixScaleprivate ColorScaleGpxDrawHelper. hdopScaleColors (without custom alpha channel, if given) for HDOP painting.private ColorScaleGpxDrawHelper. qualityScaleprivate ColorScaleGpxDrawHelper. refScaleprivate ColorScaleGpxDrawHelper. velocityScale -
Uses of ColorScale in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return ColorScale Modifier and Type Method Description ColorScaleColorScale. addColorBarTitles(java.lang.String[] titles)Adds titles to the color bar for a fixed scaleColorScaleColorScale. addTitle(java.lang.String title)Adds a title to this scalestatic ColorScaleColorScale. createCyclicScale(int count)Creates a cyclic color scale (red yellow green blue red)static ColorScaleColorScale. createFixedScale(java.awt.Color[] colors)Gets a fixed color range.static ColorScaleColorScale. createHSBScale(int count)Gets a HSB color range.ColorScaleColorScale. makeReversed()Reverses this scaleColorScaleColorScale. makeTransparent(int alpha)Make all colors transparentColorScaleColorScale. setIntervalCount(int intervalCount)Sets the interval count for this scale
-