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

E12063-05

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

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

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


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.