|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.NodeEffect
com.mindfusion.diagramming.AeroEffect
public final class AeroEffect
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 NodeEffects
collection.
Constructor Summary | |
---|---|
AeroEffect()
Initializes a new instance of the AeroEffect class. |
Method Summary | |
---|---|
java.lang.Object |
clone()
NodeEffect.clone() override. |
java.awt.Color |
getInnerOutlineColor()
Gets the color of the inner outline. |
float |
getOpacity()
Gets the opacity to apply to the node's background. |
java.awt.Color |
getShadeColor()
Gets the color of the shade. |
void |
readExternal(java.io.ObjectInput in)
NodeEffect.readExternal(java.io.ObjectInput) override. |
void |
setInnerOutlineColor(java.awt.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(java.awt.Color value)
Sets the color of the shade. |
void |
writeExternal(java.io.ObjectOutput out)
NodeEffect.writeExternal(java.io.ObjectOutput) override. |
Methods inherited from class com.mindfusion.diagramming.NodeEffect |
---|
addPropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AeroEffect()
AeroEffect
class.
Method Detail |
---|
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
NodeEffect.writeExternal(java.io.ObjectOutput)
override.
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
NodeEffect.readExternal(java.io.ObjectInput)
override.
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 java.awt.Color getShadeColor()
public void setShadeColor(java.awt.Color value)
public java.awt.Color getInnerOutlineColor()
public void setInnerOutlineColor(java.awt.Color value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |