de.cau.cs.kieler.viewmanagement.effects
Class ZoomAndScrollToEffect
java.lang.Object
de.cau.cs.kieler.viewmanagement.AEffect
de.cau.cs.kieler.viewmanagement.effects.ZoomAndScrollToEffect
public class ZoomAndScrollToEffect
- extends AEffect
- Rating

Method Summary |
void |
execute()
Abstract method to execute a specific effect. |
void |
setTarget(EditPart target)
Sets the target of the effect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZoomAndScrollToEffect
public ZoomAndScrollToEffect()
- default constructor, nothing to be done here
execute
public final void execute()
- Description copied from class:
AEffect
- Abstract method to execute a specific effect. Must be implemented by the developer of the
effect. Here, you will have to implement the exact behaviour of the effect.
- Specified by:
execute
in class AEffect
setTarget
public final void setTarget(EditPart target)
- Sets the target of the effect
- Overrides:
setTarget
in class AEffect
- Parameters:
target
- the target