Uses of Class
org.havi.ui.HAnimateLook

Packages that use HAnimateLook
org.havi.ui   
 

Uses of HAnimateLook in org.havi.ui
 

Methods in org.havi.ui that return HAnimateLook
static HAnimateLook HAnimation.getDefaultLook()
          Returns the currently set default look for HAnimation components.
static HAnimateLook HStaticAnimation.getDefaultLook()
          Returns the currently set default HLook for HStaticAnimation components.
 

Methods in org.havi.ui with parameters of type HAnimateLook
static void HAnimation.setDefaultLook(HAnimateLook hlook)
          Sets the default HLook for further HAnimation Components.
static void HStaticAnimation.setDefaultLook(HAnimateLook hlook)
          Sets the default HLook for further HStaticAnimation Components.