public class JPEGFrame extends Object
Modifier and Type | Field | Description |
---|---|---|
private JPEGFrameComponent[] |
components |
|
private int |
height |
|
private int |
numComponents |
|
private int |
samplePrecision |
|
private int |
width |
Constructor | Description |
---|---|
JPEGFrame() |
Modifier and Type | Method | Description |
---|---|---|
JPEGFrameComponent[] |
getComponents() |
|
int |
getHeight() |
|
int |
getNumComponents() |
|
int |
getSamplePrecision() |
|
int |
getWidth() |
|
void |
setComponents(JPEGFrameComponent[] components) |
|
void |
setHeight(int i) |
|
void |
setNumComponents(int i) |
|
void |
setSamplePrecision(int i) |
|
void |
setWidth(int i) |
|
String |
toString() |
private JPEGFrameComponent[] components
private int numComponents
private int height
private int samplePrecision
private int width
public JPEGFrameComponent[] getComponents()
public int getHeight()
public int getNumComponents()
public int getSamplePrecision()
public int getWidth()
public void setComponents(JPEGFrameComponent[] components)
public void setHeight(int i)
public void setNumComponents(int i)
public void setSamplePrecision(int i)
public void setWidth(int i)