|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.layouting.input.swing.converter.ParagraphConverter
public class ParagraphConverter
This class handles convertions of paragraph style attributes to css style attributes.
| Constructor Summary | |
|---|---|
ParagraphConverter()
|
|
| Method Summary | |
|---|---|
ConverterAttributeSet |
convertToCSS(java.lang.Object key,
java.lang.Object value,
ConverterAttributeSet cssAttr,
javax.swing.text.Element context)
Converts a style key and a style value to a CSS compatible style key and style value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParagraphConverter()
| Method Detail |
|---|
public ConverterAttributeSet convertToCSS(java.lang.Object key,
java.lang.Object value,
ConverterAttributeSet cssAttr,
javax.swing.text.Element context)
convertToCSS in interface Converterkey - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||