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 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

For internal use only. Application developers should not use this
The interface that defines the fill properties for a view. This interface is implemented internally and is used by the BI Beans user interface panels. Application developers should not implement this interface.

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 2 (11.1.2.0.0)

E17492-01

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