Uses of Class
ucar.unidata.util.TwoFacedObject

Packages that use TwoFacedObject
ucar.unidata.data.point DataSource classes and utilities for point (e.g., surface) data. 
ucar.unidata.idv The idv package. 
ucar.unidata.idv.chooser Choosers for the IDV. 
ucar.unidata.idv.chooser.adde   
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.control.drawing Drawing control utilities and wrappers for glyphs. 
ucar.unidata.idv.publish IDV support for publishing to web logs and THREDDS catalogs 
ucar.unidata.util General utilities. 
ucar.unidata.view.geoloc The view component for geolocation (projections, navigated panels, etc). 
ucar.visad Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of TwoFacedObject in ucar.unidata.data.point
 

Methods in ucar.unidata.data.point with parameters of type TwoFacedObject
 void PointDataSource.setRoundToFromComboBox(TwoFacedObject tfo)
          Set the property
 void PointDataSource.setWidthFromComboBox(TwoFacedObject tfo)
          set the property
 

Uses of TwoFacedObject in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as TwoFacedObject
protected static TwoFacedObject[] ViewManager.logoPoses
          logo positions
 

Methods in ucar.unidata.idv that return TwoFacedObject
protected  TwoFacedObject ViewManager.findLoc(String loc)
          Find the appropriate combobox item from the string
 

Methods in ucar.unidata.idv that return types with arguments of type TwoFacedObject
 List<TwoFacedObject> MapViewManager.getScreenCoordinates()
          Get a list of named locations of the different points of the view rectangle.
 

Uses of TwoFacedObject in ucar.unidata.idv.chooser
 

Fields in ucar.unidata.idv.chooser declared as TwoFacedObject
protected  TwoFacedObject TimesChooser.selectedDriver
          _more_
 

Methods in ucar.unidata.idv.chooser with parameters of type TwoFacedObject
 void TimesChooser.updatetimeline(TwoFacedObject id)
          _more_
 void TDSRadarChooser.updatetimelineOld(TwoFacedObject id)
          _more_
 

Uses of TwoFacedObject in ucar.unidata.idv.chooser.adde
 

Methods in ucar.unidata.idv.chooser.adde that return TwoFacedObject
protected  TwoFacedObject[] AddeRaobPointDataChooser.getDefaultDatasets()
          Get the default datasets for the chooser.
protected  TwoFacedObject[] AddeLightningDataChooser.getDefaultDatasets()
          Get the default datasets for the chooser.
protected  TwoFacedObject[] AddePointDataChooser.getDefaultDatasets()
          Get an array of TwoFacedObject-s for the datasets.
 

Uses of TwoFacedObject in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return TwoFacedObject
static TwoFacedObject DisplayControlBase.createStationTfo(Object o)
          A utility to wrap the given object (which should be a NamedStationImpl) in a TwoFacedObject, truncating the label to a fixed size.
protected  TwoFacedObject DisplayControlBase.getLabeledReal(Object level)
          Get a labeled Real
 

Methods in ucar.unidata.idv.control with parameters of type TwoFacedObject
 void WMSControl.resolutionChanged(TwoFacedObject tfo)
          User changed resolution
 void StationModelControl.setChartSettings(TwoFacedObject tfo)
          recieve the chart display settings
 

Uses of TwoFacedObject in ucar.unidata.idv.control.drawing
 

Methods in ucar.unidata.idv.control.drawing with parameters of type TwoFacedObject
 void SymbolGlyph.setPropertySymbol(TwoFacedObject tfo)
          set the symbol
 

Uses of TwoFacedObject in ucar.unidata.idv.publish
 

Methods in ucar.unidata.idv.publish that return types with arguments of type TwoFacedObject
static List<TwoFacedObject> PublishManager.getPublisherTypes(IntegratedDataViewer idv, Element root)
          Process the given xml, instantiating a list of IdvPublishers
 

Uses of TwoFacedObject in ucar.unidata.util
 

Methods in ucar.unidata.util that return TwoFacedObject
static TwoFacedObject TwoFacedObject.findId(Object id, List l)
          Finf the tfo with the given id in the list
static TwoFacedObject GuiUtils.makeTwoFacedFont(Font f)
          Make a TwoFacedObject from a font for displaying in a combobox.
 

Uses of TwoFacedObject in ucar.unidata.view.geoloc
 

Methods in ucar.unidata.view.geoloc that return types with arguments of type TwoFacedObject
 List<TwoFacedObject> NavigatedDisplay.getScreenCoordinates()
          Get the screen coordinates
 

Uses of TwoFacedObject in ucar.visad
 

Fields in ucar.visad declared as TwoFacedObject
static TwoFacedObject[] ShapeUtility.SHAPES
          Array of all of the shapes
 

Methods in ucar.visad that return TwoFacedObject
static TwoFacedObject Util.labeledReal(Real r)
          Wrap a Real as a TwoFacedObject with a formatted label
static TwoFacedObject Util.labeledReal(Real r, boolean includeUnit)
          Wrap a Real as a TwoFacedObject with a formatted label