DroidDiagram Programmer's Guide
AeroEffect Members
Constructors Methods
 


Represents an effect that adds semitransparency to the node and emphasizes its outline by adding a shade and an inner stroke. This effect can be applied to the nodes in a Diagram by adding an instance of this class to the Diagram.getNodeEffects collection.

The following tables list the members exposed by the AeroEffect type.

 Public Constructors

  Name Description

AeroEffect

Initializes a new instance of the AeroEffect class.

 Public Methods

  Name Description

addPropertyChangeListener

  (Inherited from NodeEffect.)

clone

NodeEffect.clone override.

getInnerOutlineColor

Gets the color of the inner outline.

getOpacity

Gets the opacity to apply to the node's background. 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.

getShadeColor

Gets the color of the shade.

readExternal

NodeEffect.readExternal override.

removePropertyChangeListener

  (Inherited from NodeEffect.)

setInnerOutlineColor

Sets the color of the inner outline.

setOpacity

Sets the opacity to apply to the node's background. 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.

setShadeColor

Sets the color of the shade.

writeExternal

NodeEffect.writeExternal override.

 See Also

AeroEffect Class
com.mindfusion.diagramming Namespace