|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.viewmanagement.AEffect
public abstract class AEffect
Abstract definition of an effect. An effect is a visual alteration of the affectedObject in order to make it more appealing or useful to the human observer. It has one main method, execute(). Here, the effect will be e.g. set up (colours, line width and so on) placed and painted. Methods setTarget and setParameters are there to set the target of the effect (or affectedObject) and parameters (e.g. text to be displayed).
Constructor Summary | |
---|---|
AEffect()
|
Method Summary | |
---|---|
abstract void |
execute()
Abstract method to execute a specific effect. |
protected EditPart |
getAffectedObject()
|
void |
setParameters(Object parameters)
Method to set the parameters of an effect. |
void |
setTarget(EditPart target)
Method to set the target of the effect. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AEffect()
Method Detail |
---|
public abstract void execute()
public void setTarget(EditPart target)
target
- the target of the effectpublic void setParameters(Object parameters)
parameters
- the parametersprotected EditPart getAffectedObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |