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.
- Version:
- $Revision: 1.1 $
- Author:
- Karsten Lentzsch
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.