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

Method Summary |
void |
execute()
Abstract method to execute a specific effect. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZoomEffect
public ZoomEffect()
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