Uses of Class
com.luciad.text.TLcdAltitudeFormat.Alignment
Packages that use TLcdAltitudeFormat.Alignment
Package
Description
Provides classes and interfaces for handling text, dates, numbers, and messages.
-
Uses of TLcdAltitudeFormat.Alignment in com.luciad.text
Fields in com.luciad.text declared as TLcdAltitudeFormat.AlignmentModifier and TypeFieldDescriptionstatic final TLcdAltitudeFormat.AlignmentTLcdAltitudeFormat.Alignment.LEFTAligns the unit to the left of the value.static final TLcdAltitudeFormat.AlignmentTLcdAltitudeFormat.Alignment.RIGHTAligns the unit to the right of the value.Methods in com.luciad.text that return TLcdAltitudeFormat.AlignmentModifier and TypeMethodDescriptionTLcdAltitudeFormat.getUnitAlignment()Returns how the unit short name is aligned.Methods in com.luciad.text with parameters of type TLcdAltitudeFormat.AlignmentModifier and TypeMethodDescriptionvoidTLcdAltitudeFormat.setUnitAlignment(TLcdAltitudeFormat.Alignment aUnitAlignment) Sets how the unit short name is aligned in the formatted altitude.