|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Affix | |
| org.jeospace.text | Contains classes for handling the textual representation of measurement and identity objects |
| Uses of Affix in org.jeospace.text |
| Fields in org.jeospace.text declared as Affix | |
protected Affix |
AngleFormat.directionAffix
Identifier of the position of the sign symbol as prefix or suffix. |
Affix |
AngleFormatStyle.directionAffix
The directional affix setting |
static Affix |
Affix.PREFIX
Prefix identifier |
static Affix |
Affix.SUFFIX
Suffix identifier |
| Methods in org.jeospace.text that return Affix | |
Affix |
AngleFormat.getDirectionAffix()
Return the directional affix setting. |
| Methods in org.jeospace.text with parameters of type Affix | |
void |
AngleFormat.setDirectionAffix(Affix directionAffix)
Set the directional affix setting. |
| Constructors in org.jeospace.text with parameters of type Affix | |
AngleFormat(Affix directionAffix,
AngleSignPair signPair,
AngleNorm norm,
AngleUnit units,
Mult mult)
Construct an AngleFormat object. |
|
AngleFormat(Affix directionAffix,
AngleSignPair signPair,
AngleNorm norm,
AngleUnit units,
Mult mult,
java.util.Locale locale)
Construct an AngleFormat object. |
|
AngleFormatStyle(java.lang.String name,
Affix directionAffix,
AngleSignPair signPair,
boolean usePositive,
AngleNorm norm,
AngleUnit units,
Mult mult)
Restricted constructor |
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||