de.cau.cs.kieler.viewmanagement.effects
Class ZoomAndScrollToEffect

java.lang.Object
  extended by de.cau.cs.kieler.viewmanagement.AEffect
      extended by de.cau.cs.kieler.viewmanagement.effects.ZoomAndScrollToEffect

public class ZoomAndScrollToEffect
extends AEffect

Rating red

Constructor Summary
ZoomAndScrollToEffect()
          default constructor, nothing to be done here
 
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 de.cau.cs.kieler.viewmanagement.AEffect
getAffectedObject, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomAndScrollToEffect

public ZoomAndScrollToEffect()
default constructor, nothing to be done here

Method Detail

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