public final class AeroEffect extends ItemEffect
This effect can be applied to the elements in a Calendar
by adding an
instance of this class to the ItemEffects
collection
of the Calendar
class.
Constructor and Description |
---|
AeroEffect()
Initializes a new instance of the
AeroEffect class. |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getInnerOutlineColor()
Gets the color of the inner outline.
|
float |
getOpacity()
Gets the opacity to apply to the element's background.
|
java.awt.Color |
getShadeColor()
Gets the color of the shade.
|
void |
setInnerOutlineColor(java.awt.Color value)
Sets the color of the inner outline.
|
void |
setOpacity(float value)
Sets the opacity to apply to the element's background.
|
void |
setShadeColor(java.awt.Color value)
Sets the color of the shade.
|
addPropertyChangeListener, removePropertyChangeListener
public AeroEffect()
AeroEffect
class.public float getOpacity()
Opacity varies in the range [0..1] where 0 indicates full transparency and 1 indicates the original transparency. Opacity has no effect on image backgrounds.
public void setOpacity(float value)
Opacity varies in the range [0..1] where 0 indicates full transparency and 1 indicates the original transparency. Opacity has no effect on image backgrounds.
value
- A float value.public java.awt.Color getShadeColor()
public void setShadeColor(java.awt.Color value)
value
- A Color object.public java.awt.Color getInnerOutlineColor()
public void setInnerOutlineColor(java.awt.Color value)
value
- A Color object.