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 HStaticAnimation.getDefaultLook()
          Returns the currently set default HLook for HStaticAnimation components.
static HAnimateLook HAnimation.getDefaultLook()
          Returns the currently set default look for HAnimation components.
 

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