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

java.lang.Objectcom.obrador.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 |
imageobj
public java.awt.Image imageobj
ACtableNumber
public int[] ACtableNumber
BlockHeight
public int[] BlockHeight
BlockWidth
public int[] BlockWidth
CompID
public int[] CompID
Components
public java.lang.Object[] Components
DCtableNumber
public int[] DCtableNumber
HsampFactor
public int[] HsampFactor
QtableNumber
public int[] QtableNumber
VsampFactor
public int[] VsampFactor
compHeight
public int[] compHeight
compWidth
public int[] compWidth
lastColumnIsDummy
public boolean[] lastColumnIsDummy
lastRowIsDummy
public boolean[] lastRowIsDummy
Ah
public int Ah
Al
public int Al
MaxHsampFactor
public int MaxHsampFactor
MaxVsampFactor
public int MaxVsampFactor
NumberOfComponents
public int NumberOfComponents
Precision
public int Precision
Se
public int Se
Ss
public int Ss
imageHeight
public int imageHeight
imageWidth
public int imageWidth
Comment
java.lang.String Comment
| 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()
DownSample
float[][] DownSample(float[][] C,
int comp)
getYCCArray
private void getYCCArray()
|
|||||||||
| Home >> All >> com >> [ obrador overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.obrador.JpegInfo