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


oracle.dss.graph
Interface Fill

All Known Implementing Classes:
BaseGraphFrame, GraphBackground

public interface Fill

The interface that defines the fill properties for the graph.


Method Summary
 java.awt.Color getFillColor()
          Retrieves the fill color for the graph.
 boolean isFillTransparent()
          Indicates whether the fill color of the graph is transparent.
 void setFillColor(java.awt.Color newColor)
          Specifies the fill color for the graph.
 void setFillTransparent(boolean yesNo)
          Specifies whether the fill color of the graph is transparent.

 

Method Detail

getFillColor

public java.awt.Color getFillColor()
Retrieves the fill color for the graph.
Returns:
The fill color for the graph.

setFillColor

public void setFillColor(java.awt.Color newColor)
Specifies the fill color for the graph.
Parameters:
newColor - The fill color for the graph.

isFillTransparent

public boolean isFillTransparent()
Indicates whether the fill color of the graph is transparent. When an attribute or an object is transparent, it is not visible, but you can select it.
Returns:
true if it is transparent, false if it is visible.

setFillTransparent

public void setFillTransparent(boolean yesNo)
Specifies whether the fill color of the graph is transparent. When an attribute or an object is transparent, it is not visible, but you can select it.
Parameters:
yesNo - true to make it transparent, false to make it visible.

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


Copyright © 2003, Oracle. All Rights Reserved.