Uses of Class
com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
-
Packages that use DncGeosymLabelLocation Package Description com.metsci.glimpse.dnc.geosym -
-
Uses of DncGeosymLabelLocation in com.metsci.glimpse.dnc.geosym
Fields in com.metsci.glimpse.dnc.geosym declared as DncGeosymLabelLocation Modifier and Type Field Description static DncGeosymLabelLocation
DncGeosymLabelLocation. appendToPrevious
In the textjoin table, a textlocid of -1 indicates that the text does not have its own label location, but should instead be appended to the text of the preceding label attribute.DncGeosymLabelLocation
DncGeosymIo.DncGeosymLabelJoin. labelLocation
DncGeosymLabelLocation
DncGeosymLabelMaker. labelLocation
Methods in com.metsci.glimpse.dnc.geosym that return types with arguments of type DncGeosymLabelLocation Modifier and Type Method Description static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymLabelLocation>
DncGeosymIo. readGeosymLabelLocations(it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> labelJustifyCodes)
static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymLabelLocation>
DncGeosymIo. readGeosymLabelLocations(BufferedReader reader, it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> labelJustifyCodes)
Methods in com.metsci.glimpse.dnc.geosym with parameters of type DncGeosymLabelLocation Modifier and Type Method Description static boolean
DncGeosymLabelMaker. forSoundings(DncGeosymLabelLocation labelLocation)
static DncGeosymLabelMaker.DncGeosymLabelMakerEntry
DncGeosymLabelMaker. newEntry(String attr, DncGeosymTextStyle textStyle, DncGeosymLabelLocation labelLocation)
static AnchoredImage
DncGeosymLabelUtils. newLabelImage(AttributedString text, DncGeosymLabelLocation labelLocation, double dpi)
Constructors in com.metsci.glimpse.dnc.geosym with parameters of type DncGeosymLabelLocation Constructor Description DncGeosymLabelJoin(DncGeosymTextStyle textStyle, DncGeosymLabelLocation labelLocation)
DncGeosymLabelMaker(String attr, DncGeosymTextStyle textStyle, DncGeosymLabelLocation labelLocation)
DncGeosymLabelMaker(List<DncGeosymLabelMaker.DncGeosymLabelMakerEntry> entries, DncGeosymLabelLocation labelLocation)
-