Class TheFrame


public class TheFrame
extends JFrame

Field Summary

(package private) AppletContext
ac
(package private) BigDCT
bdct
(package private) URL
codebase
(package private) YuvRGBConverter
converter
(package private) TheEventHandler
evth
(package private) TheFDCT
fdct
(package private) Dimension
frameDim
(package private) GridBagConstraints
gbc
(package private) TheGUI
gui
(package private) TheIDCT
idct
(package private) InputImage
ii
(package private) ImageLoader
imageloader
(package private) OutputImage
oi
(package private) Dimension
preferredFrameDim
(package private) TheQuantizer
quantizer
(package private) Dimension
screenDim
(package private) int
screenheight
(package private) int
screenwidth
(package private) SmallDCT
sdct
(package private) Toolkit
tk

Constructor Summary

TheFrame(URL codebase, AppletContext ac)

Method Summary

static void
matrixPrint(double[][] m)
static void
matrixPrint(int[][] m)

Field Details

ac

(package private)  AppletContext ac

bdct

(package private)  BigDCT bdct

codebase

(package private)  URL codebase

converter

(package private)  YuvRGBConverter converter

evth

(package private)  TheEventHandler evth

fdct

(package private)  TheFDCT fdct

frameDim

(package private)  Dimension frameDim

gbc

(package private)  GridBagConstraints gbc

gui

(package private)  TheGUI gui

idct

(package private)  TheIDCT idct

ii

(package private)  InputImage ii

imageloader

(package private)  ImageLoader imageloader

oi

(package private)  OutputImage oi

preferredFrameDim

(package private)  Dimension preferredFrameDim

quantizer

(package private)  TheQuantizer quantizer

screenDim

(package private)  Dimension screenDim

screenheight

(package private)  int screenheight

screenwidth

(package private)  int screenwidth

sdct

(package private)  SmallDCT sdct

tk

(package private)  Toolkit tk

Constructor Details

TheFrame

public TheFrame(URL codebase,
                AppletContext ac)

Method Details

matrixPrint

public static void matrixPrint(double[][] m)

matrixPrint

public static void matrixPrint(int[][] m)