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.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the AeroEffect class. |
Name | Description | |
---|---|---|
![]() |
(Inherited from NodeEffect.) |
|
![]() |
NodeEffect.clone override. |
|
![]() |
Gets the color of the inner outline. |
|
![]() |
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. |
|
![]() |
Gets the color of the shade. |
|
![]() |
NodeEffect.readExternal override. |
|
![]() |
(Inherited from NodeEffect.) |
|
![]() |
Sets the color of the inner outline. |
|
![]() |
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. |
|
![]() |
Sets the color of the shade. |
|
![]() |
NodeEffect.writeExternal override. |