Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs | |
org.openstreetmap.josm.gui.mappaint | |
org.openstreetmap.josm.gui.mappaint.mapcss | |
org.openstreetmap.josm.gui.mappaint.xml |
Modifier and Type | Field and Description |
---|---|
private StyleSource |
MapPaintDialog.SaveAsAction.SaveToFileTask.s |
Modifier and Type | Field and Description |
---|---|
(package private) List<StyleSource> |
MapPaintDialog.StylesModel.data |
Modifier and Type | Method and Description |
---|---|
private StyleSource |
MapPaintDialog.StylesModel.getRow(int i) |
Modifier and Type | Method and Description |
---|---|
private void |
MapPaintDialog.InfoAction.buildErrorsPanel(StyleSource s,
JPanel p) |
private JPanel |
MapPaintDialog.InfoAction.buildInfoPanel(StyleSource s) |
private void |
MapPaintDialog.InfoAction.buildSourcePanel(StyleSource s,
JPanel p) |
private String |
InspectPrimitiveDialog.getSort(StyleSource s) |
Constructor and Description |
---|
SaveToFileTask(StyleSource s,
File file) |
Modifier and Type | Field and Description |
---|---|
StyleSource |
MapPaintStyles.IconReference.source |
StyleSource |
Environment.source |
StyleSource |
MapImage.source |
private StyleSource |
MapPaintMenu.MapPaintAction.style |
Modifier and Type | Field and Description |
---|---|
private List<StyleSource> |
MapPaintStyles.MapPaintStyleLoader.sources |
private List<StyleSource> |
ElemStyles.styleSources |
Modifier and Type | Method and Description |
---|---|
private static StyleSource |
MapPaintStyles.fromSourceEntry(SourceEntry entry) |
Modifier and Type | Method and Description |
---|---|
List<StyleSource> |
ElemStyles.getStyleSources() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ElemStyles.add(StyleSource style)
add a style source; only accessed from MapPaintStyles
|
static List<String> |
MapPaintStyles.getIconSourceDirs(StyleSource source) |
static ImageIcon |
MapPaintStyles.getNoIcon_Icon(StyleSource source)
No icon with the given name was found, show a dummy icon instead
|
void |
MapPaintMenu.MapPaintAction.setStyle(StyleSource style) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ElemStyles.setStyleSources(Collection<StyleSource> sources)
set the style sources; only accessed from MapPaintStyles
|
Constructor and Description |
---|
Environment(OsmPrimitive osm,
MultiCascade mc,
String layer,
StyleSource source)
Creates a new environment.
|
IconReference(String iconName,
StyleSource source) |
MapImage(String name,
StyleSource source) |
MapPaintAction(StyleSource style) |
Constructor and Description |
---|
MapPaintStyleLoader(List<StyleSource> sources) |
Modifier and Type | Class and Description |
---|---|
class |
MapCSSStyleSource |
Modifier and Type | Class and Description |
---|---|
class |
XmlStyleSource |