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

Class anim.RotateZParam

java.lang.Object
   |
   +----anim.RotateZParam

public class RotateZParam
extends Object
A parameter for a Rotation about the Z axis

Copyright (c) 1996-1997 Intel Corporation


VARIABLE INDEX

 O Angle
The angle of rotation in degrees.
 O xOrigin
x coordinate of the Z axis about which to rotate.
 O yOrigin
y coordinate of the Z axis about which to rotate.

CONSTRUCTOR INDEX

 O RotateZParam()
Default constructor.
 O RotateZParam(float)
Constructor using passed in Angle, xOrigin and yOrigin are set to 0
 O RotateZParam(float, int, int)
Constructor using passed in Angle, xOrigin and yOrigin
 O RotateZParam(RotateZParam)
Constructor using passed in Rotate Param

METHOD INDEX

 O addAngle(float)
 O equals(RotateZParam)
 O toString()

VARIABLES

 O Angle
  public float Angle
The angle of rotation in degrees. Default is 0.0. Positive angles cause a clockwise rotation.
 O xOrigin
  public int xOrigin
x coordinate of the Z axis about which to rotate. Default is 0 which is at the left extreme of the object.
 O yOrigin
  public int yOrigin
y coordinate of the Z axis about which to rotate. Default is 0 which is at the top of the object.

CONSTRUCTORS

 O RotateZParam
  public RotateZParam(float angle,
                      int xOrigin,
                      int yOrigin)
Constructor using passed in Angle, xOrigin and yOrigin
 O RotateZParam
  public RotateZParam(float angle)
Constructor using passed in Angle, xOrigin and yOrigin are set to 0
 O RotateZParam
  public RotateZParam()
Default constructor. Sets angle = 0.0 and both origins to 0
 O RotateZParam
  public RotateZParam(RotateZParam rotate)
Constructor using passed in Rotate Param

METHODS

 O equals
  public boolean equals(RotateZParam test)
 O addAngle
  public float addAngle(float angleDelta)
 O toString
  public String toString()
Overrides:
toString in class Object

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