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 intHORIZONTALstatic intHORIZONTAL_ROTATEDstatic intVERTICALstatic intVERTICAL_UPRIGHT
-
Constructor Summary
Constructors Constructor Description GFXGlyphOrientation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanusesHorizontalGlyphs(int orientation)static booleanusesVerticalGlyphs(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
-
-