Uses of Class
com.metsci.glimpse.dnc.geosym.DncGeosymTextStyle
-
Packages that use DncGeosymTextStyle Package Description com.metsci.glimpse.dnc.geosym -
-
Uses of DncGeosymTextStyle in com.metsci.glimpse.dnc.geosym
Fields in com.metsci.glimpse.dnc.geosym declared as DncGeosymTextStyle Modifier and Type Field Description DncGeosymTextStyle
DncGeosymIo.DncGeosymLabelJoin. textStyle
DncGeosymTextStyle
DncGeosymLabelMaker.DncGeosymLabelMakerEntry. textStyle
Methods in com.metsci.glimpse.dnc.geosym that return types with arguments of type DncGeosymTextStyle Modifier and Type Method Description static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymTextStyle>
DncGeosymIo. readGeosymTextStyles(it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> fontNameCodes, it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> fontStyleCodes, it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.Int2ObjectMap<String>> textAbbrevs)
static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymTextStyle>
DncGeosymIo. readGeosymTextStyles(BufferedReader reader, it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> fontNameCodes, it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> fontStyleCodes, it.unimi.dsi.fastutil.ints.Int2ObjectMap<it.unimi.dsi.fastutil.ints.Int2ObjectMap<String>> textAbbrevs)
Methods in com.metsci.glimpse.dnc.geosym with parameters of type DncGeosymTextStyle Modifier and Type Method Description static String
DncGeosymLabelMaker.DncGeosymLabelMakerEntry. getLabelText(Object labelAttrValue, DncGeosymTextStyle textStyle, boolean forSoundings)
static DncGeosymLabelMaker.DncGeosymLabelMakerEntry
DncGeosymLabelMaker. newEntry(String attr, DncGeosymTextStyle textStyle, boolean forSoundings)
static DncGeosymLabelMaker.DncGeosymLabelMakerEntry
DncGeosymLabelMaker. newEntry(String attr, DncGeosymTextStyle textStyle, DncGeosymLabelLocation labelLocation)
static Map<AttributedCharacterIterator.Attribute,Object>
DncGeosymLabelUtils. toTextAttributes(DncGeosymTextStyle textStyle, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Color> colors)
DncGeosymLabelMaker
DncGeosymLabelMaker. with(String attr, DncGeosymTextStyle textStyle)
Method parameters in com.metsci.glimpse.dnc.geosym with type arguments of type DncGeosymTextStyle Modifier and Type Method Description static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymIo.DncGeosymLabelJoin>
DncGeosymIo. readGeosymLabelJoins(it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymTextStyle> textStyles, it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymLabelLocation> labelLocations)
static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymIo.DncGeosymLabelJoin>
DncGeosymIo. readGeosymLabelJoins(BufferedReader reader, it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymTextStyle> textStyles, it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymLabelLocation> labelLocations)
Constructors in com.metsci.glimpse.dnc.geosym with parameters of type DncGeosymTextStyle Constructor Description DncGeosymLabelJoin(DncGeosymTextStyle textStyle, DncGeosymLabelLocation labelLocation)
DncGeosymLabelMaker(String attr, DncGeosymTextStyle textStyle, DncGeosymLabelLocation labelLocation)
DncGeosymLabelMakerEntry(String attr, DncGeosymTextStyle textStyle, boolean forSoundings)
-