Uses of Class
com.jgoodies.animation.renderer.HeightMode

Packages that use HeightMode
com.jgoodies.animation.components Consists of a bunch of prepared animated components. 
com.jgoodies.animation.renderer Contains prepared animation renderers. 
 

Uses of HeightMode in com.jgoodies.animation.components
 

Methods in com.jgoodies.animation.components that return HeightMode
 HeightMode GlyphLabel.getHeightMode()
           
 HeightMode BasicTextLabel.getHeightMode()
           
 

Methods in com.jgoodies.animation.components with parameters of type HeightMode
 void GlyphLabel.setHeightMode(HeightMode newHeightMode)
           
 void BasicTextLabel.setHeightMode(HeightMode heightMode)
           
 

Uses of HeightMode in com.jgoodies.animation.renderer
 

Fields in com.jgoodies.animation.renderer declared as HeightMode
static HeightMode HeightMode.CAPITAL_ASCENT
           
static HeightMode HeightMode.TEXT_ASCENT
           
static HeightMode HeightMode.TEXT_HEIGHT
           
 

Methods in com.jgoodies.animation.renderer that return HeightMode
 HeightMode AbstractTextRenderer.getHeightMode()
           
 

Methods in com.jgoodies.animation.renderer with parameters of type HeightMode
 void AbstractTextRenderer.setHeightMode(HeightMode heightMode)
           
 



Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.