Modifier and Type | Field and Description |
---|---|
private StyleSource |
MapPaintDialog.SaveAsAction.SaveToFileTask.s |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.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,
javax.swing.JPanel p) |
private javax.swing.JPanel |
MapPaintDialog.InfoAction.buildInfoPanel(StyleSource s) |
private void |
MapPaintDialog.InfoAction.buildSourcePanel(StyleSource s,
javax.swing.JPanel p) |
private java.lang.String |
InspectPrimitiveDialog.getSort(StyleSource s) |
Constructor and Description |
---|
SaveToFileTask(StyleSource s,
java.io.File file) |
Modifier and Type | Field and Description |
---|---|
StyleSource |
StyleSetting.BooleanStyleSetting.parentStyle |
StyleSource |
Environment.source |
StyleSource |
MapPaintStyles.IconReference.source |
StyleSource |
MapImage.source |
private StyleSource |
MapPaintMenu.MapPaintAction.style |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<StyleSource> |
MapPaintStyles.MapPaintStyleLoader.sources |
private java.util.List<StyleSource> |
ElemStyles.styleSources |
Modifier and Type | Method and Description |
---|---|
private static StyleSource |
MapPaintStyles.fromSourceEntry(SourceEntry entry) |
Modifier and Type | Method and Description |
---|---|
java.util.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,
java.lang.String key) |
static java.util.List<java.lang.String> |
MapPaintStyles.getIconSourceDirs(StyleSource source) |
static javax.swing.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(java.util.Collection<StyleSource> sources)
set the style sources; only accessed from MapPaintStyles
|
Constructor and Description |
---|
BooleanStyleSetting(StyleSource parentStyle,
java.lang.String prefKey,
java.lang.String label,
boolean def) |
Environment(OsmPrimitive osm,
MultiCascade mc,
java.lang.String layer,
StyleSource source)
Creates a new environment.
|
IconReference(java.lang.String iconName,
StyleSource source) |
MapImage(java.lang.String name,
StyleSource source) |
MapPaintAction(StyleSource style) |
Constructor and Description |
---|
MapPaintStyleLoader(java.util.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 java.util.Map<java.nio.file.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.
|