Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private ColorScale |
GpxDrawHelper.dateScale |
private ColorScale |
GpxDrawHelper.directionScale |
private ColorScale |
GpxDrawHelper.hdopScale
Colors (without custom alpha channel, if given) for HDOP painting.
|
private ColorScale |
GpxDrawHelper.qualityScale |
private ColorScale |
GpxDrawHelper.velocityScale |
Modifier and Type | Method and Description |
---|---|
ColorScale |
ColorScale.addTitle(java.lang.String title)
Adds a title to this scale
|
static 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 scale
|
ColorScale |
ColorScale.makeTransparent(int alpha)
Make all colors transparent
|
ColorScale |
ColorScale.setIntervalCount(int intervalCount)
Sets the interval count for this scale
|