Android
android.hardware
public class

android.hardware.Camera.Size

java.lang.Object
android.hardware.Camera.Size

Handles the picture size (dimensions).

Summary

Fields

public      int  height  height of the picture  
public      int  width  width of the picture  

Public Constructors

            Camera.Size(int w, int h)
Sets the dimensions for pictures.
Methods inherited from class java.lang.Object

Details

Fields

public int height

height of the picture

public int width

width of the picture

Public Constructors

public Camera.Size(int w, int h)

Sets the dimensions for pictures.

Parameters

w the photo width (pixels)
h the photo height (pixels)
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48