|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fill
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 |
---|
java.awt.Color getFillColor()
getFillColor
in interface UIFillColor
void setFillColor(java.awt.Color newColor)
setFillColor
in interface UIFillColor
newColor
- The fill color for the component.boolean isFillTransparent()
true
if it is transparent, false
if it
is visible.void setFillTransparent(boolean yesNo)
yesNo
- true
to make it transparent, false
to make it visible.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |