Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.dataView
Interface Fill

All Superinterfaces:
UIFillColor
All Known Implementing Classes:
Base3DPanel, BaseFrame, BaseGraphFrame, FunnelFrame, GraphBackground, PieFrame, PlotArea, ThreeDFloor, ThreeDLeftWall, ThreeDRightWall, TimeSelector

public interface Fill
extends UIFillColor

The interface that defines the fill properties for a Dataview component.


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

Method Detail

getFillColor

java.awt.Color getFillColor()
Retrieves the fill color for the component.

Specified by:
getFillColor in interface UIFillColor
Returns:
The fill color for the component.

setFillColor

void setFillColor(java.awt.Color newColor)
Specifies the fill color for the component.

Specified by:
setFillColor in interface UIFillColor
Parameters:
newColor - The fill color for the component.

isFillTransparent

boolean isFillTransparent()
Indicates whether the fill color of the component 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

void setFillTransparent(boolean yesNo)
Specifies whether the fill color of the component 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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

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