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 UIFillColor

All Known Subinterfaces:
Fill, UITransparentFillColor
All Known Implementing Classes:
Base3DPanel, BaseFrame, BaseGraphFrame, FunnelFrame, GraphBackground, ParetoMarker, PieFrame, PlotArea, ThreeDFloor, ThreeDLeftWall, ThreeDRightWall, TimeSelector, VolumeMarker

public interface UIFillColor


Method Summary
 java.awt.Color getFillColor()
          Retrieves the fill color for the selected component.
 void setFillColor(java.awt.Color newColor)
          Specifies the fill color for the selected component.
 

Method Detail

getFillColor

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

Returns:
The fill color for the selected component.

setFillColor

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

Parameters:
newColor - The fill color for the selected component.

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.