Serialized Form


Package ij

Class ij.ImageJ extends java.awt.Frame implements Serializable

Serialized Fields

toolbar

Toolbar toolbar

statusBar

java.awt.Panel statusBar

progressBar

ProgressBar progressBar

statusLine

java.awt.Label statusLine

firstTime

boolean firstTime

applet

java.applet.Applet applet

classes

java.util.Vector<E> classes

exitWhenQuitting

boolean exitWhenQuitting

quitting

boolean quitting

keyPressedTime

long keyPressedTime

actionPerformedTime

long actionPerformedTime

lastKeyCommand

java.lang.String lastKeyCommand

embedded

boolean embedded

windowClosed

boolean windowClosed

hotkey

boolean hotkey

Class ij.ImageJApplet extends java.applet.Applet implements Serializable


Package ij.gui

Class ij.gui.Arrow extends Line implements Serializable

Serialized Fields

style

int style

headSize

double headSize

doubleHeaded

boolean doubleHeaded

Class ij.gui.FreehandRoi extends PolygonRoi implements Serializable

Class ij.gui.GenericDialog extends java.awt.Dialog implements Serializable

Serialized Fields

numberField

java.util.Vector<E> numberField

stringField

java.util.Vector<E> stringField

checkbox

java.util.Vector<E> checkbox

choice

java.util.Vector<E> choice

slider

java.util.Vector<E> slider

textArea1

java.awt.TextArea textArea1

textArea2

java.awt.TextArea textArea2

defaultValues

java.util.Vector<E> defaultValues

defaultText

java.util.Vector<E> defaultText

theLabel

java.awt.Component theLabel

cancel

java.awt.Button cancel

okay

java.awt.Button okay

no

java.awt.Button no

help

java.awt.Button help

okLabel

java.lang.String okLabel

wasCanceled

boolean wasCanceled

wasOKed

boolean wasOKed

y

int y

nfIndex

int nfIndex

sfIndex

int sfIndex

cbIndex

int cbIndex

choiceIndex

int choiceIndex

textAreaIndex

int textAreaIndex

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

firstNumericField

boolean firstNumericField

firstSlider

boolean firstSlider

invalidNumber

boolean invalidNumber

errorMessage

java.lang.String errorMessage

firstPaint

boolean firstPaint

labels

java.util.Hashtable<K,V> labels

macro

boolean macro

macroOptions

java.lang.String macroOptions

topInset

int topInset

leftInset

int leftInset

bottomInset

int bottomInset

customInsets

boolean customInsets

sliderIndexes

int[] sliderIndexes

sliderScales

double[] sliderScales

previewCheckbox

java.awt.Checkbox previewCheckbox

dialogListeners

java.util.Vector<E> dialogListeners

pfr

PlugInFilterRunner pfr

previewLabel

java.lang.String previewLabel

recorderOn

boolean recorderOn

yesNoCancel

boolean yesNoCancel

echoChar

char echoChar

hideCancelButton

boolean hideCancelButton

centerDialog

boolean centerDialog

helpURL

java.lang.String helpURL

yesLabel

java.lang.String yesLabel

noLabel

java.lang.String noLabel

Class ij.gui.HistogramWindow extends ImageWindow implements Serializable

Serialized Fields

stats

ImageStatistics stats

histogram

int[] histogram

lut

LookUpTable lut

frame

java.awt.Rectangle frame

list

java.awt.Button list

save

java.awt.Button save

copy

java.awt.Button copy

log

java.awt.Button log

value

java.awt.Label value

count

java.awt.Label count

decimalPlaces

int decimalPlaces

digits

int digits

newMaxCount

int newMaxCount

plotScale

int plotScale

logScale

boolean logScale

cal

Calibration cal

yMax

int yMax

Class ij.gui.HTMLDialog extends javax.swing.JDialog implements Serializable

Class ij.gui.ImageCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

imp

ImagePlus imp

imageUpdated

boolean imageUpdated

srcRect

java.awt.Rectangle srcRect

imageWidth

int imageWidth

imageHeight

int imageHeight

xMouse

int xMouse

yMouse

int yMouse

showCursorStatus

boolean showCursorStatus

sx2

int sx2

sy2

int sy2

disablePopupMenu

boolean disablePopupMenu

showAllROIs

boolean showAllROIs

labelRects

java.awt.Rectangle[] labelRects

maxBoundsReset

boolean maxBoundsReset

overlay

Overlay overlay

showAllList

Overlay showAllList

resetMaxBoundsCount

int resetMaxBoundsCount

currentRoi

Roi currentRoi

ij

ImageJ ij

magnification

double magnification

dstWidth

int dstWidth

dstHeight

int dstHeight

xMouseStart

int xMouseStart

yMouseStart

int yMouseStart

xSrcStart

int xSrcStart

ySrcStart

int ySrcStart

flags

int flags

offScreenImage

java.awt.Image offScreenImage

offScreenWidth

int offScreenWidth

offScreenHeight

int offScreenHeight

mouseExited

boolean mouseExited

customRoi

boolean customRoi

firstFrame

long firstFrame

frames

int frames

fps

int fps

count

int count

Class ij.gui.ImageRoi extends Roi implements Serializable

Serialized Fields

img

java.awt.Image img

composite

java.awt.Composite composite

opacity

double opacity

Class ij.gui.ImageWindow extends java.awt.Frame implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

ic

ImageCanvas ic

initialMagnification

double initialMagnification

newWidth

int newWidth

newHeight

int newHeight

closed

boolean closed

newCanvas

boolean newCanvas

unzoomWhenMinimizing

boolean unzoomWhenMinimizing

maxWindowBounds

java.awt.Rectangle maxWindowBounds

maxBounds

java.awt.Rectangle maxBounds

setMaxBoundsTime

long setMaxBoundsTime

textGap

int textGap

running

boolean running
This variable is set false if the user presses the escape key or closes the window.


running2

boolean running2
This variable is set false if the user clicks in this window, presses the escape key, or closes the window.

Class ij.gui.Line extends Roi implements Serializable

Serialized Fields

x1

int x1

y1

int y1

x2

int x2

y2

int y2

x1d

double x1d

y1d

double y1d

x2d

double x2d

y2d

double y2d

x1R

double x1R

y1R

double y1R

x2R

double x2R

y2R

double y2R

xHandleOffset

double xHandleOffset

yHandleOffset

double yHandleOffset

startxd

double startxd

startyd

double startyd

Class ij.gui.MessageDialog extends java.awt.Dialog implements Serializable

Serialized Fields

button

java.awt.Button button

label

MultiLineLabel label

Class ij.gui.MultiLineLabel extends java.awt.Canvas implements Serializable

Serialized Fields

lines

java.lang.String[] lines

num_lines

int num_lines

margin_width

int margin_width

margin_height

int margin_height

line_height

int line_height

line_ascent

int line_ascent

line_widths

int[] line_widths

min_width

int min_width

max_width

int max_width

Class ij.gui.NonBlockingGenericDialog extends GenericDialog implements Serializable

Class ij.gui.OvalRoi extends Roi implements Serializable

Class ij.gui.PlotWindow extends ImageWindow implements Serializable

Serialized Fields

list

java.awt.Button list

save

java.awt.Button save

copy

java.awt.Button copy

coordinates

java.awt.Label coordinates

font

java.awt.Font font

defaultDigits

int defaultDigits

realXValues

boolean realXValues

xdigits

int xdigits

ydigits

int ydigits

markSize

int markSize

plot

Plot plot

Class ij.gui.PointRoi extends PolygonRoi implements Serializable

Serialized Fields

saveMag

double saveMag

Class ij.gui.PolygonRoi extends Roi implements Serializable

Serialized Fields

maxPoints

int maxPoints

xp

int[] xp

yp

int[] yp

xp2

int[] xp2

yp2

int[] yp2

nPoints

int nPoints

xSpline

float[] xSpline

ySpline

float[] ySpline

splinePoints

int splinePoints

clip

java.awt.Rectangle clip

angle1

double angle1

degrees

double degrees

xClipMin

int xClipMin

yClipMin

int yClipMin

xClipMax

int xClipMax

yClipMax

int yClipMax

userCreated

boolean userCreated

mouseUpTime

long mouseUpTime

Class ij.gui.ProgressBar extends java.awt.Canvas implements Serializable

Serialized Fields

canvasWidth

int canvasWidth

canvasHeight

int canvasHeight

x

int x

y

int y

width

int width

height

int height

percent

double percent

lastTime

long lastTime

showBar

boolean showBar

batchMode

boolean batchMode

barColor

java.awt.Color barColor

fillColor

java.awt.Color fillColor

backgroundColor

java.awt.Color backgroundColor

frameBrighter

java.awt.Color frameBrighter

frameDarker

java.awt.Color frameDarker

Class ij.gui.Roi extends java.lang.Object implements Serializable

Serialized Fields

startX

int startX

startY

int startY

x

int x

y

int y

width

int width

height

int height

activeHandle

int activeHandle

state

int state

modState

int modState

arcSize

int arcSize

type

int type

xMax

int xMax

yMax

int yMax

imp

ImagePlus imp

imageID

int imageID

ic

ImageCanvas ic

oldX

int oldX

oldY

int oldY

oldWidth

int oldWidth

oldHeight

int oldHeight

clipX

int clipX

clipY

int clipY

clipWidth

int clipWidth

clipHeight

int clipHeight

clipboard

ImagePlus clipboard

constrain

boolean constrain

center

boolean center

aspect

boolean aspect

updateFullWindow

boolean updateFullWindow

mag

double mag

asp_bk

double asp_bk

name

java.lang.String name

cachedMask

ImageProcessor cachedMask

handleColor

java.awt.Color handleColor

strokeColor

java.awt.Color strokeColor

instanceColor

java.awt.Color instanceColor

fillColor

java.awt.Color fillColor

stroke

java.awt.BasicStroke stroke

nonScalable

boolean nonScalable

overlay

boolean overlay

wideLine

boolean wideLine

Class ij.gui.SaveChangesDialog extends java.awt.Dialog implements Serializable

Serialized Fields

dontSave

java.awt.Button dontSave

cancel

java.awt.Button cancel

save

java.awt.Button save

cancelPressed

boolean cancelPressed

savePressed

boolean savePressed

Class ij.gui.ScrollbarWithLabel extends java.awt.Panel implements Serializable

Serialized Fields

bar

java.awt.Scrollbar bar

label

java.awt.Label label

playPauseButton

ij.gui.ScrollbarWithLabel.PlayPauseButton playPauseButton

stackWindow

StackWindow stackWindow

Class ij.gui.ShapeRoi extends Roi implements Serializable

Serialized Fields

shape

java.awt.Shape shape
The java.awt.Shape encapsulated by this object.


maxerror

double maxerror
The instance value of the maximum tolerance (MAXERROR) allowed in calculating the length of the curve segments of this ROI's shape.


flatness

double flatness
The instance value of the coefficient (FLATNESS) used to obtain a flattened version of this ROI's shape.


maxPoly

int maxPoly
The instance value of MAXPOLY.


flatten

boolean flatten
If true then methods that manipulate this ROI's shape will work on a flattened version of the shape.


forceTrace

boolean forceTrace
Flag which specifies how Roi objects will be constructed from closed (sub)paths having more than MAXPOLY and composed exclusively of line segments. If true then (sub)path will be parsed into a Roi.TRACED_ROI; else, into a Roi.FREEROI.


forceAngle

boolean forceAngle
Flag which specifies if Roi objects constructed from open (sub)paths composed of only two line segments will be of type Roi.ANGLE. If true then (sub)path will be parsed into a Roi.ANGLE; else, into a Roi.POLYLINE.


savedRois

java.util.Vector<E> savedRois

Class ij.gui.StackWindow extends ImageWindow implements Serializable

Serialized Fields

sliceSelector

java.awt.Scrollbar sliceSelector

cSelector

ScrollbarWithLabel cSelector

zSelector

ScrollbarWithLabel zSelector

tSelector

ScrollbarWithLabel tSelector

thread

java.lang.Thread thread

done

boolean done

slice

int slice

animationSelector

ScrollbarWithLabel animationSelector

hyperStack

boolean hyperStack

nChannels

int nChannels

nSlices

int nSlices

nFrames

int nFrames

c

int c

z

int z

t

int t

Class ij.gui.TextRoi extends Roi implements Serializable

Serialized Fields

theText

java.lang.String[] theText

instanceFont

java.awt.Font instanceFont

previousMag

double previousMag

firstChar

boolean firstChar

firstMouseUp

boolean firstMouseUp

cline

int cline

Class ij.gui.Toolbar extends java.awt.Canvas implements Serializable

Serialized Fields

ps

java.awt.Dimension ps

down

boolean[] down

previous

int previous

x

int x

y

int y

xOffset

int xOffset

yOffset

int yOffset

mouseDownTime

long mouseDownTime

g

java.awt.Graphics g

mpPrevious

int mpPrevious

names

java.lang.String[] names

icons

java.lang.String[] icons

menus

java.awt.PopupMenu[] menus

pc

int pc

icon

java.lang.String icon

macroInstaller

MacroInstaller macroInstaller

startupTime

int startupTime

rectPopup

java.awt.PopupMenu rectPopup

ovalPopup

java.awt.PopupMenu ovalPopup

pointPopup

java.awt.PopupMenu pointPopup

linePopup

java.awt.PopupMenu linePopup

switchPopup

java.awt.PopupMenu switchPopup

rectItem

java.awt.CheckboxMenuItem rectItem

roundRectItem

java.awt.CheckboxMenuItem roundRectItem

ovalItem

java.awt.CheckboxMenuItem ovalItem

brushItem

java.awt.CheckboxMenuItem brushItem

pointItem

java.awt.CheckboxMenuItem pointItem

multiPointItem

java.awt.CheckboxMenuItem multiPointItem

straightLineItem

java.awt.CheckboxMenuItem straightLineItem

polyLineItem

java.awt.CheckboxMenuItem polyLineItem

freeLineItem

java.awt.CheckboxMenuItem freeLineItem

arrowItem

java.awt.CheckboxMenuItem arrowItem

currentSet

java.lang.String currentSet

lineType

int lineType

gray

java.awt.Color gray

brighter

java.awt.Color brighter

darker

java.awt.Color darker

evenDarker

java.awt.Color evenDarker

triangleColor

java.awt.Color triangleColor

toolColor

java.awt.Color toolColor

Class ij.gui.TrimmedButton extends java.awt.Button implements Serializable

Serialized Fields

trim

int trim

Class ij.gui.WaitForUserDialog extends java.awt.Dialog implements Serializable

Serialized Fields

button

java.awt.Button button

label

MultiLineLabel label

Class ij.gui.YesNoCancelDialog extends java.awt.Dialog implements Serializable

Serialized Fields

yesB

java.awt.Button yesB

noB

java.awt.Button noB

cancelB

java.awt.Button cancelB

cancelPressed

boolean cancelPressed

yesPressed

boolean yesPressed

firstPaint

boolean firstPaint

Package ij.plugin.frame

Class ij.plugin.frame.Channels extends PlugInFrame implements Serializable

Serialized Fields

choice

java.awt.Choice choice

checkbox

java.awt.Checkbox[] checkbox

moreButton

java.awt.Button moreButton

id

int id

pm

java.awt.PopupMenu pm

Class ij.plugin.frame.ColorPicker extends PlugInFrame implements Serializable

Class ij.plugin.frame.ColorThresholder extends PlugInFrame implements Serializable

Serialized Fields

flag

boolean flag

colmode

int colmode

thread

java.lang.Thread thread

plot

ij.plugin.frame.ColorThresholder.BandPlot plot

splot

ij.plugin.frame.ColorThresholder.BandPlot splot

bplot

ij.plugin.frame.ColorThresholder.BandPlot bplot

sliderRange

int sliderRange

panelh

java.awt.Panel panelh

panels

java.awt.Panel panels

panelb

java.awt.Panel panelb

panel

java.awt.Panel panel

panelt

java.awt.Panel panelt

panelMode

java.awt.Panel panelMode

originalB

java.awt.Button originalB

filteredB

java.awt.Button filteredB

stackB

java.awt.Button stackB

helpB

java.awt.Button helpB

sampleB

java.awt.Button sampleB

resetallB

java.awt.Button resetallB

newB

java.awt.Button newB

macroB

java.awt.Button macroB

bandPassH

java.awt.Checkbox bandPassH

bandStopH

java.awt.Checkbox bandStopH

bandPassS

java.awt.Checkbox bandPassS

bandStopS

java.awt.Checkbox bandStopS

bandPassB

java.awt.Checkbox bandPassB

bandStopB

java.awt.Checkbox bandStopB

threshold

java.awt.Checkbox threshold

blackBackground

java.awt.Checkbox blackBackground

hsb

java.awt.Checkbox hsb

rgb

java.awt.Checkbox rgb

lab

java.awt.Checkbox lab

yuv

java.awt.Checkbox yuv

filterTypeH

java.awt.CheckboxGroup filterTypeH

filterTypeS

java.awt.CheckboxGroup filterTypeS

filterTypeB

java.awt.CheckboxGroup filterTypeB

colourMode

java.awt.CheckboxGroup colourMode

previousImageID

int previousImageID

previousSlice

int previousSlice

ij

ImageJ ij

minHue

int minHue

minSat

int minSat

minBri

int minBri

maxHue

int maxHue

maxSat

int maxSat

maxBri

int maxBri

minSlider

java.awt.Scrollbar minSlider

maxSlider

java.awt.Scrollbar maxSlider

minSlider2

java.awt.Scrollbar minSlider2

maxSlider2

java.awt.Scrollbar maxSlider2

minSlider3

java.awt.Scrollbar minSlider3

maxSlider3

java.awt.Scrollbar maxSlider3

label1

java.awt.Label label1

label2

java.awt.Label label2

label3

java.awt.Label label3

label4

java.awt.Label label4

label5

java.awt.Label label5

label6

java.awt.Label label6

labelh

java.awt.Label labelh

labels

java.awt.Label labels

labelb

java.awt.Label labelb

labelf

java.awt.Label labelf

done

boolean done

hSource

byte[] hSource

sSource

byte[] sSource

bSource

byte[] bSource

fillMask

byte[] fillMask

fillMaskIP

ImageProcessor fillMaskIP

restore

int[] restore

imp

ImagePlus imp

ip

ImageProcessor ip

numSlices

int numSlices

stack

ImageStack stack

width

int width

height

int height

numPixels

int numPixels

Class ij.plugin.frame.ContrastAdjuster extends PlugInFrame implements Serializable

Serialized Fields

plot

ij.plugin.frame.ContrastPlot plot

thread

java.lang.Thread thread

minSliderValue

int minSliderValue

maxSliderValue

int maxSliderValue

brightnessValue

int brightnessValue

contrastValue

int contrastValue

sliderRange

int sliderRange

doAutoAdjust

boolean doAutoAdjust

doReset

boolean doReset

doSet

boolean doSet

doApplyLut

boolean doApplyLut

panel

java.awt.Panel panel

tPanel

java.awt.Panel tPanel

autoB

java.awt.Button autoB

resetB

java.awt.Button resetB

setB

java.awt.Button setB

applyB

java.awt.Button applyB

previousImageID

int previousImageID

previousType

int previousType

previousSlice

int previousSlice

previousSnapshot

java.lang.Object previousSnapshot

ij

ImageJ ij

min

double min

max

double max

previousMin

double previousMin

previousMax

double previousMax

defaultMin

double defaultMin

defaultMax

double defaultMax

contrast

int contrast

brightness

int brightness

RGBImage

boolean RGBImage

minSlider

java.awt.Scrollbar minSlider

maxSlider

java.awt.Scrollbar maxSlider

contrastSlider

java.awt.Scrollbar contrastSlider

brightnessSlider

java.awt.Scrollbar brightnessSlider

minLabel

java.awt.Label minLabel

maxLabel

java.awt.Label maxLabel

windowLabel

java.awt.Label windowLabel

levelLabel

java.awt.Label levelLabel

done

boolean done

autoThreshold

int autoThreshold

gridbag

java.awt.GridBagLayout gridbag

c

java.awt.GridBagConstraints c

y

int y

windowLevel

boolean windowLevel

balance

boolean balance

monoFont

java.awt.Font monoFont

sanFont

java.awt.Font sanFont

channels

int channels

choice

java.awt.Choice choice

Class ij.plugin.frame.Editor extends PlugInFrame implements Serializable

Serialized Fields

ta

java.awt.TextArea ta

path

java.lang.String path

changes

boolean changes

fileMenu

java.awt.Menu fileMenu

editMenu

java.awt.Menu editMenu

p

java.util.Properties p

macroStarts

int[] macroStarts

macroNames

java.lang.String[] macroNames

mb

java.awt.MenuBar mb

macrosMenu

java.awt.Menu macrosMenu

nMacros

int nMacros

pgm

Program pgm

eventCount

int eventCount

shortcutsInUse

java.lang.String shortcutsInUse

inUseCount

int inUseCount

installer

MacroInstaller installer

dontShowWindow

boolean dontShowWindow

sizes

int[] sizes

fontSize

int fontSize

monospaced

java.awt.CheckboxMenuItem monospaced

isMacroWindow

boolean isMacroWindow

debugStart

int debugStart

debugEnd

int debugEnd

step

boolean step

previousLine

int previousLine

runToLine

int runToLine

fixedLineEndings

boolean fixedLineEndings

Class ij.plugin.frame.Fitter extends PlugInFrame implements Serializable

Serialized Fields

fit

java.awt.Choice fit

doIt

java.awt.Button doIt

open

java.awt.Button open

apply

java.awt.Button apply

settings

java.awt.Checkbox settings

fitTypeStr

java.lang.String fitTypeStr

textArea

java.awt.TextArea textArea

dx

double[] dx

dy

double[] dy

x

double[] x

y

double[] y

Class ij.plugin.frame.Fonts extends PlugInFrame implements Serializable

Serialized Fields

panel

java.awt.Panel panel

font

java.awt.Choice font

size

java.awt.Choice size

style

java.awt.Choice style

checkbox

java.awt.Checkbox checkbox

Class ij.plugin.frame.LineWidthAdjuster extends PlugInFrame implements Serializable

Serialized Fields

sliderRange

int sliderRange

slider

java.awt.Scrollbar slider

value

int value

setText

boolean setText

thread

java.lang.Thread thread

done

boolean done

tf

java.awt.TextField tf

checkbox

java.awt.Checkbox checkbox

Class ij.plugin.frame.PasteController extends PlugInFrame implements Serializable

Serialized Fields

panel

java.awt.Panel panel

pasteMode

java.awt.Choice pasteMode

Class ij.plugin.frame.PlugInFrame extends java.awt.Frame implements Serializable

Serialized Fields

title

java.lang.String title

Class ij.plugin.frame.Recorder extends PlugInFrame implements Serializable

Serialized Fields

mode

java.awt.Choice mode

makeMacro

java.awt.Button makeMacro

help

java.awt.Button help

fileName

java.awt.TextField fileName

fitTypeStr

java.lang.String fitTypeStr

Class ij.plugin.frame.RoiManager extends PlugInFrame implements Serializable

Serialized Fields

panel

java.awt.Panel panel

list

java.awt.List list

rois

java.util.Hashtable<K,V> rois

roiCopy

Roi roiCopy

canceled

boolean canceled

macro

boolean macro

ignoreInterrupts

boolean ignoreInterrupts

pm

java.awt.PopupMenu pm

moreButton

java.awt.Button moreButton

colorButton

java.awt.Button colorButton

showAllCheckbox

java.awt.Checkbox showAllCheckbox

labelsCheckbox

java.awt.Checkbox labelsCheckbox

prevID

int prevID

noUpdateMode

boolean noUpdateMode

defaultLineWidth

int defaultLineWidth

defaultColor

java.awt.Color defaultColor

firstTime

boolean firstTime

Class ij.plugin.frame.ThresholdAdjuster extends PlugInFrame implements Serializable

Serialized Fields

plot

ij.plugin.frame.ThresholdPlot plot

thread

java.lang.Thread thread

minValue

int minValue

maxValue

int maxValue

sliderRange

int sliderRange

doAutoAdjust

boolean doAutoAdjust

doReset

boolean doReset

doApplyLut

boolean doApplyLut

doStateChange

boolean doStateChange

doSet

boolean doSet

panel

java.awt.Panel panel

autoB

java.awt.Button autoB

resetB

java.awt.Button resetB

applyB

java.awt.Button applyB

setB

java.awt.Button setB

previousImageID

int previousImageID

previousImageType

int previousImageType

previousMin

double previousMin

previousMax

double previousMax

previousSlice

int previousSlice

ij

ImageJ ij

minThreshold

double minThreshold

maxThreshold

double maxThreshold

minSlider

java.awt.Scrollbar minSlider

maxSlider

java.awt.Scrollbar maxSlider

label1

java.awt.Label label1

label2

java.awt.Label label2

done

boolean done

invertedLut

boolean invertedLut

lutColor

int lutColor

methodChoice

java.awt.Choice methodChoice

modeChoice

java.awt.Choice modeChoice

darkBackground

java.awt.Checkbox darkBackground

firstActivation

boolean firstActivation

useExistingTheshold

boolean useExistingTheshold

Package ij.text

Class ij.text.TextPanel extends java.awt.Panel implements Serializable

Serialized Fields

iGridWidth

int iGridWidth

iGridHeight

int iGridHeight

iX

int iX

iY

int iY

sColHead

java.lang.String[] sColHead

vData

java.util.Vector<E> vData

iColWidth

int[] iColWidth

iColCount

int iColCount

iRowCount

int iRowCount

iRowHeight

int iRowHeight

iFirstRow

int iFirstRow

sbHoriz

java.awt.Scrollbar sbHoriz

sbVert

java.awt.Scrollbar sbVert

iSbWidth

int iSbWidth

iSbHeight

int iSbHeight

bDrag

boolean bDrag

iXDrag

int iXDrag

iColDrag

int iColDrag

headings

boolean headings

title

java.lang.String title

labels

java.lang.String labels

keyListener

java.awt.event.KeyListener keyListener

resizeCursor

java.awt.Cursor resizeCursor

defaultCursor

java.awt.Cursor defaultCursor

selStart

int selStart

selEnd

int selEnd

selOrigin

int selOrigin

selLine

int selLine

tc

ij.text.TextCanvas tc

pm

java.awt.PopupMenu pm

columnsManuallyAdjusted

boolean columnsManuallyAdjusted

mouseDownTime

long mouseDownTime

filePath

java.lang.String filePath

rt

ResultsTable rt

unsavedLines

boolean unsavedLines

Class ij.text.TextWindow extends java.awt.Frame implements Serializable

Serialized Fields

textPanel

TextPanel textPanel

antialiased

java.awt.CheckboxMenuItem antialiased

sizes

int[] sizes

fontSize

int fontSize