Fields Summary |
---|
private static final long | serialVersionUIDThe Constant serialVersionUID. |
private static final Map | attrMapThe Constant attrMap. |
public static final TextAttribute | BACKGROUNDThe BACKGROUND text attribute. |
public static final TextAttribute | BIDI_EMBEDDINGThe BIDI_EMBEDDING text attribute key. |
public static final TextAttribute | CHAR_REPLACEMENTThe CHAR_REPLACEMENT text attribute key. |
public static final TextAttribute | FAMILYThe FAMILY text attribute key. |
public static final TextAttribute | FONTThe FONT text attribute key. |
public static final TextAttribute | FOREGROUNDThe FOREGROUND text attribute key. |
public static final TextAttribute | INPUT_METHOD_HIGHLIGHTThe INPUT_METHOD_HIGHLIGHT text attribute key. |
public static final TextAttribute | INPUT_METHOD_UNDERLINEThe INPUT_METHOD_UNDERLINE text attribute key. |
public static final TextAttribute | JUSTIFICATIONThe JUSTIFICATION text attribute key. |
public static final Float | JUSTIFICATION_FULLThe Constant JUSTIFICATION_indicates the full requested width. |
public static final Float | JUSTIFICATION_NONEThe Constant JUSTIFICATION_NONE indicates that line is not
allowed for justification. |
public static final TextAttribute | NUMERIC_SHAPINGThe NUMERIC_SHAPING text attribute. |
public static final TextAttribute | POSTUREThe POSTURE text attribute. |
public static final Float | POSTURE_REGULARThe Constant POSTURE_REGULAR indicates regular posture. |
public static final Float | POSTURE_OBLIQUEThe Constant POSTURE_OBLIQUE indicates italic posture. |
public static final TextAttribute | RUN_DIRECTIONThe RUN_DIRECTION text attribute. |
public static final Boolean | RUN_DIRECTION_LTRThe Constant RUN_DIRECTION_LTR indicates left-to-right run
direction. |
public static final Boolean | RUN_DIRECTION_RTLThe Constant RUN_DIRECTION_RTL indicates right-to-left run
direction. |
public static final TextAttribute | SIZEThe SIZE text attribute. |
public static final TextAttribute | STRIKETHROUGHThe STRIKETHROUGH text attribute. |
public static final Boolean | STRIKETHROUGH_ONThe Constant STRIKETHROUGH_ON indicates a single strikethrough. |
public static final TextAttribute | SUPERSCRIPTThe SUPERSCRIPT text attribute. |
public static final Integer | SUPERSCRIPT_SUBThe Constant SUPERSCRIPT_SUB indicates a standard subscript. |
public static final Integer | SUPERSCRIPT_SUPERThe Constant SUPERSCRIPT_SUPER indicates a standard superscript. |
public static final TextAttribute | SWAP_COLORSThe SWAP_COLORS text attribute. |
public static final Boolean | SWAP_COLORS_ONThe Constant SWAP_COLORS_ON indicates a swap of foreground
and background. |
public static final TextAttribute | TRANSFORMThe TRANSFORM text attribute. |
public static final TextAttribute | UNDERLINEThe Constant UNDERLINE text attribute. |
public static final Integer | UNDERLINE_ONThe Constant UNDERLINE_ON indicates a standard underline
at the roman baseline for roman text. |
public static final Integer | UNDERLINE_LOW_ONE_PIXELThe Constant UNDERLINE_LOW_ONE_PIXEL indicates a single
pixel solid low underline. |
public static final Integer | UNDERLINE_LOW_TWO_PIXELThe Constant UNDERLINE_LOW_TWO_PIXEL indicates a double
pixel solid low underline. |
public static final Integer | UNDERLINE_LOW_DOTTEDThe Constant UNDERLINE_LOW_DOTTED indicates a
single pixel dotted low underline. |
public static final Integer | UNDERLINE_LOW_GRAYThe Constant UNDERLINE_LOW_GRAY indicates double pixel
gray low underline. |
public static final Integer | UNDERLINE_LOW_DASHEDThe Constant UNDERLINE_LOW_DASHED indicates single pixel dashed
low underline. |
public static final TextAttribute | WEIGHTThe WEIGHT text attribute. |
public static final Float | WEIGHT_EXTRA_LIGHTThe Constant WEIGHT_EXTRA_LIGHT indicates the lightest
predefined weight. |
public static final Float | WEIGHT_LIGHTThe Constant WEIGHT_LIGHT indicates the standard light weight. |
public static final Float | WEIGHT_DEMILIGHTThe Constant WEIGHT_DEMILIGHT indicates an intermediate weight
between LIGHT and STANDARD. |
public static final Float | WEIGHT_REGULARThe Constant WEIGHT_REGULAR indicates the standart weight. |
public static final Float | WEIGHT_SEMIBOLDThe Constant WEIGHT_SEMIBOLD indicates a semi weight
of REGULAR. |
public static final Float | WEIGHT_MEDIUMThe Constant WEIGHT_MEDIUM indicates average weight
between the REGULAR and BOLD. |
public static final Float | WEIGHT_DEMIBOLDThe Constant WEIGHT_DEMIBOLD indicates
a lighter weight than BOLD. |
public static final Float | WEIGHT_BOLDThe Constant WEIGHT_BOLD indicates the standard bold weight. |
public static final Float | WEIGHT_HEAVYThe Constant WEIGHT_HEAVY indicates a heavier weight than BOLD. |
public static final Float | WEIGHT_EXTRABOLDThe Constant WEIGHT_EXTRABOLD indicates an extra heavy weight. |
public static final Float | WEIGHT_ULTRABOLDThe Constant WEIGHT_ULTRABOLD indicates the heaviest predefined
weight. |
public static final TextAttribute | WIDTHThe WIDTH text attribute. |
public static final Float | WIDTH_CONDENSEDThe Constant WIDTH_CONDENSED indicates the most condensed
predefined width. |
public static final Float | WIDTH_SEMI_CONDENSEDThe Constant WIDTH_SEMI_CONDENSED indicates
a semi condensed width. |
public static final Float | WIDTH_REGULARThe Constant WIDTH_REGULAR indicates the standard width. |
public static final Float | WIDTH_SEMI_EXTENDEDThe Constant WIDTH_SEMI_EXTENDED indicates semi extended width. |
public static final Float | WIDTH_EXTENDEDThe Constant WIDTH_EXTENDED indicates extended width. |