Uses of Class
com.jgoodies.animation.renderer.HeightMode
-
Packages that use HeightMode Package Description com.jgoodies.animation.renderer Contains prepared animation renderers.com.jgoodies.animation.swing.components Consists of a bunch of prepared animated components. -
-
Uses of HeightMode in com.jgoodies.animation.renderer
Fields in com.jgoodies.animation.renderer declared as HeightMode Modifier and Type Field Description static HeightMode
HeightMode. CAPITAL_ASCENT
private HeightMode
AbstractTextRenderer. heightMode
static HeightMode
HeightMode. TEXT_ASCENT
static HeightMode
HeightMode. TEXT_HEIGHT
Methods in com.jgoodies.animation.renderer that return HeightMode Modifier and Type Method Description HeightMode
AbstractTextRenderer. getHeightMode()
Methods in com.jgoodies.animation.renderer with parameters of type HeightMode Modifier and Type Method Description void
AbstractTextRenderer. setHeightMode(HeightMode heightMode)
-
Uses of HeightMode in com.jgoodies.animation.swing.components
Methods in com.jgoodies.animation.swing.components that return HeightMode Modifier and Type Method Description HeightMode
BasicTextLabel. getHeightMode()
HeightMode
GlyphLabel. getHeightMode()
Methods in com.jgoodies.animation.swing.components with parameters of type HeightMode Modifier and Type Method Description void
BasicTextLabel. setHeightMode(HeightMode heightMode)
void
GlyphLabel. setHeightMode(HeightMode newHeightMode)
-