Class anim.VerticalFlipEffect
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class anim.VerticalFlipEffect

java.lang.Object
   |
   +----anim.Effect
           |
           +----anim.VerticalFlipEffect

public class VerticalFlipEffect
extends Effect
A Vertical flip effect. Takes it's input and flips it vertically-- about a horizontal line through its middle.

Copyright (c) 1996-1997 Intel Corporation


CONSTRUCTOR INDEX

 O VerticalFlipEffect()
Creates a VerticalFlipEffect.

METHOD INDEX

 O activate(boolean)
Conditionally causes an effect to be applied to a displayable object.
 O objApplyEffect(int)
Not applet visible.
 O objRemoveEffect(int)
Not applet visible.
 O setInputView(Rectangle)
Not applet visible.
 O setOutputView()
Not applet visible.
 O toString()
Returns the String representation of this Effect's internal state.

CONSTRUCTORS

 O VerticalFlipEffect
  public VerticalFlipEffect()
Creates a VerticalFlipEffect.

METHODS

 O objApplyEffect
  protected int objApplyEffect(int hObj)
Not applet visible. Native method for implementation.
Overrides:
objApplyEffect in class Effect
 O objRemoveEffect
  protected int objRemoveEffect(int hObj)
Not applet visible. Native method for implementation.
Overrides:
objRemoveEffect in class Effect
 O setInputView
  protected boolean setInputView(Rectangle rect)
Not applet visible. Specifies the input view rect for this effect. This is a rectangle within the input that will be used as the input region for this effect. It is used by an effect that is applied immediately before this effect to infrom this effect about the input rect that is going to be presented to it
Returns:
false if parameters are out of range for this effect. true otherwise
Overrides:
setInputView in class Effect
 O setOutputView
  protected boolean setOutputView()
Not applet visible. Sets the output view for this effect based on its input view and the parameters of this effect. This is a rectangle that defines a region on the output that this effect maps to
Returns:
false if parameters are out of range for this effect. true otherwise
Overrides:
setOutputView in class Effect
 O activate
  public boolean activate(boolean cond)
Conditionally causes an effect to be applied to a displayable object.
Parameters:
cond - if true, it activates the effect; deactivates otherwise.
Returns:
always true for this effect
Overrides:
activate in class Effect
 O toString
  public String toString()
Returns the String representation of this Effect's internal state.
Overrides:
toString in class Effect

All Packages  Class Hierarchy  This Package  Previous  Next  Index
Free Web Hosting