|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AdvancedMessageFormat.ObjectFormatter
Implementations of this interface format certain objects to strings.
Method Summary | |
---|---|
void |
format(java.lang.StringBuffer sb,
java.lang.Object obj)
Formats an object to a string and writes the result to a string buffer. |
boolean |
supportsObject(java.lang.Object obj)
Indicates whether a given object is supported. |
Method Detail |
---|
void format(java.lang.StringBuffer sb, java.lang.Object obj)
sb
- the target string bufferobj
- the object to be formattedboolean supportsObject(java.lang.Object obj)
obj
- the object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |