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 DncGeosymLabelLocationDncGeosymLabelLocation. appendToPreviousIn 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.DncGeosymLabelLocationDncGeosymIo.DncGeosymLabelJoin. labelLocationDncGeosymLabelLocationDncGeosymLabelMaker. labelLocationMethods 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 booleanDncGeosymLabelMaker. forSoundings(DncGeosymLabelLocation labelLocation)static DncGeosymLabelMaker.DncGeosymLabelMakerEntryDncGeosymLabelMaker. newEntry(String attr, DncGeosymTextStyle textStyle, DncGeosymLabelLocation labelLocation)static AnchoredImageDncGeosymLabelUtils. 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)
-