org.jmol.util
Class JpegInfo

java.lang.Object
  extended by org.jmol.util.JpegInfo

 class JpegInfo
extends java.lang.Object


Field Summary
(package private)  int[] ACtableNumber
           
(package private)  int Ah
           
(package private)  int Al
           
private  ApiPlatform apiPlatform
           
(package private)  int[] BlockHeight
           
(package private)  int[] BlockWidth
           
(package private)  java.lang.String Comment
           
private  int[] compHeight
           
(package private)  int[] CompID
           
(package private)  float[][][] Components
           
private  int[] compWidth
           
(package private)  int[] DCtableNumber
           
(package private)  int[] HsampFactor
           
(package private)  int imageHeight
           
private  java.lang.Object imageobj
           
(package private)  int imageWidth
           
private  boolean[] lastColumnIsDummy
           
private  boolean[] lastRowIsDummy
           
private  int MaxHsampFactor
           
private  int MaxVsampFactor
           
(package private)  int NumberOfComponents
           
(package private)  int Precision
           
(package private)  int[] QtableNumber
           
(package private)  int Se
           
(package private)  int Ss
           
(package private)  int[] VsampFactor
           
 
Constructor Summary
JpegInfo(ApiPlatform apiPlatform, java.lang.Object image, java.lang.String comment)
           
 
Method Summary
private  void getYCCArray()
           
 
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

private java.lang.Object imageobj

imageHeight

int imageHeight

imageWidth

int imageWidth

BlockWidth

int[] BlockWidth

BlockHeight

int[] BlockHeight

Precision

int Precision

NumberOfComponents

int NumberOfComponents

Components

float[][][] Components

CompID

int[] CompID

HsampFactor

int[] HsampFactor

VsampFactor

int[] VsampFactor

QtableNumber

int[] QtableNumber

DCtableNumber

int[] DCtableNumber

ACtableNumber

int[] ACtableNumber

lastColumnIsDummy

private boolean[] lastColumnIsDummy

lastRowIsDummy

private boolean[] lastRowIsDummy

Ss

int Ss

Se

int Se

Ah

int Ah

Al

int Al

compWidth

private int[] compWidth

compHeight

private int[] compHeight

MaxHsampFactor

private int MaxHsampFactor

MaxVsampFactor

private int MaxVsampFactor

apiPlatform

private ApiPlatform apiPlatform
Constructor Detail

JpegInfo

public JpegInfo(ApiPlatform apiPlatform,
                java.lang.Object image,
                java.lang.String comment)
Method Detail

getYCCArray

private void getYCCArray()