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 UITransparentFillColor

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

public interface UITransparentFillColor
extends UIFillColor


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.

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.