Uses of Class
ucar.unidata.ui.symbol.RotateInfo

Packages that use RotateInfo
ucar.unidata.ui.symbol Meteorological symbol drawing. 
 

Uses of RotateInfo in ucar.unidata.ui.symbol
 

Methods in ucar.unidata.ui.symbol that return RotateInfo
 RotateInfo RotateInfo.doClone()
           
 RotateInfo MetSymbol.getRotateInfo(int type)
          Get the rotate info object for the given type.
 RotateInfo MetSymbol.getRotateXInfo()
          Get the RotateXInfo property.
 RotateInfo MetSymbol.getRotateYInfo()
          Get the RotateYInfo property.
 RotateInfo MetSymbol.getRotateZInfo()
          Get the RotateZInfo property.
 

Methods in ucar.unidata.ui.symbol with parameters of type RotateInfo
 void MetSymbol.setRotateXInfo(RotateInfo value)
          Set the RotateXInfo property.
 void MetSymbol.setRotateYInfo(RotateInfo value)
          Set the RotateYInfo property.
 void MetSymbol.setRotateZInfo(RotateInfo value)
          Set the RotateZInfo property.