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.

 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 a

 javax.imageio.IIOImage

has a

 java.awt.image.BufferedImage

has a

 java.awt.image.Raster

and has a

 javax.imageio.metadata.IIOMetadata

and has a

 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