|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.viewmanagement.AEffect
de.cau.cs.kieler.viewmanagement.effects.ShapeHighlightEffect
public class ShapeHighlightEffect
Constructor Summary | |
---|---|
ShapeHighlightEffect()
default constructor, nothing done here. |
Method Summary | |
---|---|
void |
execute()
executes the ShapeHighlightEffect. |
void |
setColors(Color foregroundColor,
Color backgroundColor)
Changes parameters of highlight figure. |
void |
setParameters(Object objectParameters)
Sets the parameters of the effect. |
void |
setTarget(EditPart target)
Sets the target object of the effect. |
void |
undo()
Undo the effect. |
Methods inherited from class de.cau.cs.kieler.viewmanagement.AEffect |
---|
getAffectedObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeHighlightEffect()
Method Detail |
---|
public final void execute()
execute
in class AEffect
public final void undo()
public final void setTarget(EditPart target)
setTarget
in class AEffect
target
- the object to be highlightedpublic void setParameters(Object objectParameters)
setParameters
in class AEffect
objectParameters
- the parameterspublic final void setColors(Color foregroundColor, Color backgroundColor)
foregroundColor
- color for the foregroundbackgroundColor
- color for the background
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |