|
|||||||||
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.GlassEffect
public final class GlassEffect
Represents a glass-like visual effect.
This effect can be applied to the nodes in a Diagram
by adding
an instance of this class to the NodeEffects
collection.
Constructor Summary | |
---|---|
GlassEffect()
Initializes a new instance of the GlassEffect class. |
Method Summary | |
---|---|
java.lang.Object |
clone()
NodeEffect.clone() override. |
java.awt.Color |
getGlowColor()
Gets the color of the glow portion of the effect. |
java.awt.Color |
getReflectionColor()
Gets the color of the reflection portion of the effect. |
int |
getType()
Gets the type of the glass effect. |
boolean |
getUsePenAsGlow()
Gets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective node. |
void |
readExternal(java.io.ObjectInput in)
NodeEffect.readExternal(java.io.ObjectInput) override. |
void |
setGlowColor(java.awt.Color value)
Sets the color of the glow portion of the effect. |
void |
setReflectionColor(java.awt.Color value)
Sets the color of the reflection portion of the effect. |
void |
setType(int value)
Sets the type of the glass effect. |
void |
setUsePenAsGlow(boolean value)
Sets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective node. |
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 GlassEffect()
GlassEffect
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 int getType()
public void setType(int value)
public java.awt.Color getGlowColor()
public void setGlowColor(java.awt.Color value)
public boolean getUsePenAsGlow()
public void setUsePenAsGlow(boolean value)
public java.awt.Color getReflectionColor()
public void setReflectionColor(java.awt.Color value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |