Skip navigation links

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

E12063-03


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.

Skip navigation links

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

E12063-03


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