Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface Background

All Known Implementing Classes:
GraphBackground

public interface Background

This interface defines methods used to access background attributes for the data view.


Method Summary
 java.awt.Color getBackground()
          Retrieves the fill color for the background of the data view.
 void setBackground(java.awt.Color background)
          Specifies the fill color for the background of the data view.

 

Method Detail

setBackground

public void setBackground(java.awt.Color background)
Specifies the fill color for the background of the data view.
Parameters:
background - The fill color for the background of the data view.

getBackground

public java.awt.Color getBackground()
Retrieves the fill color for the background of the data view.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.