Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.dataView.managers
Interface Formattable

All Known Implementing Classes:
BaseDataAxis, SliceLabel, ViewFormatHandle, X1Axis, Y1Axis, Y2Axis

public interface Formattable

Methods that allow you to apply a ViewFormat to an object. ViewFormat objects allow you to format numbers.


Method Summary
 ViewFormat getViewFormat()
          Retrieves a ViewFormat for this object.
 void setViewFormat(ViewFormat viewFormat)
          Specifies a ViewFormat for this object.
 

Method Detail

setViewFormat

void setViewFormat(ViewFormat viewFormat)
Specifies a ViewFormat for this object.

Parameters:
viewFormat - A ViewFormat for this object.

getViewFormat

ViewFormat getViewFormat()
Retrieves a ViewFormat for this object.

Returns:
A ViewFormat for this object.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.