Jeospace API

Uses of Class
org.jeospace.text.AngleFormat

Packages that use AngleFormat
org.jeospace.text Contains classes for handling the textual representation of measurement and identity objects 
org.jeospace.ui.swing.components Contains classes for creating Swing based user interfaces which utilize Jeospace objects. 
org.jeospace.ui.swt.widgets Contains classes for creating SWT based user interfaces which utilize Jeospace objects. 
 

Uses of AngleFormat in org.jeospace.text
 

Methods in org.jeospace.text that return AngleFormat
static AngleFormat AngleFormat.getInstance(AngleFormatStyle style)
          Return an AngleFormat object configured to the requested style and the default locale
static AngleFormat AngleFormat.getInstance(AngleFormatStyle style, java.util.Locale locale)
          Return an AngleFormat object configured to the requested style and locale
 

Uses of AngleFormat in org.jeospace.ui.swing.components
 

Methods in org.jeospace.ui.swing.components with parameters of type AngleFormat
 void LatitudeSpinner.setAngleFormat(AngleFormat formatter)
          Set the formatter.
 void AngleSpinner.setAngleFormat(AngleFormat formatter)
          Set the formatter.
 

Constructors in org.jeospace.ui.swing.components with parameters of type AngleFormat
LatitudeSpinner(Latitude initial, AngleFormat formatter)
          Constructor.
AngleSpinner(Angle initial, AngleFormat formatter)
          Constructor.
 

Uses of AngleFormat in org.jeospace.ui.swt.widgets
 

Methods in org.jeospace.ui.swt.widgets with parameters of type AngleFormat
 void LatitudeSpider.setAngleFormat(AngleFormat formatter)
          Set the formatter.
 void LatitudeSpinner.setAngleFormat(AngleFormat formatter)
          Set the formatter.
 void AngleSpider.setAngleFormat(AngleFormat formatter)
          Set the formatter.
 void AngleSpinner.setAngleFormat(AngleFormat formatter)
          Set the formatter.
 

Constructors in org.jeospace.ui.swt.widgets with parameters of type AngleFormat
LatitudeSpider(org.eclipse.swt.widgets.Composite parent, Latitude initial, AngleFormat formatter)
          Constructor.
LatitudeSpinner(org.eclipse.swt.widgets.Composite parent, Latitude initial, AngleFormat formatter)
          Constructor.
AngleSpider(org.eclipse.swt.widgets.Composite parent, Angle initial, AngleFormat formatter)
          Constructor.
AngleSpinner(org.eclipse.swt.widgets.Composite parent, Angle initial, AngleFormat formatter)
          Constructor.
 


Jeospace API

Copyright © 2006 - jeospace.org