public final class AeroEffect extends NodeEffect
Diagram
by adding
an instance of this class to the NodeEffects
collection.Constructor and Description |
---|
AeroEffect()
Initializes a new instance of the
AeroEffect class. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
NodeEffect.clone() override. |
Color |
getInnerOutlineColor()
Gets the color of the inner outline.
|
float |
getOpacity()
Gets the opacity to apply to the node's background.
|
Color |
getShadeColor()
Gets the color of the shade.
|
void |
readExternal(java.io.ObjectInput in)
|
void |
setInnerOutlineColor(Color value)
Sets the color of the inner outline.
|
void |
setOpacity(float value)
Sets the opacity to apply to the node's background.
|
void |
setShadeColor(Color value)
Sets the color of the shade.
|
void |
writeExternal(java.io.ObjectOutput out)
|
addPropertyChangeListener, removePropertyChangeListener
public AeroEffect()
AeroEffect
class.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
writeExternal
in class NodeEffect
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
readExternal
in class NodeEffect
java.io.IOException
java.lang.ClassNotFoundException
public java.lang.Object clone()
NodeEffect.clone()
override.clone
in class NodeEffect
public float getOpacity()
public void setOpacity(float value)
public Color getShadeColor()
public void setShadeColor(Color value)
public Color getInnerOutlineColor()
public void setInnerOutlineColor(Color value)