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 HeightModeHeightMode. CAPITAL_ASCENTprivate HeightModeAbstractTextRenderer. heightModestatic HeightModeHeightMode. TEXT_ASCENTstatic HeightModeHeightMode. TEXT_HEIGHTMethods in com.jgoodies.animation.renderer that return HeightMode Modifier and Type Method Description HeightModeAbstractTextRenderer. getHeightMode()Methods in com.jgoodies.animation.renderer with parameters of type HeightMode Modifier and Type Method Description voidAbstractTextRenderer. 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 HeightModeBasicTextLabel. getHeightMode()HeightModeGlyphLabel. getHeightMode()Methods in com.jgoodies.animation.swing.components with parameters of type HeightMode Modifier and Type Method Description voidBasicTextLabel. setHeightMode(HeightMode heightMode)voidGlyphLabel. setHeightMode(HeightMode newHeightMode)
-