public class PictureFormat extends Object
| Constructor and Description |
|---|
PictureFormat(int width,
int height,
PixelFormat format) |
public PictureFormat(int width,
int height,
PixelFormat format)
public PixelFormat getFormat()
public void setFormat(PixelFormat format)
format - the format to setpublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setpublic boolean isValid()
Copyright © 2013. All Rights Reserved.