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 ColorScale
HistoryBrowserModel. 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 ColorScale
GpxDrawHelper. dateScale
private ColorScale
GpxDrawHelper. directionScale
private ColorScale
GpxDrawHelper. fixScale
private ColorScale
GpxDrawHelper. hdopScale
Colors (without custom alpha channel, if given) for HDOP painting.private ColorScale
GpxDrawHelper. qualityScale
private ColorScale
GpxDrawHelper. refScale
private ColorScale
GpxDrawHelper. velocityScale
-
Uses of ColorScale in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return ColorScale Modifier and Type Method Description ColorScale
ColorScale. addColorBarTitles(java.lang.String[] titles)
Adds titles to the color bar for a fixed scaleColorScale
ColorScale. addTitle(java.lang.String title)
Adds a title to this scalestatic ColorScale
ColorScale. createCyclicScale(int count)
Creates a cyclic color scale (red yellow green blue red)static ColorScale
ColorScale. createFixedScale(java.awt.Color[] colors)
Gets a fixed color range.static ColorScale
ColorScale. createHSBScale(int count)
Gets a HSB color range.ColorScale
ColorScale. makeReversed()
Reverses this scaleColorScale
ColorScale. makeTransparent(int alpha)
Make all colors transparentColorScale
ColorScale. setIntervalCount(int intervalCount)
Sets the interval count for this scale
-