Package | Description |
---|---|
com.metsci.glimpse.dnc.geosym |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymLabelLocation> |
DncGeosymIo.readGeosymLabelLocations(BufferedReader reader,
it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> labelJustifyCodes) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
DncGeosymLabelJoin(DncGeosymTextStyle textStyle,
DncGeosymLabelLocation labelLocation) |
DncGeosymLabelMaker(List<DncGeosymLabelMaker.DncGeosymLabelMakerEntry> entries,
DncGeosymLabelLocation labelLocation) |
DncGeosymLabelMaker(String attr,
DncGeosymTextStyle textStyle,
DncGeosymLabelLocation labelLocation) |
Copyright © 2016 Metron, Inc.. All rights reserved.