com.jgoodies.animation.renderer
Class HeightMode
java.lang.Object
com.jgoodies.animation.renderer.HeightMode
public final class HeightMode
extends java.lang.Object
A type-safe enumeration used to vertically align texts by using
the capital or text ascent, or the text's height.
CAPITAL_ASCENT
public static final HeightMode CAPITAL_ASCENT
TEXT_ASCENT
public static final HeightMode TEXT_ASCENT
TEXT_HEIGHT
public static final HeightMode TEXT_HEIGHT
toString
public String toString()
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.