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.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
Modifier and Type | Field and Description |
---|---|
private static CachingProperty<java.awt.BasicStroke> |
ImproveWayAccuracyAction.ADD_NODE_STROKE |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.ADD_TO_SELECTION_MODIFIER_COMBO |
private static CachingProperty<java.lang.Boolean> |
ParallelWayAction.COPY_TAGS_DEFAULT |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.COPY_TAGS_MODIFIER_COMBO |
private static CachingProperty<java.awt.BasicStroke> |
ImproveWayAccuracyAction.DELETE_NODE_STROKE |
private static CachingProperty<java.lang.Integer> |
ImproveWayAccuracyAction.DOT_SIZE |
(package private) static CachingProperty<java.lang.Boolean> |
DrawAction.DRAW_CONSTRUCTION_GEOMETRY |
(package private) static CachingProperty<java.lang.Boolean> |
DrawAction.DRAW_HELPER_LINE |
(package private) static CachingProperty<java.lang.Boolean> |
DrawAction.DRAW_TARGET_HIGHLIGHT |
private static CachingProperty<java.awt.BasicStroke> |
ParallelWayAction.HELPER_LINE_STROKE |
(package private) static CachingProperty<java.awt.BasicStroke> |
DrawAction.HELPER_STROKE |
(package private) static CachingProperty<java.awt.Color> |
DrawAction.HIGHLIGHT_COLOR |
(package private) static CachingProperty<java.awt.BasicStroke> |
DrawAction.HIGHLIGHT_STROKE |
private static CachingProperty<java.lang.Integer> |
ParallelWayAction.INITIAL_MOVE_DELAY |
private static CachingProperty<java.awt.Color> |
ParallelWayAction.MAIN_COLOR |
private static CachingProperty<java.awt.BasicStroke> |
ImproveWayAccuracyAction.MOVE_NODE_INTERSECTING_STROKE |
private static CachingProperty<java.awt.BasicStroke> |
ImproveWayAccuracyAction.MOVE_NODE_STROKE |
private static CachingProperty<java.awt.BasicStroke> |
ParallelWayAction.REF_LINE_STROKE |
(package private) static CachingProperty<java.awt.BasicStroke> |
DrawAction.RUBBER_LINE_STROKE |
private static CachingProperty<java.awt.BasicStroke> |
ImproveWayAccuracyAction.SELECT_TARGET_WAY_STROKE |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.SET_SELECTED_MODIFIER_COMBO |
(package private) static CachingProperty<java.lang.Boolean> |
DrawAction.SHOW_ANGLE |
(package private) static CachingProperty<java.lang.Boolean> |
DrawAction.SHOW_PROJECTED_POINT |
(package private) static CachingProperty<java.lang.Double> |
DrawAction.SNAP_ANGLE_TOLERANCE |
private static CachingProperty<java.lang.Boolean> |
ParallelWayAction.SNAP_DEFAULT |
private static CachingProperty<java.lang.Double> |
ParallelWayAction.SNAP_DISTANCE_CHINESE |
private static CachingProperty<java.lang.Double> |
ParallelWayAction.SNAP_DISTANCE_IMPERIAL |
private static CachingProperty<java.lang.Double> |
ParallelWayAction.SNAP_DISTANCE_METRIC |
private static CachingProperty<java.lang.Double> |
ParallelWayAction.SNAP_DISTANCE_NAUTICAL |
(package private) static CachingProperty<java.awt.Color> |
DrawAction.SNAP_HELPER_COLOR |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.SNAP_MODIFIER_COMBO |
private static CachingProperty<java.lang.Double> |
ParallelWayAction.SNAP_THRESHOLD |
(package private) static CachingProperty<java.lang.Double> |
DrawAction.SNAP_TO_INTERSECTION_THRESHOLD |
(package private) static CachingProperty<java.lang.Boolean> |
DrawAction.SNAP_TO_PROJECTIONS |
private static CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> |
ParallelWayAction.TOGGLE_SELECTED_MODIFIER_COMBO |
(package private) static CachingProperty<java.lang.Boolean> |
DrawAction.USE_REPEATED_SHORTCUT |
static CachingProperty<java.lang.Boolean> |
DrawAction.VIEWPORT_FOLLOWING
If this property is set, the draw action moves the viewport when adding new points.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
ParallelWayAction.matchesCurrentModifiers(CachingProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>> spec) |
Modifier and Type | Field and Description |
---|---|
private CachingProperty<java.awt.Color> |
PaintColors.property |
Modifier and Type | Method and Description |
---|---|
CachingProperty<T> |
AbstractToStringProperty.ChildProperty.cached() |
CachingProperty<T> |
AbstractProperty.cached()
Creates a new
CachingProperty instance for this property. |
Modifier and Type | Field and Description |
---|---|
private static CachingProperty<java.lang.Boolean> |
PropertiesCellRenderer.DISCARDABLE |
private static CachingProperty<java.awt.Color> |
PropertiesCellRenderer.NORMAL_BG |
private static CachingProperty<java.awt.Color> |
PropertiesCellRenderer.NORMAL_FG |
private static CachingProperty<java.awt.Color> |
PropertiesCellRenderer.SELECTED_BG |
private static CachingProperty<java.awt.Color> |
PropertiesCellRenderer.SELECTED_FG |