org.jfree.layouting.input.swing.converter
public class CharacterConverter extends Object implements Converter
Field Summary | |
---|---|
static String | LINETHROUGH_TEXT_DECORATION
CSS text decoration value. |
static String | NONE_TEXT_DECORATION
CSS text decoration value. |
static String | RTF_CAPS |
static String | RTF_DELETED |
static String | RTF_Hidden |
static String | RTF_OUTLINE |
static String | RTF_SHADOW |
static String | RTF_SMALLCAPS |
static String | RTF_STRIKETRHOUGH |
static String | TEXT_DECORATION_KEY
CSS text decoration key. |
static String | UNDERLINE_TEXT_DECORATION
CSS text decoration value. |
Constructor Summary | |
---|---|
CharacterConverter() |
Method Summary | |
---|---|
ConverterAttributeSet | convertToCSS(Object key, Object value, ConverterAttributeSet cssAttr, Element context)
Converts a style key and a style value to a CSS compatible style key and style value.
|
Parameters: key The style key to convert. value The style value to convert. cssAttr The current converted CSS attributes for the current element. context The current Element.
Returns: The conversion result or null if no converstion has been done.