|
|||||||||
| Home >> All >> org >> ydp >> [ gfx overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ydp.gfx
Class JpegInfo

java.lang.Objectorg.ydp.gfx.JpegInfo
- class JpegInfo
- extends java.lang.Object
| Field Summary | |
int[] |
ACtableNumber
|
int |
Ah
|
int |
Al
|
int[] |
BlockHeight
|
int[] |
BlockWidth
|
(package private) java.lang.String |
Comment
|
int[] |
compHeight
|
int[] |
CompID
|
java.lang.Object[] |
Components
|
int[] |
compWidth
|
int[] |
DCtableNumber
|
int[] |
HsampFactor
|
int |
imageHeight
|
java.awt.Image |
imageobj
|
int |
imageWidth
|
boolean[] |
lastColumnIsDummy
|
boolean[] |
lastRowIsDummy
|
int |
MaxHsampFactor
|
int |
MaxVsampFactor
|
int |
NumberOfComponents
|
int |
Precision
|
int[] |
QtableNumber
|
int |
Se
|
int |
Ss
|
int[] |
VsampFactor
|
| Constructor Summary | |
JpegInfo(java.awt.Image image)
|
|
| Method Summary | |
(package private) float[][] |
DownSample(float[][] C,
int comp)
|
java.lang.String |
getComment()
|
private void |
getYCCArray()
|
void |
setComment(java.lang.String comment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Comment
java.lang.String Comment
imageobj
public java.awt.Image imageobj
imageHeight
public int imageHeight
imageWidth
public int imageWidth
BlockWidth
public int[] BlockWidth
BlockHeight
public int[] BlockHeight
Precision
public int Precision
NumberOfComponents
public int NumberOfComponents
Components
public java.lang.Object[] Components
CompID
public int[] CompID
HsampFactor
public int[] HsampFactor
VsampFactor
public int[] VsampFactor
QtableNumber
public int[] QtableNumber
DCtableNumber
public int[] DCtableNumber
ACtableNumber
public int[] ACtableNumber
lastColumnIsDummy
public boolean[] lastColumnIsDummy
lastRowIsDummy
public boolean[] lastRowIsDummy
Ss
public int Ss
Se
public int Se
Ah
public int Ah
Al
public int Al
compWidth
public int[] compWidth
compHeight
public int[] compHeight
MaxHsampFactor
public int MaxHsampFactor
MaxVsampFactor
public int MaxVsampFactor
| Constructor Detail |
JpegInfo
public JpegInfo(java.awt.Image image)
| Method Detail |
setComment
public void setComment(java.lang.String comment)
getComment
public java.lang.String getComment()
getYCCArray
private void getYCCArray()
DownSample
float[][] DownSample(float[][] C,
int comp)
|
|||||||||
| Home >> All >> org >> ydp >> [ gfx overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.ydp.gfx.JpegInfo