Class GlyphOrientationVertical
- java.lang.Object
-
- org.jfree.layouting.input.style.keys.text.GlyphOrientationVertical
-
public class GlyphOrientationVertical extends java.lang.Object
'glyph-orientation-vertical' controls glyph orientation when the flow orientation is vertical.- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstant
INLINE
static CSSConstant
UPRIGHT
-
-
-
Field Detail
-
UPRIGHT
public static final CSSConstant UPRIGHT
-
INLINE
public static final CSSConstant INLINE
-
-