Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.data.preferences |
Provides the classes for storing JOSM user preferences.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ParallelWayAction.KeyboardModifiersProperty
A property that holds the keyboard modifiers.
|
Modifier and Type | Field and Description |
---|---|
(package private) static AbstractProperty<java.awt.Color> |
DrawAction.RUBBER_LINE_COLOR |
Modifier and Type | Field and Description |
---|---|
private static AbstractProperty<java.lang.Integer> |
StyledMapRenderer.HIGHLIGHT_LINE_WIDTH
The line with to use for highlighting
|
private static AbstractProperty<java.lang.Integer> |
StyledMapRenderer.HIGHLIGHT_POINT_RADIUS |
private static AbstractProperty<java.lang.Integer> |
StyledMapRenderer.HIGHLIGHT_STEP |
static AbstractProperty<java.lang.Boolean> |
StyledMapRenderer.PREFERENCE_ANTIALIASING_USE
Indicates that the renderer should enable anti-aliasing
|
private static AbstractProperty<java.lang.Boolean> |
StyledMapRenderer.PREFERENCE_LEFT_HAND_TRAFFIC
If we should use left hand traffic.
|
static AbstractProperty<java.lang.String> |
StyledMapRenderer.PREFERENCE_TEXT_ANTIALIASING
The mode that is used for anti-aliasing
|
private static AbstractProperty<java.lang.Integer> |
StyledMapRenderer.WIDER_HIGHLIGHT |
Modifier and Type | Class and Description |
---|---|
class |
AbstractToStringProperty<T>
This class represents a property that can be represented as String.
|
static class |
AbstractToStringProperty.ChildProperty<T>
This is a version of this property that attempts to get the property with a more specialized key and - if that fails - uses the property
value as default.
|
class |
BooleanProperty
A property containing a
Boolean value. |
class |
CachedProperty<T>
This is an old-style cached preference value.
|
class |
CachingProperty<T>
This is a special wrapper of
AbstractProperty . |
class |
DoubleProperty
A property containing an
Double value. |
class |
FallbackProperty<T>
Property that wraps another property along with a fallback property that is used as default value.
|
class |
IntegerProperty
A property containing an
Integer value. |
class |
ListProperty
A property containing a
List of String as value. |
class |
LongProperty
A property containing an
Long value. |
class |
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
class |
StringProperty
A property containing an
String value. |
class |
StrokeProperty
A property that stores a
BasicStroke . |
Modifier and Type | Field and Description |
---|---|
private AbstractProperty<T> |
FallbackProperty.fallback |
private AbstractProperty<T> |
FallbackProperty.property |
private AbstractProperty<T> |
AbstractProperty.ValueChangeEvent.source |
private AbstractProperty<T> |
CachingProperty.toCache |
Modifier and Type | Method and Description |
---|---|
AbstractProperty<T> |
FallbackProperty.getDelegateProperty()
Get the wrapped property.
|
AbstractProperty<T> |
FallbackProperty.getFallbackProperty()
Get the fallback property.
|
private AbstractProperty<T> |
AbstractProperty.PreferenceChangedListenerAdapter.getOuterType() |
AbstractProperty<T> |
AbstractProperty.ValueChangeEvent.getProperty()
Get the property that was changed
|
Constructor and Description |
---|
CachingProperty(AbstractProperty<T> toCache)
Create a new caching property.
|
FallbackProperty(AbstractProperty<T> property,
AbstractProperty<T> fallback)
Constructs a new
FallbackProperty . |
FallbackProperty(AbstractProperty<T> property,
AbstractProperty<T> fallback)
Constructs a new
FallbackProperty . |
ValueChangeEvent(PreferenceChangeEvent base,
AbstractProperty<T> source) |
Modifier and Type | Field and Description |
---|---|
private static AbstractProperty<java.lang.Double> |
MapStatus.DISTANCE_THRESHOLD |
private static AbstractProperty<java.lang.Boolean> |
MapStatus.SHOW_ID |
Modifier and Type | Field and Description |
---|---|
private static AbstractProperty<java.lang.Integer> |
OverpassDownloadSource.OverpassDownloadSourcePanel.PANEL_SIZE_PROPERTY |
private AbstractProperty<java.lang.Integer> |
DownloadSourceSizingPolicy.AdjustableDownloadSizePolicy.preference |
Constructor and Description |
---|
AdjustableDownloadSizePolicy(AbstractProperty<java.lang.Integer> preference)
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractProperty<java.awt.Color>> |
CustomizeColor.colors |
Modifier and Type | Method and Description |
---|---|
AbstractProperty<java.awt.Color> |
Layer.getColorProperty()
Gets the color property to use for this layer.
|
Modifier and Type | Class and Description |
---|---|
static class |
Marker.TemplateEntryProperty |