android.graphics
Class Camera

java.lang.Object
  extended by android.graphics.Camera

public class Camera
extends Object


Constructor Summary
Camera()
           
 
Method Summary
 void applyToCanvas(Canvas canvas)
           
 float dotWithNormal(float dx, float dy, float dz)
           
protected  void finalize()
           
 void getMatrix(Matrix matrix)
           
 void restore()
           
 void rotate(float x, float y, float z)
           
 void rotateX(float deg)
           
 void rotateY(float deg)
           
 void rotateZ(float deg)
           
 void save()
           
 void setLocation(float x, float y, float z)
           
 void translate(float x, float y, float z)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Camera

public Camera()
Method Detail

save

public void save()

restore

public void restore()

translate

public void translate(float x,
                      float y,
                      float z)

rotateX

public void rotateX(float deg)

rotateY

public void rotateY(float deg)

rotateZ

public void rotateZ(float deg)

rotate

public void rotate(float x,
                   float y,
                   float z)

setLocation

public void setLocation(float x,
                        float y,
                        float z)

getMatrix

public void getMatrix(Matrix matrix)

applyToCanvas

public void applyToCanvas(Canvas canvas)

dotWithNormal

public float dotWithNormal(float dx,
                           float dy,
                           float dz)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2008-2012. All Rights Reserved.