public interface Formattable
ViewFormat
to an object.
ViewFormat
objects allow you to format numbers.Modifier and Type | Method and Description |
---|---|
ViewFormat |
getViewFormat()
Retrieves a
ViewFormat for this object. |
void |
setViewFormat(ViewFormat viewFormat)
Specifies a
ViewFormat for this object. |
void setViewFormat(ViewFormat viewFormat)
ViewFormat
for this object.viewFormat
- A ViewFormat
for this object.ViewFormat getViewFormat()
ViewFormat
for this object.ViewFormat
for this object.