Package com.metsci.glimpse.dnc.geosym
Class DncGeosymTheme
- java.lang.Object
-
- com.metsci.glimpse.dnc.geosym.DncGeosymTheme
-
public class DncGeosymTheme extends Object
-
-
Field Summary
Fields Modifier and Type Field Description DncGeosymImageUtils.KeyedTextLoadercgmLoaderDncGeosymImageUtils.TextLoadercolorsLoaderDncGeosymImageUtils.TextLoaderlineAreaStylesLoaderDncGeosymImageUtils.KeyedTextLoadersvgLoader
-
Constructor Summary
Constructors Constructor Description DncGeosymTheme(DncGeosymImageUtils.TextLoader colorsLoader, DncGeosymImageUtils.TextLoader lineAreaStylesLoader, DncGeosymImageUtils.KeyedTextLoader cgmLoader, DncGeosymImageUtils.KeyedTextLoader svgLoader)DncGeosymTheme(URL colorsUrl, URL lineAreaStylesUrl, Function<String,URL> cgmUrlForSymbolId, Function<String,URL> svgUrlForSymbolId)
-
-
-
Field Detail
-
colorsLoader
public final DncGeosymImageUtils.TextLoader colorsLoader
-
lineAreaStylesLoader
public final DncGeosymImageUtils.TextLoader lineAreaStylesLoader
-
cgmLoader
public final DncGeosymImageUtils.KeyedTextLoader cgmLoader
-
svgLoader
public final DncGeosymImageUtils.KeyedTextLoader svgLoader
-
-
Constructor Detail
-
DncGeosymTheme
public DncGeosymTheme(URL colorsUrl, URL lineAreaStylesUrl, Function<String,URL> cgmUrlForSymbolId, Function<String,URL> svgUrlForSymbolId)
-
DncGeosymTheme
public DncGeosymTheme(DncGeosymImageUtils.TextLoader colorsLoader, DncGeosymImageUtils.TextLoader lineAreaStylesLoader, DncGeosymImageUtils.KeyedTextLoader cgmLoader, DncGeosymImageUtils.KeyedTextLoader svgLoader)
-
-