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 |
---|
MapPaintDialog.SaveAsAction.SaveToFileTask(StyleSource s,
File file) |
Modifier and Type | Field and Description |
---|---|
StyleSource |
StyleSetting.BooleanStyleSetting.parentStyle |
StyleSource |
MapPaintStyles.IconReference.source |
StyleSource |
Environment.source |
StyleSource |
MapImage.source |
private StyleSource |
MapPaintMenu.MapPaintAction.style |
Modifier and Type | Field and Description |
---|---|
private Collection<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 StyleSetting.BooleanStyleSetting |
StyleSetting.BooleanStyleSetting.create(Cascade c,
StyleSource parentStyle,
String key) |
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
|
private static void |
MapPaintStyles.loadStyleForFirstTime(StyleSource source) |
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.
|
MapImage(String name,
StyleSource source) |
MapPaintMenu.MapPaintAction(StyleSource style) |
MapPaintStyles.IconReference(String iconName,
StyleSource source) |
StyleSetting.BooleanStyleSetting(StyleSource parentStyle,
String prefKey,
String label,
boolean def) |
Constructor and Description |
---|
MapPaintStyles.MapPaintStyleLoader(Collection<StyleSource> sources) |
Modifier and Type | Class and Description |
---|---|
class |
MapCSSStyleSource |
Modifier and Type | Class and Description |
---|---|
class |
XmlStyleSource |
Modifier and Type | Field and Description |
---|---|
private Map<Path,StyleSource> |
FileWatcher.styleMap |
Modifier and Type | Method and Description |
---|---|
void |
FileWatcher.registerStyleSource(StyleSource style)
Registers a map paint style for local file changes, allowing dynamic reloading.
|