Package com.adobe.xfa.gfx
Class GFXGlyphOrientation
- java.lang.Object
-
- com.adobe.xfa.gfx.GFXGlyphOrientation
-
public class GFXGlyphOrientation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
HORIZONTAL
static int
HORIZONTAL_ROTATED
static int
VERTICAL
static int
VERTICAL_UPRIGHT
-
Constructor Summary
Constructors Constructor Description GFXGlyphOrientation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
usesHorizontalGlyphs(int orientation)
static boolean
usesVerticalGlyphs(int orientation)
-
-
-
Field Detail
-
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
-
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
-
HORIZONTAL_ROTATED
public static final int HORIZONTAL_ROTATED
- See Also:
- Constant Field Values
-
VERTICAL_UPRIGHT
public static final int VERTICAL_UPRIGHT
- See Also:
- Constant Field Values
-
-