public class DefaultDisplayFormManager extends java.lang.Object implements DisplayFormManager
| Constructor and Description |
|---|
DefaultDisplayFormManager() |
| Modifier and Type | Method and Description |
|---|---|
DisplayFormManager |
clearTags() |
java.lang.String |
displayVoid() |
java.lang.String |
quotedDisplayForm(double x) |
java.lang.String |
quotedDisplayForm(int n,
Type type) |
java.lang.String |
quotedDisplayForm(java.lang.Object o,
Type type) |
java.lang.String |
typedDisplayForm(double x) |
java.lang.String |
typedDisplayForm(int n,
Type type) |
java.lang.String |
typedDisplayForm(java.lang.Object o,
Type type) |
java.lang.String |
unquotedDisplayForm(double x) |
java.lang.String |
unquotedDisplayForm(int n,
Type type) |
java.lang.String |
unquotedDisplayForm(java.lang.Object o,
Type type) |
public java.lang.String displayVoid()
displayVoid in interface DisplayFormManagerpublic java.lang.String typedDisplayForm(int n,
Type type)
typedDisplayForm in interface DisplayFormManagerpublic java.lang.String typedDisplayForm(double x)
typedDisplayForm in interface DisplayFormManagerpublic java.lang.String typedDisplayForm(java.lang.Object o,
Type type)
typedDisplayForm in interface DisplayFormManagerpublic java.lang.String quotedDisplayForm(int n,
Type type)
quotedDisplayForm in interface DisplayFormManagerpublic java.lang.String unquotedDisplayForm(int n,
Type type)
unquotedDisplayForm in interface DisplayFormManagerpublic java.lang.String quotedDisplayForm(double x)
quotedDisplayForm in interface DisplayFormManagerpublic java.lang.String unquotedDisplayForm(double x)
unquotedDisplayForm in interface DisplayFormManagerpublic java.lang.String unquotedDisplayForm(java.lang.Object o,
Type type)
unquotedDisplayForm in interface DisplayFormManagerpublic java.lang.String quotedDisplayForm(java.lang.Object o,
Type type)
quotedDisplayForm in interface DisplayFormManagerpublic DisplayFormManager clearTags()
clearTags in interface DisplayFormManager