Class FontEmphasizePosition
- java.lang.Object
-
- org.jfree.layouting.input.style.keys.font.FontEmphasizePosition
-
public class FontEmphasizePosition extends java.lang.ObjectDefines the emphasize marker position in asian texts. If the text layout is horizontal (ie Roman style), before means above the text, and after means below the text. See: CSS3-Fonts ?4-3- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstantABOVEstatic CSSConstantAFTERstatic CSSConstantBEFOREstatic CSSConstantBELOW
-
-
-
Field Detail
-
BEFORE
public static final CSSConstant BEFORE
-
AFTER
public static final CSSConstant AFTER
-
ABOVE
public static final CSSConstant ABOVE
-
BELOW
public static final CSSConstant BELOW
-
-