Site logo, www.grelf.net
 

ImFrame class structure

 

ImFrame is the class which displays each image in its own window. This page describes the structure of an ImFrame in terms of other classes in the API for GRIP. Classes and interfaces are in package net.grelf.grip unless otherwise stated.

 class ImFrame

is a javax.swing.JFrame

has a

 class ImPane

is a javax.swing.JComponent

has two (unscaled and scaled) of

 class Im

has either a

 javax.imageio.IIOImage

has a

 java.awt.image.BufferedImage

has a

 java.awt.image.Raster

and has a

 javax.imageio.metadata.IIOMetadata

or a

 implementation of Image

(could be ImageInt, ImageDouble, AccumulatorInt or AccumulatorDouble)

has a

 class Metadata

and has a

 class Calibration

and has a

 class GlassPane

is a javax.swing.JComponent

has a

 enum DrawingMode

and has a

 class PointList

has a

 class java.util.ArrayList <java.awt.Point>

and has a

 byte [][] mask

Next page