Skip navigation links

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

E17492-04


oracle.dss.dataView
Interface UITransparentFillColor

All Superinterfaces:
UIFillColor
All Known Implementing Classes:
Base3DPanel, FunnelFrame, PieFrame, PlotArea, ThreeDFloor, ThreeDLeftWall, ThreeDRightWall

public interface UITransparentFillColor
extends UIFillColor
For internal use only. Application developers should not use this
The interface that defines properties for backgrounds that can be transparent. This interface is implemented internally and is used by the BI Beans user interface panels. Application developers should not implement this interface.

Method Summary
 boolean isFillTransparent()
          Indicates whether the fill color is transparent.
 void setFillTransparent(boolean yesNo)
          Specifies whether the fill color is transparent.

 

Methods inherited from interface oracle.dss.dataView.UIFillColor
getFillColor, setFillColor

 

Method Detail

isFillTransparent

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

Skip navigation links

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

E17492-04


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