Serialized Form


Package com.bric.swing

Class com.bric.swing.ColorPicker extends javax.swing.JPanel implements Serializable

serialVersionUID: 3L

Serialized Fields

grayBorder

javax.swing.border.Border grayBorder

options

javax.swing.JPanel options

slider

javax.swing.JSlider slider
The vertical slider


adjustingSpinners

int adjustingSpinners
Used to indicate when we're internally adjusting the value of the spinners. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingSlider

int adjustingSlider
Used to indicate when we're internally adjusting the value of the slider. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingColorPanel

int adjustingColorPanel
Used to indicate when we're internally adjusting the selected color of the ColorPanel. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingHexField

int adjustingHexField
Used to indicate when we're internally adjusting the value of the hex field. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingOpacity

int adjustingOpacity
Used to indicate when we're internally adjusting the value of the opacity. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


expertControls

javax.swing.JPanel expertControls
The "expert" controls are the controls on the right side of this panel: the labels/spinners/radio buttons.


colorPanel

ColorPickerPanel colorPanel

opacitySlider

javax.swing.JSlider opacitySlider
The horizontal opacity slider


opacityLabel

javax.swing.JLabel opacityLabel

hexLabel

javax.swing.JLabel hexLabel

hexField

javax.swing.JTextField hexField

changeListener

javax.swing.event.ChangeListener changeListener

actionListener

java.awt.event.ActionListener actionListener

hexDocListener

com.bric.swing.ColorPicker.HexDocumentListener hexDocListener

alpha

ColorPicker.Option alpha

hue

ColorPicker.Option hue

sat

ColorPicker.Option sat

bri

ColorPicker.Option bri

red

ColorPicker.Option red

green

ColorPicker.Option green

blue

ColorPicker.Option blue

preview

ColorSwatch preview

lastOpacity

float lastOpacity

Class com.bric.swing.ColorPickerPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

row

int[] row
A row of pixel data we recycle every time we regenerate this image.


imagePadding

java.awt.Insets imagePadding

image

java.awt.image.BufferedImage image

mode

int mode

point

java.awt.Point point

changeListeners

java.util.Vector<E> changeListeners

writableRaster

java.awt.image.WritableRaster writableRaster

hue

float hue

sat

float sat

bri

float bri

red

int red

green

int green

blue

int blue

mouseListener

javax.swing.event.MouseInputListener mouseListener

keyListener

java.awt.event.KeyListener keyListener

focusListener

java.awt.event.FocusListener focusListener

componentListener

java.awt.event.ComponentListener componentListener

Class com.bric.swing.ColorSwatch extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

menu

javax.swing.JPopupMenu menu

copyItem

javax.swing.JMenuItem copyItem

mouseListener

java.awt.event.MouseListener mouseListener

actionListener

java.awt.event.ActionListener actionListener

w

int w

Package com.ibm

Class com.ibm.JCalendar extends PlugInFrame implements Serializable

Serialized Fields

calendar

Calendar calendar

analogClock

IClock analogClock

digitalClock

IClock digitalClock

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

ij

ImageJ ij

Class com.ibm.JCalendar.CalendarClock extends javax.swing.JComponent implements Serializable

Class com.ibm.JCalendar.CalendarPanel extends javax.swing.JPanel implements Serializable

Class com.ibm.JCalendar.ClockClock extends javax.swing.JComponent implements Serializable


Package com.ibm.calendar

Class com.ibm.calendar.BlueTheme extends java.lang.Object implements Serializable

Serialized Fields

resources

java.util.Hashtable<K,V> resources

fieldAboutThisBean

java.lang.String fieldAboutThisBean

Class com.ibm.calendar.Calendar extends javax.swing.JComponent implements Serializable

Serialized Fields

firstDayOfWeek

int firstDayOfWeek
holds a number representing the day which must be drawn as the first day of week.


weightX

int weightX
used for placing the days in the correct place on the panel.


weightY

int weightY
used for placing the days in the correct place on the panel.


noOfDaysBefor

int noOfDaysBefor
holds number of days before the current month relative to 42.


noOfDaysAfter

int noOfDaysAfter
holds number of days after the current month relative to 42.


currentMonthDaysNum

int currentMonthDaysNum
holds number of days of the current month.


previousMonthDaysNum

int previousMonthDaysNum
holds number of days of the previous month.


pluginName

java.lang.String pluginName
holds the name of the plugin from the popup Menu.


activePlugin

Plugin activePlugin
holds the plugin that is now activated.


aCalendar

java.util.Calendar aCalendar
used for date processing.


fieldSelectedDate

java.util.Date fieldSelectedDate
holds the date from calendar.


fieldInitialDate

java.util.Date fieldInitialDate
holds the initial date for calendar.


plugins

java.util.Vector<E> plugins
holds all the plugins that was added to the calendar.


fieldInputTheme

Theme fieldInputTheme
holds the new theme.


fieldAboutThisBean

java.lang.String fieldAboutThisBean
holds a description of this bean.


fieldResultSelectedDateAsString

java.lang.String fieldResultSelectedDateAsString
holds a value of the selected date.


ivjMonthsList

javax.swing.JComboBox ivjMonthsList

ivjYearsList

javax.swing.JComboBox ivjYearsList

ivjDayPlugin

javax.swing.JMenuItem ivjDayPlugin

ivjNotePlugin

javax.swing.JMenuItem ivjNotePlugin

ivjToDoPlugin

javax.swing.JMenuItem ivjToDoPlugin

ivjPlugins

javax.swing.JPopupMenu ivjPlugins

fieldInputPlugin

Plugin fieldInputPlugin

fieldFirstDayOfWeek

int fieldFirstDayOfWeek
holds the number of first day of week set on the property sheet (not set:-1).


dayCircle

com.ibm.calendar.DayCircle dayCircle

holidays

java.util.Vector<E> holidays

fieldHolidays

java.lang.String fieldHolidays

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

offset

int offset

dayButtonWidth

int dayButtonWidth

dayButtonHeight

int dayButtonHeight

width

int width

height

int height

doffwx

int doffwx

doffwy

int doffwy

plainDilaog

java.awt.Font plainDilaog

boldDilaog

java.awt.Font boldDilaog

xoffset

int xoffset

yoffset

int yoffset

running

boolean running

timer

java.lang.Thread timer

lastMonthDay

int lastMonthDay

fieldSelectType

int fieldSelectType
holds a number of selection type (0:every day, 1:workday, 2:weekend/holiday).


clock

IClock clock

time

Time time

Class com.ibm.calendar.CalendarFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

calendar

Calendar calendar

Class com.ibm.calendar.DayPlugin extends java.awt.Panel implements Serializable

Serialized Fields

fieldAboutThisBean

java.lang.String fieldAboutThisBean
holds a description of dayPlugin bean.


fieldResultSelectedIntervalAsString

java.lang.String fieldResultSelectedIntervalAsString
holds the time selected from list whene UpdateButton is pressed.


fieldInitialTimeInterval

java.lang.String fieldInitialTimeInterval
holds the time interval that is selected in Design Time.


fieldResultSelectedStartTime

java.lang.String fieldResultSelectedStartTime
holds an value of the start time that is selected.


fieldResultSelectedEndTime

java.lang.String fieldResultSelectedEndTime
holds an value of the end time that is selected.


IntervalInArray

java.lang.String[] IntervalInArray
it's an temprory storage to store partitioned time on it.


fieldSelectedDate

java.lang.String fieldSelectedDate
holds the selected date.


ivjCancelButton

java.awt.Button ivjCancelButton

ivjUpdateButton

java.awt.Button ivjUpdateButton

aCalendar

java.util.Calendar aCalendar
used for date processing.


inputImage

java.awt.Image inputImage
holds an image.


firstLog

int firstLog

fieldAllNoteItems

java.util.Vector<E> fieldAllNoteItems
holds all partitioned time.


fieldTimeStep

long fieldTimeStep
holds a value that the initialTimeInterval will be partioned according to this.


timeFormat24h

boolean timeFormat24h
represents if you will the 24 system if TimeFormat24h set to true or not.


ivjList1

java.awt.List ivjList1

selection

boolean selection

Class com.ibm.calendar.GrayTheme extends java.lang.Object implements Serializable

Serialized Fields

resources

java.util.Hashtable<K,V> resources

fieldAboutThisBean

java.lang.String fieldAboutThisBean

Class com.ibm.calendar.Holiday extends java.lang.Object implements Serializable

Serialized Fields

year

int year
Holds the year.


month

int month
Holds the number of the month (January = 1)


day

int day
Holds day information for holiday. If date is specified as a day of a month, it holds the number of the day. If date is specified as a day of a week, it holds a number representing the day in week (Sunday = 1)


week

int week
Holds the number of the week. If this in 0, day represents a day of a month. If week is positive, day represents a day of a week counted from the beginning of the month. If week is negative, day represents a day of a week counted from the end of the month.


monthnames

java.lang.String[] monthnames
Holds names of the months.


daynames

java.lang.String[] daynames
Holds names of days.


ordinals

java.lang.String[] ordinals
Holds English ordinar numbers (1-31).

Class com.ibm.calendar.NotePlugin extends java.awt.Panel implements Serializable

Serialized Fields

fieldText

java.lang.String fieldText

fieldSelectedDate

java.lang.String fieldSelectedDate

NoteRecord

java.lang.String NoteRecord
it holdes the constructed record to be add to allNoteItems


fieldAboutThisBean

java.lang.String fieldAboutThisBean

ivjCancelButton

java.awt.Button ivjCancelButton

ivjUpdateButton

java.awt.Button ivjUpdateButton

aCalendar

java.util.Calendar aCalendar

inputImage

java.awt.Image inputImage

fieldEditable

boolean fieldEditable

firstLog

int firstLog
this variable is used to determine if this is the first call for the plugin


noteIndex

int noteIndex
used as index of the current note.


fieldAllNoteItems

java.util.Vector<E> fieldAllNoteItems

ivjNoteText

java.awt.TextArea ivjNoteText

Class com.ibm.calendar.ToDoPlugin extends java.awt.Panel implements Serializable

Serialized Fields

fieldAboutThisBean

java.lang.String fieldAboutThisBean

fieldText

java.lang.String fieldText

fieldSelectedDate

java.lang.String fieldSelectedDate

NoteRecord

java.lang.String NoteRecord
it holdes the constructed record to be add to allNoteItems


ivjChoice1

java.awt.Choice ivjChoice1

ivjChoice2

java.awt.Choice ivjChoice2

ivjChoice3

java.awt.Choice ivjChoice3

ivjDiscardButton

java.awt.Button ivjDiscardButton

ivjNewToDoButton

java.awt.Button ivjNewToDoButton

aCalendar

java.util.Calendar aCalendar

fieldAllNoteItems

java.util.Vector<E> fieldAllNoteItems

inputImage

java.awt.Image inputImage

ivjNoteText

java.awt.TextArea ivjNoteText

firstLog

int firstLog
this variable is used to determine if this is the first call for the plugin


noteIndex

int noteIndex
used as index of the current note.


ivjCancelButton

java.awt.Button ivjCancelButton

ivjUpdateButton

java.awt.Button ivjUpdateButton

fieldAllToDoItems

java.util.Vector<E> fieldAllToDoItems

Package com.ibm.calendar.editors

Class com.ibm.calendar.editors.DateEditorPanel extends java.awt.Panel implements Serializable

Serialized Fields

yearChoice

java.awt.Choice yearChoice

monthChoice

java.awt.Choice monthChoice

dayChoice

java.awt.Choice dayChoice

editor

java.beans.PropertyEditorSupport editor

Class com.ibm.calendar.editors.HolidayEditorPanel extends java.awt.Panel implements Serializable

Serialized Fields

ivjButton1

java.awt.Button ivjButton1

ivjButton2

java.awt.Button ivjButton2

ivjButton3

java.awt.Button ivjButton3

ivjLabel1

java.awt.Label ivjLabel1

ivjList1

java.awt.List ivjList1

ivjChoiceDDay

java.awt.Choice ivjChoiceDDay

ivjChoiceDMonth

java.awt.Choice ivjChoiceDMonth

ivjChoiceWDay

java.awt.Choice ivjChoiceWDay

ivjChoiceWDir

java.awt.Choice ivjChoiceWDir

ivjChoiceWMonth

java.awt.Choice ivjChoiceWMonth

ivjChoiceWNo

java.awt.Choice ivjChoiceWNo

ivjChoiceYear

java.awt.Choice ivjChoiceYear

ivjLabel2

java.awt.Label ivjLabel2

ivjCheckboxDay

java.awt.Checkbox ivjCheckboxDay

ivjCheckboxGroup1

java.awt.CheckboxGroup ivjCheckboxGroup1

ivjCheckboxGroup2

java.awt.CheckboxGroup ivjCheckboxGroup2

ivjCheckboxWeek

java.awt.Checkbox ivjCheckboxWeek

ivjCheckboxYEvery

java.awt.Checkbox ivjCheckboxYEvery

ivjCheckboxYOne

java.awt.Checkbox ivjCheckboxYOne

ivjButtonAddCancel

java.awt.Button ivjButtonAddCancel

ivjButtonAddOK

java.awt.Button ivjButtonAddOK

ivjContentsPane

java.awt.Panel ivjContentsPane

ivjDialog1

java.awt.Dialog ivjDialog1

ivjEventHandler

com.ibm.calendar.editors.HolidayEditorPanel.IvjEventHandler ivjEventHandler

holidaysVect

java.util.Vector<E> holidaysVect

actual

Holiday actual

editor

java.beans.PropertyEditorSupport editor

ivjLabel3

java.awt.Label ivjLabel3

ivjLabel4

java.awt.Label ivjLabel4

ivjLabel5

java.awt.Label ivjLabel5

ivjLabel6

java.awt.Label ivjLabel6

Package com.ibm.calendar.events

Class com.ibm.calendar.events.ActionCanceledEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.ActionDiscardEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.ActionPerformedEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.DateSelectedEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.InvalidPropertyValue extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.PluginInitializationError extends java.util.EventObject implements Serializable


Package com.ibm.clock

Class com.ibm.clock.AnalogDisplay extends java.awt.Canvas implements Serializable

Serialized Fields

borderColor

java.awt.Color borderColor

borderWidth

int borderWidth

dialColor

java.awt.Color dialColor

tickColor

java.awt.Color tickColor

tickStyle

int tickStyle

numeralStyle

int numeralStyle

numeralColor

java.awt.Color numeralColor

numeralFont

java.awt.Font numeralFont

hourHandColor

java.awt.Color hourHandColor

hourHandVisible

boolean hourHandVisible

minuteHandColor

java.awt.Color minuteHandColor

minuteHandVisible

boolean minuteHandVisible

secondHandColor

java.awt.Color secondHandColor

secondHandVisible

boolean secondHandVisible

tickWidth

int tickWidth

Class com.ibm.clock.ClockFrame extends java.awt.Frame implements Serializable

Serialized Fields

clock

IClock clock

Class com.ibm.clock.DigitalDisplay extends java.awt.Canvas implements Serializable

Serialized Fields

displayAMPM

boolean displayAMPM
flag to display AMPM set to true if the AM/PM string is to be displayed with time


twelveHourMode

boolean twelveHourMode
flag to display in twelve hour mode set to true the clock should display in 12-hour mode


displayStyle

int displayStyle
the current display style Default style is FULL mode


numeralFont

java.awt.Font numeralFont
the current font to display the numerals the default font is dialog


backGroundColor

java.awt.Color backGroundColor

foreGroundColor

java.awt.Color foreGroundColor

currentTimeZone

java.util.TimeZone currentTimeZone

Class com.ibm.clock.IClock extends javax.swing.JPanel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

digitalDisplay

DigitalDisplay digitalDisplay

displayMode

int displayMode

timeOffset

long timeOffset
Offset from the System time in GMT. This is set when the time is set via the public api.


currentTimeZone

java.util.TimeZone currentTimeZone
The current time zone.


analogDisplay

AnalogDisplay analogDisplay
The analog display to be used.


bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

Package com.microstar.xml

Class com.microstar.xml.XmlException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message

systemId

java.lang.String systemId

line

int line

column

int column

Package gnu.regexp

Class gnu.regexp.RE extends gnu.regexp.REToken implements Serializable

Serialized Fields

firstToken

gnu.regexp.REToken firstToken

lastToken

gnu.regexp.REToken lastToken

numSubs

int numSubs

minimumLength

int minimumLength
Minimum length, in characters, of any possible match.

Class gnu.regexp.REException extends java.lang.Exception implements Serializable

Serialized Fields

type

int type

pos

int pos

Class gnu.regexp.REMatch extends java.lang.Object implements Serializable

Serialized Fields

matchedText

java.lang.String matchedText

eflags

int eflags

offset

int offset

anchor

int anchor

index

int index

start

int[] start

end

int[] end

next

REMatch next

Class gnu.regexp.REMatchEnumeration extends java.lang.Object implements Serializable

Serialized Fields

more

int more

match

REMatch match

expr

RE expr

input

CharIndexed input

eflags

int eflags

index

int index

Class gnu.regexp.RESyntax extends java.lang.Object implements Serializable

Serialized Fields

bits

java.util.BitSet bits

isFinal

boolean isFinal

lineSeparator

java.lang.String lineSeparator

Class gnu.regexp.UncheckedRE extends RE implements Serializable


Package ij

Class ij.ImageJ extends javax.swing.JFrame implements Serializable

Serialized Fields

container

java.awt.Container container

toolbar

Toolbar toolbar

statusBar

javax.swing.JPanel statusBar

progressBar

ProgressBar progressBar

statusLine

javax.swing.JLabel 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

m

Menus m

hotkey

boolean hotkey

commandBars

javax.swing.JPanel commandBars

desktop

javax.swing.JPanel desktop

isCommandBars

boolean isCommandBars

digitalClock

IClock digitalClock

bb

javax.swing.border.BevelBorder bb

rasedBorder

javax.swing.border.Border rasedBorder

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

outline

boolean outline

points

float[] points

path

java.awt.geom.GeneralPath path

Class ij.gui.EllipseRoi extends PolygonRoi implements Serializable

Serialized Fields

xstart

double xstart

ystart

double ystart

aspectRatio

double aspectRatio

handle

int[] handle

Class ij.gui.FreehandRoi extends PolygonRoi implements Serializable

Class ij.gui.GenericDialog extends javax.swing.JDialog 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

spinner

java.util.Vector<E> spinner

spinnerField

java.util.Vector<E> spinnerField

textArea1

javax.swing.JTextArea textArea1

textArea2

javax.swing.JTextArea textArea2

numberDoc

javax.swing.text.Document[] numberDoc

manipSlider

javax.swing.JSlider manipSlider

defaultValues

java.util.Vector<E> defaultValues

defaultText

java.util.Vector<E> defaultText

theLabel

javax.swing.JComponent theLabel

cancel

javax.swing.JButton cancel

okay

javax.swing.JButton okay

no

javax.swing.JButton no

help

javax.swing.JButton help

okLabel

java.lang.String okLabel

helpLabel

java.lang.String helpLabel

wasCanceled

boolean wasCanceled

wasOKed

boolean wasOKed

y

int y

nfIndex

int nfIndex

sfIndex

int sfIndex

cbIndex

int cbIndex

choiceIndex

int choiceIndex

textAreaIndex

int textAreaIndex

spIndex

int spIndex

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

javax.swing.JCheckBox 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

border

javax.swing.border.Border border

container

java.awt.Container container

contentPane

javax.swing.JPanel contentPane

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

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

javax.swing.JButton list

save

javax.swing.JButton save

copy

javax.swing.JButton copy

log

javax.swing.JButton log

value

javax.swing.JLabel value

count

javax.swing.JLabel count

decimalPlaces

int decimalPlaces

digits

int digits

newMaxCount

int newMaxCount

plotScale

int plotScale

logScale

boolean logScale

cal

Calibration cal

yMax

int yMax

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

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

Class ij.gui.ImageCanvas extends javax.swing.JComponent 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

font

java.awt.Font font

labelRects

java.awt.Rectangle[] labelRects

maxBoundsReset

boolean maxBoundsReset

overlay

Overlay overlay

showAllList

Overlay showAllList

defaultColor

java.awt.Color defaultColor

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

drawNames

boolean drawNames

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 javax.swing.JFrame implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

ic

ImageCanvas ic

container

java.awt.Container container

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 javax.swing.JDialog implements Serializable

Serialized Fields

button

javax.swing.JButton button

label

MultiLineLabel label

Class ij.gui.MultiLineLabel extends javax.swing.JComponent 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

javax.swing.JButton list

save

javax.swing.JButton save

copy

javax.swing.JButton copy

coordinates

javax.swing.JLabel 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

hideLabels

boolean hideLabels

Class ij.gui.PolygonRoi extends Roi implements Serializable

Serialized Fields

maxPoints

int maxPoints

xp

int[] xp

yp

int[] yp

xpf

float[] xpf

ypf

float[] ypf

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 javax.swing.JComponent 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

uid

javax.swing.UIDefaults uid

backgroundColor

java.awt.Color backgroundColor

frameBrighter

java.awt.Color frameBrighter

frameDarker

java.awt.Color frameDarker

Class ij.gui.RectangleRoi extends Roi implements Serializable

Serialized Fields

startX

int startX

startY

int startY

x

int x

y

int y

width

int width

height

int height

bounds

java.awt.geom.Rectangle2D.Double bounds

xd

double xd

yd

double yd

widthd

double widthd

heightd

double heightd

activeHandle

int activeHandle

state

int state

modState

int modState

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

cachedMask

ImageProcessor cachedMask

handleColor

java.awt.Color handleColor

instanceColor

java.awt.Color instanceColor

nonScalable

boolean nonScalable

overlay

boolean overlay

prototypeOverlay

Overlay prototypeOverlay

subPixel

boolean subPixel

Class ij.gui.Roi extends AttributeRoi implements Serializable

Serialized Fields

startX

int startX

startY

int startY

x

int x

y

int y

width

int width

height

int height

bounds

java.awt.geom.Rectangle2D.Double bounds

xd

double xd

yd

double yd

widthd

double widthd

heightd

double heightd

activeHandle

int activeHandle

state

int state

modState

int modState

cornerDiameter

int cornerDiameter

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

cachedMask

ImageProcessor cachedMask

handleColor

java.awt.Color handleColor

instanceColor

java.awt.Color instanceColor

nonScalable

boolean nonScalable

overlay

boolean overlay

prototypeOverlay

Overlay prototypeOverlay

subPixel

boolean subPixel

Class ij.gui.RoundRectangleRoi extends Roi implements Serializable

Serialized Fields

startX

int startX

startY

int startY

x

int x

y

int y

width

int width

height

int height

bounds

java.awt.geom.Rectangle2D.Double bounds

xd

double xd

yd

double yd

widthd

double widthd

heightd

double heightd

activeHandle

int activeHandle

state

int state

modState

int modState

cornerDiameter

int cornerDiameter

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

cachedMask

ImageProcessor cachedMask

handleColor

java.awt.Color handleColor

instanceColor

java.awt.Color instanceColor

nonScalable

boolean nonScalable

overlay

boolean overlay

prototypeOverlay

Overlay prototypeOverlay

subPixel

boolean subPixel

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

Serialized Fields

dontSave

javax.swing.JButton dontSave

cancel

javax.swing.JButton cancel

save

javax.swing.JButton save

cancelPressed

boolean cancelPressed

savePressed

boolean savePressed

Class ij.gui.ScrollbarWithLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

bar

javax.swing.JScrollBar bar

playIcon

javax.swing.ImageIcon playIcon

stopIcon

javax.swing.ImageIcon stopIcon

playImage

java.awt.Image playImage

stopImage

java.awt.Image stopImage

imgLoc

java.awt.Point imgLoc

icon

ij.gui.ScrollbarWithLabel.Icon icon

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 RoiConstance.TRACED_ROI; else, into a RoiConstance.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 RoiConstance.ANGLE. If true then (sub)path will be parsed into a RoiConstance.ANGLE; else, into a RoiConstance.POLYLINE.


savedRois

java.util.Vector<E> savedRois

Class ij.gui.StackWindow extends ImageWindow implements Serializable

Serialized Fields

sliceSelector

javax.swing.JScrollBar 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

justification

int justification

antialiased

boolean antialiased

previousMag

double previousMag

firstChar

boolean firstChar

firstMouseUp

boolean firstMouseUp

cline

int cline

Class ij.gui.Toolbar extends javax.swing.JComponent 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

rowIndex

int rowIndex

columnIndex

int columnIndex

mouseDownTime

long mouseDownTime

g

java.awt.Graphics g

mpPrevious

int mpPrevious

names

java.lang.String[] names

icons

java.lang.String[] icons

menus

javax.swing.JPopupMenu[] menus

pc

int pc

icon

java.lang.String icon

macroInstaller

MacroInstaller macroInstaller

startupTime

int startupTime

rectPopup

javax.swing.JPopupMenu rectPopup

ovalPopup

javax.swing.JPopupMenu ovalPopup

pointPopup

javax.swing.JPopupMenu pointPopup

linePopup

javax.swing.JPopupMenu linePopup

switchPopup

javax.swing.JPopupMenu switchPopup

rectGroup

javax.swing.ButtonGroup rectGroup

ovalGroup

javax.swing.ButtonGroup ovalGroup

pointGroup

javax.swing.ButtonGroup pointGroup

straightLineGroup

javax.swing.ButtonGroup straightLineGroup

rectItem

javax.swing.JCheckBoxMenuItem rectItem

roundRectItem

javax.swing.JCheckBoxMenuItem roundRectItem

ovalItem

javax.swing.JCheckBoxMenuItem ovalItem

ellipseItem

javax.swing.JCheckBoxMenuItem ellipseItem

brushItem

javax.swing.JCheckBoxMenuItem brushItem

pointItem

javax.swing.JCheckBoxMenuItem pointItem

multiPointItem

javax.swing.JCheckBoxMenuItem multiPointItem

straightLineItem

javax.swing.JCheckBoxMenuItem straightLineItem

polyLineItem

javax.swing.JCheckBoxMenuItem polyLineItem

freeLineItem

javax.swing.JCheckBoxMenuItem freeLineItem

arrowItem

javax.swing.JCheckBoxMenuItem arrowItem

currentSet

java.lang.String currentSet

lineType

int lineType

uid

javax.swing.UIDefaults uid

lafbg

java.awt.Color lafbg

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.ToolBox extends PlugInFrame implements Serializable

Serialized Fields

ij

ImageJ ij

panel

javax.swing.JPanel panel

toolBar

Toolbar toolBar

instance

javax.swing.JFrame instance

Class ij.gui.TrimmedButton extends javax.swing.JButton implements Serializable

Serialized Fields

trim

int trim

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

Serialized Fields

button

javax.swing.JButton button

label

MultiLineLabel label

escPressed

boolean escPressed

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

Serialized Fields

yesB

javax.swing.JButton yesB

noB

javax.swing.JButton noB

cancelB

javax.swing.JButton cancelB

cancelPressed

boolean cancelPressed

yesPressed

boolean yesPressed

firstPaint

boolean firstPaint

Package ij.plugin

Class ij.plugin.AboutBox extends javax.swing.JComponent implements Serializable

Serialized Fields

fm

java.awt.FontMetrics fm

pressed

boolean pressed

hit

boolean hit

listener

WindowsListener listener

pcs

java.beans.PropertyChangeSupport pcs

rectangle

java.awt.Shape rectangle

rect

java.awt.Shape rect

win

javax.swing.JWindow win

container

java.awt.Container container

image

java.awt.Image image

imageIcon

java.awt.Image imageIcon

progress

int progress

currentFont

java.awt.Font currentFont

font_10

java.awt.Font font_10

font_12

java.awt.Font font_12

font_14

java.awt.Font font_14

font_15

java.awt.Font font_15

font_50

java.awt.Font font_50

offsetX

int offsetX

offsetY

int offsetY

ij

ImageJ ij

productName

java.lang.String productName

Class ij.plugin.AboutBox1 extends javax.swing.JComponent implements Serializable

Serialized Fields

fm

java.awt.FontMetrics fm

pressed

boolean pressed

hit

boolean hit

listener

WindowsListener listener

pcs

java.beans.PropertyChangeSupport pcs

rectangle

java.awt.Shape rectangle

rect

java.awt.Shape rect

win

javax.swing.JWindow win

container

java.awt.Container container

image

java.awt.Image image

imageIcon

java.awt.Image imageIcon

macIcon

java.awt.Image macIcon

parentIcon

java.awt.Image parentIcon

progress

int progress

currentFont

java.awt.Font currentFont

font_10

java.awt.Font font_10

font_12

java.awt.Font font_12

font_14

java.awt.Font font_14

font_15

java.awt.Font font_15

font_50

java.awt.Font font_50

offsetX

int offsetX

offsetY

int offsetY

ij

ImageJ ij

productName

java.lang.String productName

Class ij.plugin.Memory_Monitor extends javax.swing.JFrame implements Serializable

Serialized Fields

press

java.awt.Point press

px

java.awt.Point px

py

java.awt.Point py

dragging

boolean dragging

surf

Memory_Monitor.Surface surf

ij

ImageJ ij

image

java.awt.Image image

img

java.awt.Image img

buttonImg

java.awt.Image buttonImg

macImage

java.awt.Image macImage

nonmacImage

java.awt.Image nonmacImage

imgic

javax.swing.ImageIcon imgic

imgtpic

javax.swing.ImageIcon imgtpic

bic

javax.swing.ImageIcon bic

macIcon

javax.swing.ImageIcon macIcon

rectangle

java.awt.Shape rectangle

rect

java.awt.Shape rect

movRect

java.awt.Shape movRect

hit

boolean hit

start_drag

java.awt.Point start_drag

start_loc

java.awt.Point start_loc

handler

MouseInputHandler handler

Class ij.plugin.Memory_Monitor.Surface extends javax.swing.JComponent implements Serializable

Serialized Fields

thread

java.lang.Thread thread

sleepAmount

long sleepAmount

w

int w

h

int h

bimg

java.awt.image.BufferedImage bimg

big

java.awt.Graphics2D big

font

java.awt.Font font

r

java.lang.Runtime r

columnInc

int columnInc

pts

int[] pts

ptNum

int ptNum

ascent

int ascent

descent

int descent

freeMemory

float freeMemory

totalMemory

float totalMemory

graphOutlineRect

java.awt.Rectangle graphOutlineRect

mfRect

java.awt.geom.Rectangle2D mfRect

muRect

java.awt.geom.Rectangle2D muRect

graphLine

java.awt.geom.Line2D graphLine

graphColor

java.awt.Color graphColor

mfColor

java.awt.Color mfColor

usedStr

java.lang.String usedStr

gc_counter

int gc_counter

Class ij.plugin.MontageMaker extends javax.swing.JComponent implements Serializable

Serialized Fields

win

ImageCanvas win

editor

StackEditor editor

montage

ImageProcessor montage

imp2

ImagePlus imp2

imp

ImagePlus imp

slice

ImageProcessor slice

ip

ImagePlus ip

num

int num

pressed

boolean pressed

toolbar

Toolbar toolbar

Class ij.plugin.RectToolOptions extends PlugInFrame implements Serializable

Serialized Fields

strokeColorName

java.lang.String strokeColorName

title

java.lang.String title

numbers

java.util.Vector<E> numbers

sliders

java.util.Vector<E> sliders

stringFields

java.util.Vector<E> stringFields

Package ij.plugin.frame

Class ij.plugin.frame.AnimatedJList extends javax.swing.JList implements Serializable

Serialized Fields

colorizedSelectionForeground

java.awt.Color colorizedSelectionForeground

colorizedSelectionBackground

java.awt.Color colorizedSelectionBackground

Class ij.plugin.frame.AnimatedList extends javax.swing.JList implements Serializable

Serialized Fields

colorizedSelectionForeground

java.awt.Color colorizedSelectionForeground

colorizedSelectionBackground

java.awt.Color colorizedSelectionBackground

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

Serialized Fields

choice

javax.swing.JComboBox choice

checkbox

javax.swing.JCheckBox[] checkbox

moreButton

javax.swing.JButton moreButton

id

int id

pm

javax.swing.JPopupMenu pm

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

Serialized Fields

cg

ij.plugin.frame.ColorPicker.ColorGenerator cg

bb

javax.swing.border.BevelBorder bb

grayLBorder

javax.swing.border.Border grayLBorder

grayRBorder

javax.swing.border.Border grayRBorder

colorCanvas

ij.plugin.frame.ColorPicker.ColorCanvas colorCanvas

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

Serialized Fields

flag

boolean flag

colorSpace

int colorSpace

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

panelt

javax.swing.JPanel panelt

originalB

javax.swing.JButton originalB

filteredB

javax.swing.JButton filteredB

stackB

javax.swing.JButton stackB

helpB

javax.swing.JButton helpB

sampleB

javax.swing.JButton sampleB

macroB

javax.swing.JButton macroB

selectB

javax.swing.JButton selectB

bandPassH

javax.swing.JCheckBox bandPassH

bandPassS

javax.swing.JCheckBox bandPassS

bandPassB

javax.swing.JCheckBox bandPassB

darkBackground

javax.swing.JCheckBox darkBackground

colorSpaceChoice

javax.swing.JComboBox colorSpaceChoice

methodChoice

javax.swing.JComboBox methodChoice

modeChoice

javax.swing.JComboBox modeChoice

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

javax.swing.JScrollBar minSlider

maxSlider

javax.swing.JScrollBar maxSlider

minSlider2

javax.swing.JScrollBar minSlider2

maxSlider2

javax.swing.JScrollBar maxSlider2

minSlider3

javax.swing.JScrollBar minSlider3

maxSlider3

javax.swing.JScrollBar maxSlider3

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

label3

javax.swing.JLabel label3

label4

javax.swing.JLabel label4

label5

javax.swing.JLabel label5

label6

javax.swing.JLabel label6

labelh

javax.swing.JLabel labelh

labels

javax.swing.JLabel labels

labelb

javax.swing.JLabel labelb

labelf

javax.swing.JLabel labelf

done

boolean done

hSource

byte[] hSource

sSource

byte[] sSource

bSource

byte[] bSource

applyingStack

boolean applyingStack

numSlices

int numSlices

stack

ImageStack stack

width

int width

height

int height

numPixels

int numPixels

timer

java.lang.Thread timer

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

javax.swing.JPanel panel

tPanel

javax.swing.JPanel tPanel

autoB

javax.swing.JButton autoB

resetB

javax.swing.JButton resetB

setB

javax.swing.JButton setB

applyB

javax.swing.JButton 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

javax.swing.JScrollBar minSlider

maxSlider

javax.swing.JScrollBar maxSlider

contrastSlider

javax.swing.JScrollBar contrastSlider

brightnessSlider

javax.swing.JScrollBar brightnessSlider

minLabel

javax.swing.JLabel minLabel

maxLabel

javax.swing.JLabel maxLabel

windowLabel

javax.swing.JLabel windowLabel

levelLabel

javax.swing.JLabel 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

javax.swing.JComboBox choice

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

Serialized Fields

path

java.lang.String path

changes

boolean changes

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

runMenu

javax.swing.JMenu runMenu

p

java.util.Properties p

mb

javax.swing.JMenuBar mb

scrollPane

javax.swing.JScrollPane scrollPane

port

javax.swing.JViewport port

macrosMenu

javax.swing.JMenu macrosMenu

installer

MacroInstaller installer

sizes

int[] sizes

monospaced

javax.swing.JCheckBoxMenuItem monospaced

dontShowWindow

boolean dontShowWindow

popup

javax.swing.JPopupMenu popup

enable

boolean enable

commands

java.util.Hashtable<K,V> commands

menuItems

java.util.Hashtable<K,V> menuItems

menubar

javax.swing.JMenuBar menubar

toolbar

javax.swing.JToolBar toolbar

statusLabel

javax.swing.JLabel statusLabel

group

javax.swing.ButtonGroup group

isMacroWindow

boolean isMacroWindow

num

int num

length

int length

lnwidth

int lnwidth

row

int row

sb

java.lang.StringBuilder sb

text

java.lang.String text

clone

java.lang.String clone

fileName

java.lang.String fileName

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

curFont

java.awt.Font curFont

fm

java.awt.FontMetrics fm

curRow

int curRow

editor

JEditTextArea editor

doc

SyntaxDocument doc

olddoc

SyntaxDocument olddoc

container

java.awt.Container container

jEditor

Editor.JEditor jEditor

jSyntaxStyleTree

Editor.JSyntaxStyleTree jSyntaxStyleTree

tabbedpane

javax.swing.JTabbedPane tabbedpane

treeTabbedpane

javax.swing.JTabbedPane treeTabbedpane

macroIsInstalled

boolean macroIsInstalled

compilerIsInstalled

boolean compilerIsInstalled

isDragged

boolean isDragged

cb

java.awt.datatransfer.Clipboard cb

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the edits on the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.


undoAction

ij.plugin.frame.Editor.UndoAction undoAction

redoAction

ij.plugin.frame.Editor.RedoAction redoAction

copy

ij.plugin.frame.Editor.CopyAction copy

cut

ij.plugin.frame.Editor.CutAction cut

paste

ij.plugin.frame.Editor.PasteAction paste

selectAll

ij.plugin.frame.Editor.SelectAllAction selectAll

nonSelect

ij.plugin.frame.Editor.SelectNoneAction nonSelect

delete

ij.plugin.frame.Editor.DeleteAction delete

edit

ij.plugin.frame.Editor.EditAction edit

compileAndRun

ij.plugin.frame.Editor.CompileAndRunAction compileAndRun

find

ij.plugin.frame.Editor.FindAction find

findnext

ij.plugin.frame.Editor.FindNextAction findnext

gotoline

ij.plugin.frame.Editor.GoToLineAction gotoline

gotobegin

ij.plugin.frame.Editor.GoToBeginLineAction gotobegin

gotoend

ij.plugin.frame.Editor.GoToEndLineAction gotoend

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Editor class

Class ij.plugin.frame.Editor.JEditor extends javax.swing.JComponent implements Serializable

Class ij.plugin.frame.Editor.JSyntaxStyleTree extends javax.swing.JComponent implements Serializable

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

Serialized Fields

fit

javax.swing.JComboBox fit

doIt

javax.swing.JButton doIt

open

javax.swing.JButton open

apply

javax.swing.JButton apply

settings

javax.swing.JCheckBox settings

fitTypeStr

java.lang.String fitTypeStr

textArea

javax.swing.JTextArea 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

javax.swing.JPanel panel

font

javax.swing.JComboBox font

size

javax.swing.JComboBox size

style

javax.swing.JComboBox style

checkbox

javax.swing.JCheckBox checkbox

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

Serialized Fields

sliderRange

int sliderRange

slider

javax.swing.JScrollBar slider

value

int value

setText

boolean setText

thread

java.lang.Thread thread

done

boolean done

tf

javax.swing.JTextField tf

checkbox

javax.swing.JCheckBox checkbox

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

Serialized Fields

panel

javax.swing.JPanel panel

pasteMode

javax.swing.JComboBox pasteMode

Class ij.plugin.frame.PlugInFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

title

java.lang.String title

container

java.awt.Container container

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

Serialized Fields

mode

javax.swing.JComboBox mode

makeMacro

javax.swing.JButton makeMacro

help

javax.swing.JButton help

fileName

javax.swing.JTextField fileName

fitTypeStr

java.lang.String fitTypeStr

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

Serialized Fields

panel

javax.swing.JPanel panel

list

java.awt.List list

model

javax.swing.DefaultListModel model

itemCount

int itemCount

items

java.lang.String[] items

rois

java.util.Hashtable<K,V> rois

canceled

boolean canceled

macro

boolean macro

ignoreInterrupts

boolean ignoreInterrupts

pm

javax.swing.JPopupMenu pm

moreButton

javax.swing.JButton moreButton

colorButton

javax.swing.JButton colorButton

showAllCheckbox

javax.swing.JCheckBox showAllCheckbox

labelsCheckbox

javax.swing.JCheckBox labelsCheckbox

prevID

int prevID

noUpdateMode

boolean noUpdateMode

defaultLineWidth

int defaultLineWidth

defaultColor

java.awt.Color defaultColor

firstTime

boolean firstTime

selectedIndexes

int[] selectedIndexes

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

Serialized Fields

panel

javax.swing.JPanel panel

list

javax.swing.JList list

it

java.util.Iterator<E> it

scroll

javax.swing.JScrollPane scroll

model

javax.swing.DefaultListModel model

itemCount

int itemCount

items

java.lang.String[] items

rois

java.util.Hashtable<K,V> rois

canceled

boolean canceled

macro

boolean macro

ignoreInterrupts

boolean ignoreInterrupts

pm

javax.swing.JPopupMenu pm

moreButton

javax.swing.JButton moreButton

colorButton

javax.swing.JButton colorButton

showAllCheckbox

javax.swing.JCheckBox showAllCheckbox

labelsCheckbox

javax.swing.JCheckBox labelsCheckbox

prevID

int prevID

noUpdateMode

boolean noUpdateMode

defaultLineWidth

int defaultLineWidth

defaultColor

java.awt.Color defaultColor

firstTime

boolean firstTime

selectedIndexes

int[] selectedIndexes

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

javax.swing.JPanel panel

autoB

javax.swing.JButton autoB

resetB

javax.swing.JButton resetB

applyB

javax.swing.JButton applyB

setB

javax.swing.JButton 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

javax.swing.JScrollBar minSlider

maxSlider

javax.swing.JScrollBar maxSlider

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

done

boolean done

invertedLut

boolean invertedLut

lutColor

int lutColor

methodChoice

javax.swing.JComboBox methodChoice

modeChoice

javax.swing.JComboBox modeChoice

darkBackground

javax.swing.JCheckBox darkBackground

stackHistogram

javax.swing.JCheckBox stackHistogram

firstActivation

boolean firstActivation

useExistingTheshold

boolean useExistingTheshold

Package ij.plugin.frame.jedit

Class ij.plugin.frame.jedit.JEditTextArea extends javax.swing.JComponent implements Serializable

Serialized Fields

painter

TextAreaPainter painter

lineNumPainter

LNTextAreaPainter lineNumPainter

popup

javax.swing.JPopupMenu popup

listenerList

javax.swing.event.EventListenerList listenerList

caretEvent

ij.plugin.frame.jedit.JEditTextArea.MutableCaretEvent caretEvent

caretBlinks

boolean caretBlinks

caretVisible

boolean caretVisible

blink

boolean blink

editable

boolean editable

firstLine

int firstLine

visibleLines

int visibleLines

electricScroll

int electricScroll

horizontalOffset

int horizontalOffset

vertical

javax.swing.JScrollBar vertical

horizontal

javax.swing.JScrollBar horizontal

scrollBarsInitialized

boolean scrollBarsInitialized

inputHandler

InputHandler inputHandler

document

SyntaxDocument document

documentHandler

ij.plugin.frame.jedit.JEditTextArea.DocumentHandler documentHandler

lineSegment

javax.swing.text.Segment lineSegment

selectionStart

int selectionStart

selectionStartLine

int selectionStartLine

selectionEnd

int selectionEnd

selectionEndLine

int selectionEndLine

biasLeft

boolean biasLeft

bracketPosition

int bracketPosition

bracketLine

int bracketLine

magicCaret

int magicCaret

overwrite

boolean overwrite

rectSelect

boolean rectSelect

editor

Editor editor

Class ij.plugin.frame.jedit.LNTextAreaPainter extends javax.swing.JComponent implements Serializable

Serialized Fields

currentLineIndex

int currentLineIndex

currentLineTokens

Token currentLineTokens

currentLine

javax.swing.text.Segment currentLine

textArea

JEditTextArea textArea

styles

SyntaxStyle[] styles

caretColor

java.awt.Color caretColor

selectionColor

java.awt.Color selectionColor

lineHighlightColor

java.awt.Color lineHighlightColor

bracketHighlightColor

java.awt.Color bracketHighlightColor

eolMarkerColor

java.awt.Color eolMarkerColor

blockCaret

boolean blockCaret

lineHighlight

boolean lineHighlight

bracketHighlight

boolean bracketHighlight

paintInvalid

boolean paintInvalid

eolMarkers

boolean eolMarkers

cols

int cols

rows

int rows

tabSize

int tabSize

fm

java.awt.FontMetrics fm

highlights

LNTextAreaPainter.Highlight highlights

Class ij.plugin.frame.jedit.SyntaxDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

tokenMarker

TokenMarker tokenMarker

Class ij.plugin.frame.jedit.TextAreaPainter extends javax.swing.JComponent implements Serializable

Serialized Fields

currentLineIndex

int currentLineIndex

currentLineTokens

Token currentLineTokens

currentLine

javax.swing.text.Segment currentLine

textArea

JEditTextArea textArea

styles

SyntaxStyle[] styles

caretColor

java.awt.Color caretColor

selectionColor

java.awt.Color selectionColor

lineHighlightColor

java.awt.Color lineHighlightColor

bracketHighlightColor

java.awt.Color bracketHighlightColor

eolMarkerColor

java.awt.Color eolMarkerColor

blockCaret

boolean blockCaret

lineHighlight

boolean lineHighlight

bracketHighlight

boolean bracketHighlight

paintInvalid

boolean paintInvalid

eolMarkers

boolean eolMarkers

cols

int cols

rows

int rows

tabSize

int tabSize

fm

java.awt.FontMetrics fm

highlights

TextAreaPainter.Highlight highlights

Package ij.text

Class ij.text.TextPanel extends javax.swing.JPanel 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

javax.swing.JScrollBar sbHoriz

sbVert

javax.swing.JScrollBar 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

javax.swing.JPopupMenu pm

columnsManuallyAdjusted

boolean columnsManuallyAdjusted

mouseDownTime

long mouseDownTime

filePath

java.lang.String filePath

rt

ResultsTable rt

unsavedLines

boolean unsavedLines

Class ij.text.TextWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

textPanel

TextPanel textPanel

antialiased

javax.swing.JCheckBoxMenuItem antialiased

sizes

int[] sizes

fontSize

int fontSize

mb

javax.swing.JMenuBar mb

Package ij.util

Class ij.util.CharIndexedSegment extends java.lang.Object implements Serializable

Serialized Fields

seg

javax.swing.text.Segment seg

m_index

int m_index

reverse

boolean reverse

Class ij.util.WorkThread.Abort extends java.lang.Error implements Serializable


Package ij2x

Class ij2x.Command_Bar extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

offset

int offset

offsetHeight

int offsetHeight

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

newButton

javax.swing.JButton newButton

openButton

javax.swing.JButton openButton

undoButton

javax.swing.JButton undoButton

copyButton

javax.swing.JButton copyButton

cutButton

javax.swing.JButton cutButton

pasteButton

javax.swing.JButton pasteButton

clearButton

javax.swing.JButton clearButton

fillButton

javax.swing.JButton fillButton

drawButton

javax.swing.JButton drawButton

roicolorButton

javax.swing.JButton roicolorButton

colorpickerButton

javax.swing.JButton colorpickerButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

splineButton

javax.swing.JButton splineButton

duplicateButton

javax.swing.JButton duplicateButton

captureButton

javax.swing.JButton captureButton

specifyButton

javax.swing.JButton specifyButton

rotateButton

javax.swing.JButton rotateButton

scaleButton

javax.swing.JButton scaleButton

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

commandBarPanel

javax.swing.JPanel commandBarPanel

spaceLabel

javax.swing.JLabel spaceLabel

clockLabel

javax.swing.JLabel clockLabel

label

javax.swing.JLabel label

panel

javax.swing.JPanel panel

date

java.util.Date date

running

boolean running

timer

java.lang.Thread timer

time

java.lang.String time

timeFormat

java.text.DateFormat timeFormat

index

int index

Class ij2x.Math_Commands_Bar extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

addButton

javax.swing.JButton addButton

subButton

javax.swing.JButton subButton

mulButton

javax.swing.JButton mulButton

divButton

javax.swing.JButton divButton

orButton

javax.swing.JButton orButton

andButton

javax.swing.JButton andButton

xorButton

javax.swing.JButton xorButton

minButton

javax.swing.JButton minButton

maxButton

javax.swing.JButton maxButton

gammaButton

javax.swing.JButton gammaButton

calculButton

javax.swing.JButton calculButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

Package ij2x.gui

Class ij2x.gui.JColorChooser extends PlugInFrame implements Serializable

Serialized Fields

colors

java.util.Vector<E> colors

sliders

java.util.Vector<E> sliders

spinners

java.util.Vector<E> spinners

panel

ij2x.gui.JColorPanel panel

initialColor

java.awt.Color initialColor

red

int red

green

int green

blue

int blue

useHSB

boolean useHSB

title

java.lang.String title

mono

boolean mono

colorsDoc

javax.swing.text.Document[] colorsDoc

slider

javax.swing.JSlider[] slider

spinner

javax.swing.JSpinner[] spinner

rgbColor

java.lang.String[] rgbColor

rgbcolor

int[] rgbcolor

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

emptyBorder

javax.swing.border.Border emptyBorder

font

java.awt.Font font

contentPane

java.awt.Container contentPane

Package ij2x.plugin

Class ij2x.plugin.AdjustPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

brightnesContButton

javax.swing.JButton brightnesContButton

winLevelButton

javax.swing.JButton winLevelButton

resizeCanButton

javax.swing.JButton resizeCanButton

colorBalButton

javax.swing.JButton colorBalButton

thresholdButton

javax.swing.JButton thresholdButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

index

int index

Class ij2x.plugin.CollapsiblePane extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

systemLF

boolean systemLF

icon

javax.swing.Icon icon

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

lightGrayBorder

javax.swing.border.Border lightGrayBorder

commandPanel

javax.swing.JPanel[] commandPanel

leftButton

javax.swing.JButton leftButton

rightButton

javax.swing.JButton rightButton

parentButton

javax.swing.JButton parentButton

cp

org.jdesktop.swingx.JXCollapsiblePane cp

control

org.jdesktop.swingx.JXCollapsiblePane control

lut

org.jdesktop.swingx.JXCollapsiblePane lut

adjust

org.jdesktop.swingx.JXCollapsiblePane adjust

math

org.jdesktop.swingx.JXCollapsiblePane math

stack

org.jdesktop.swingx.JXCollapsiblePane stack

icontrol

org.jdesktop.swingx.JXCollapsiblePane icontrol

movie

org.jdesktop.swingx.JXCollapsiblePane movie

overlay

org.jdesktop.swingx.JXCollapsiblePane overlay

trans

org.jdesktop.swingx.JXCollapsiblePane trans

emptoy

org.jdesktop.swingx.JXCollapsiblePane emptoy

layout

java.awt.BorderLayout layout

imageDir

java.lang.String imageDir

imgName

java.lang.String[][] imgName

barName

java.lang.String[] barName

barNames

java.lang.String[] barNames

increment

int increment

oldInc

int oldInc

currentInc

int currentInc

length

int length

ij

ImageJ ij

running

boolean running

iscollapsed

boolean iscollapsed

iscollapsed1

boolean iscollapsed1

iscollapsed2

boolean iscollapsed2

timer

java.lang.Thread timer

collapsiblePane

javax.swing.JPanel collapsiblePane

nextCollapsLabel

javax.swing.JLabel nextCollapsLabel

parentCollapsLabel

javax.swing.JLabel parentCollapsLabel

offset

int offset

offsetHeight

int offsetHeight

direction

boolean direction

olddirection

boolean olddirection

pm

javax.swing.JPopupMenu pm

index

int index

indexstr

int indexstr

isCommandAction

boolean isCommandAction

isLutAction

boolean isLutAction

isStackAction

boolean isStackAction

isMathAction

boolean isMathAction

isImagetypeAction

boolean isImagetypeAction

isTransAction

boolean isTransAction

isAdjustAction

boolean isAdjustAction

isMovieAction

boolean isMovieAction

allBarActions

javax.swing.Action[] allBarActions

Class ij2x.plugin.ControlbarJPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

offset

int offset

offsetHeight

int offsetHeight

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

newButton

javax.swing.JButton newButton

openButton

javax.swing.JButton openButton

undoButton

javax.swing.JButton undoButton

copyButton

javax.swing.JButton copyButton

cutButton

javax.swing.JButton cutButton

pasteButton

javax.swing.JButton pasteButton

clearButton

javax.swing.JButton clearButton

fillButton

javax.swing.JButton fillButton

drawButton

javax.swing.JButton drawButton

drawOverlayButton

javax.swing.JButton drawOverlayButton

removeOverlayButton

javax.swing.JButton removeOverlayButton

roicolorButton

javax.swing.JButton roicolorButton

colorpickerButton

javax.swing.JButton colorpickerButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

showOverlayButton

javax.swing.JButton showOverlayButton

hideOverlayButton

javax.swing.JButton hideOverlayButton

splineButton

javax.swing.JButton splineButton

duplicateButton

javax.swing.JButton duplicateButton

captureButton

javax.swing.JButton captureButton

rotateButton

javax.swing.JButton rotateButton

clockButton

javax.swing.JButton clockButton

specifyButton

javax.swing.JButton specifyButton

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

spaceLabel

javax.swing.JLabel spaceLabel

clockLabel

javax.swing.JLabel clockLabel

label

javax.swing.JLabel label

panel

javax.swing.JPanel panel

date

java.util.Date date

running

boolean running

timer

java.lang.Thread timer

time

java.lang.String time

timeFormat

java.text.DateFormat timeFormat

index

int index

defaultActions

javax.swing.Action[] defaultActions

Class ij2x.plugin.ControlBarPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

offset

int offset

offsetHeight

int offsetHeight

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

newButton

javax.swing.JButton newButton

openButton

javax.swing.JButton openButton

undoButton

javax.swing.JButton undoButton

copyButton

javax.swing.JButton copyButton

cutButton

javax.swing.JButton cutButton

pasteButton

javax.swing.JButton pasteButton

clearButton

javax.swing.JButton clearButton

fillButton

javax.swing.JButton fillButton

drawButton

javax.swing.JButton drawButton

roicolorButton

javax.swing.JButton roicolorButton

colorpickerButton

javax.swing.JButton colorpickerButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

splineButton

javax.swing.JButton splineButton

duplicateButton

javax.swing.JButton duplicateButton

captureButton

javax.swing.JButton captureButton

rotateButton

javax.swing.JButton rotateButton

clockButton

javax.swing.JButton clockButton

specifyButton

javax.swing.JButton specifyButton

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

spaceLabel

javax.swing.JLabel spaceLabel

clockLabel

javax.swing.JLabel clockLabel

label

javax.swing.JLabel label

panel

javax.swing.JPanel panel

date

java.util.Date date

running

boolean running

timer

java.lang.Thread timer

time

java.lang.String time

timeFormat

java.text.DateFormat timeFormat

index

int index

defaultActions

javax.swing.Action[] defaultActions

Class ij2x.plugin.HorizontalGradient extends javax.swing.JComponent implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

oldsettingColor

java.awt.Color oldsettingColor

colorPane

javax.swing.JPanel colorPane

colorPanel

javax.swing.JPanel colorPanel

palettePanel

javax.swing.JPanel palettePanel

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jPanel

javax.swing.JPanel[] jPanel

tempLabel

javax.swing.JLabel tempLabel

colorHex

java.lang.String colorHex

maxColumn

int maxColumn

border1

javax.swing.border.Border border1

curstringRGB

java.lang.String[] curstringRGB

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

pressed

boolean pressed

icon

ColorIcon icon

stringRGB

java.lang.String[] stringRGB

colorIconArea

HorizontalGradient.ColorIconArea colorIconArea

imp

ImagePlus imp

ip

ImageProcessor ip

checkBox

java.util.Vector<E> checkBox

lutCheckBox

java.util.Vector<E> lutCheckBox

lutColor

java.awt.Color[] lutColor

checkBoxes

javax.swing.JCheckBox[] checkBoxes

ccButton

javax.swing.JButton ccButton

resetButton

javax.swing.JButton resetButton

saveAsJavaButton

javax.swing.JButton saveAsJavaButton

compilerunButton

javax.swing.JButton compilerunButton

group

javax.swing.ButtonGroup group

background

boolean background

isShowing

boolean isShowing

isLUT

boolean isLUT

ij

ImageJ ij

image

java.awt.Image image

mouseDownTime

long mouseDownTime

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

lightGrayBorder

javax.swing.border.Border lightGrayBorder

names

java.lang.String[] names

lutChecked

boolean[] lutChecked

gd

GenericDialog gd

lutDialog

boolean lutDialog

fi

FileInfo fi

plot

ij2x.plugin.GradientPlot plot

indexes

int indexes

Class ij2x.plugin.ImageTypePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

gray8Button

javax.swing.JButton gray8Button

gray16Button

javax.swing.JButton gray16Button

rgb8Button

javax.swing.JButton rgb8Button

gray32Button

javax.swing.JButton gray32Button

rgbButton

javax.swing.JButton rgbButton

action

javax.swing.AbstractButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

g8layout

ImageTypePanel.Boxlayout g8layout

g16layout

ImageTypePanel.Boxlayout g16layout

g32layout

ImageTypePanel.Boxlayout g32layout

rgb8layout

ImageTypePanel.Boxlayout rgb8layout

rgb32layout

ImageTypePanel.Boxlayout rgb32layout

group

javax.swing.ButtonGroup group

index

int index

Class ij2x.plugin.ImageTypePanel.Boxlayout extends javax.swing.JComponent implements Serializable

Class ij2x.plugin.LutPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

newButton

javax.swing.JButton newButton

readLutButton

javax.swing.JButton readLutButton

exportLutButton

javax.swing.JButton exportLutButton

redLutButton

javax.swing.JButton redLutButton

greenLutButton

javax.swing.JButton greenLutButton

blueLutButton

javax.swing.JButton blueLutButton

lutSlideShowButton

javax.swing.JButton lutSlideShowButton

showLutSlideButton

javax.swing.JButton showLutSlideButton

grayLutButton

javax.swing.JButton grayLutButton

saveAsJavaButton

javax.swing.JButton saveAsJavaButton

rgbButton

javax.swing.JButton rgbButton

gradientButton

javax.swing.JButton gradientButton

alignButton

javax.swing.JButton alignButton

mergergbButton

javax.swing.JButton mergergbButton

thresholdButton

javax.swing.JButton thresholdButton

showlutButton

javax.swing.JButton showlutButton

editlutButton

javax.swing.JButton editlutButton

editButton

javax.swing.JButton editButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

previousOrNext

boolean previousOrNext

index

int index

Class ij2x.plugin.MathPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

addButton

javax.swing.JButton addButton

subButton

javax.swing.JButton subButton

mulButton

javax.swing.JButton mulButton

divButton

javax.swing.JButton divButton

orButton

javax.swing.JButton orButton

andButton

javax.swing.JButton andButton

xorButton

javax.swing.JButton xorButton

minButton

javax.swing.JButton minButton

maxButton

javax.swing.JButton maxButton

gammaButton

javax.swing.JButton gammaButton

calculButton

javax.swing.JButton calculButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

index

int index

Class ij2x.plugin.MovieControllerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

startStop

boolean startStop

flipflop

boolean flipflop

pressed

boolean pressed

buttons

javax.swing.JPanel buttons

ij

ImageJ ij

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

tobeginnButton

javax.swing.JButton tobeginnButton

revButton

javax.swing.JButton revButton

startButton

javax.swing.JButton startButton

stopButton

javax.swing.JButton stopButton

fwdButton

javax.swing.JButton fwdButton

toendButton

javax.swing.JButton toendButton

speedButton

javax.swing.JButton speedButton

controlPanel

javax.swing.JPanel controlPanel

icons

java.awt.Image[][] icons

index

int index

Class ij2x.plugin.OverlayPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

addOverlayButton

javax.swing.JButton addOverlayButton

removeOverlayButton

javax.swing.JButton removeOverlayButton

showOverlayButton

javax.swing.JButton showOverlayButton

hideOverlayButton

javax.swing.JButton hideOverlayButton

optionOverlayButton

javax.swing.JButton optionOverlayButton

imageButton

javax.swing.JButton imageButton

fromROIMButton

javax.swing.JButton fromROIMButton

toROIMButton

javax.swing.JButton toROIMButton

flattenButton

javax.swing.JButton flattenButton

labelsButton

javax.swing.JButton labelsButton

fillButton

javax.swing.JButton fillButton

captframeButton

javax.swing.JButton captframeButton

ROIMButton

javax.swing.JButton ROIMButton

undoButton

javax.swing.JButton undoButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

index

int index

Class ij2x.plugin.StackControlPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

startStop

boolean startStop

flipflop

boolean flipflop

pressed

boolean pressed

buttons

javax.swing.JPanel buttons

ij

ImageJ ij

imp

ImagePlus imp

stack

ImageStack stack

controlPanel

javax.swing.JPanel controlPanel

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

tobeginnButton

javax.swing.JButton tobeginnButton

revButton

javax.swing.JButton revButton

stopButton

javax.swing.JButton stopButton

fwdButton

javax.swing.JButton fwdButton

toendButton

javax.swing.JButton toendButton

addSliceButton

javax.swing.JButton addSliceButton

removeSliceButton

javax.swing.JButton removeSliceButton

addStackButton

javax.swing.JButton addStackButton

makeStackButton

javax.swing.JButton makeStackButton

insertSlicesButton

javax.swing.JButton insertSlicesButton

removeSlicesButton

javax.swing.JButton removeSlicesButton

buildStackButton

javax.swing.JButton buildStackButton

splitStackButton

javax.swing.JButton splitStackButton

stackButton

javax.swing.JButton stackButton

spliterButton

javax.swing.JButton spliterButton

reversButton

javax.swing.JButton reversButton

to3dButton

javax.swing.JButton to3dButton

montageButton

javax.swing.JButton montageButton

index

int index

Class ij2x.plugin.ThreeColor extends javax.swing.JComponent implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

oldsettingColor

java.awt.Color oldsettingColor

colorPane

javax.swing.JPanel colorPane

colorPanel

javax.swing.JPanel colorPanel

palettePanel

javax.swing.JPanel palettePanel

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jPanel

javax.swing.JPanel[] jPanel

tempLabel

javax.swing.JLabel tempLabel

colorHex

java.lang.String colorHex

maxColumn

int maxColumn

border1

javax.swing.border.Border border1

curstringRGB

java.lang.String[] curstringRGB

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

pressed

boolean pressed

stringRGB

java.lang.String[] stringRGB

colorIconArea

ThreeColor.ColorIconArea colorIconArea

imp

ImagePlus imp

ip

ImageProcessor ip

checkBox

java.util.Vector<E> checkBox

roiCheckbox

javax.swing.JCheckBox roiCheckbox

fgCheckbox

javax.swing.JCheckBox fgCheckbox

bgCheckbox

javax.swing.JCheckBox bgCheckbox

fillCheckbox

javax.swing.JCheckBox fillCheckbox

strokeCheckbox

javax.swing.JCheckBox strokeCheckbox

group

javax.swing.ButtonGroup group

background

boolean background

isShowing

boolean isShowing

ij

ImageJ ij

image

java.awt.Image image

mouseDownTime

long mouseDownTime

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

lightGrayBorder

javax.swing.border.Border lightGrayBorder

buttonPanel

javax.swing.JPanel buttonPanel

ccButton

javax.swing.JButton ccButton

Class ij2x.plugin.ToolbarBoxControl extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

brightnesContButton

javax.swing.JButton brightnesContButton

winLevelButton

javax.swing.JButton winLevelButton

resizeCanButton

javax.swing.JButton resizeCanButton

colorBalButton

javax.swing.JButton colorBalButton

thresholdButton

javax.swing.JButton thresholdButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

Class ij2x.plugin.TransformPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

startStop

boolean startStop

flipflop

boolean flipflop

pressed

boolean pressed

buttons

javax.swing.JPanel buttons

ij

ImageJ ij

action

javax.swing.JButton action

stack

ImageStack stack

controlPanel

javax.swing.JPanel controlPanel

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

tobeginnButton

javax.swing.JButton tobeginnButton

revButton

javax.swing.JButton revButton

stopButton

javax.swing.JButton stopButton

fwdButton

javax.swing.JButton fwdButton

toendButton

javax.swing.JButton toendButton

rotLeftButton

javax.swing.JButton rotLeftButton

rotRightButton

javax.swing.JButton rotRightButton

flipHorizontalButton

javax.swing.JButton flipHorizontalButton

flipVerticalButton

javax.swing.JButton flipVerticalButton

rotButton

javax.swing.JButton rotButton

rotRoiButton

javax.swing.JButton rotRoiButton

scaleButton

javax.swing.JButton scaleButton

transButton

javax.swing.JButton transButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

index

int index

Package ij2x.plugin.color

Class ij2x.plugin.color.ColorWheelPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

isFlipX

boolean isFlipX

isFlipY

boolean isFlipY

type

ColorWheelPanel.Type type

sys

java.awt.color.ColorSpace sys

wheelInsets

java.awt.Insets wheelInsets

colorWheelImage

java.awt.Image colorWheelImage

colorWheelProducer

AbstractColorWheel colorWheelProducer

model

ColorSliderModel model

radialIndex

int radialIndex
Radial color component index.


angularIndex

int angularIndex
Angular color component index.


verticalIndex

int verticalIndex
Vertical color component index.


mouseHandler

ij2x.plugin.color.ColorWheelPanel.MouseHandler mouseHandler

modelHandler

ij2x.plugin.color.ColorWheelPanel.ModelHandler modelHandler

Package ij2x.plugin.event

Class ij2x.plugin.event.ShapesEvent extends java.util.EventObject implements Serializable

Serialized Fields

shape

ShapeRoi shape

command

int command

Package ij2x.plugin.filter

Class ij2x.plugin.filter.LutViewer extends PlugInFrame implements Serializable

Serialized Fields

plot

ij2x.plugin.filter.ViewerPlot plot

thread

java.lang.Thread thread

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

button

javax.swing.JButton button

previousImageID

int previousImageID

previousImageType

int previousImageType

previousMin

double previousMin

previousMax

double previousMax

ij

ImageJ ij

minThreshold

double minThreshold

maxThreshold

double maxThreshold

done

boolean done

invertedLut

boolean invertedLut

firstActivation

boolean firstActivation

imp

ImagePlus imp

Package ij2x.plugin.frame

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

Serialized Fields

editor

javax.swing.text.JTextComponent editor

path

java.lang.String path

changes

boolean changes

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

p

java.util.Properties p

mb

javax.swing.JMenuBar mb

scrollPane

javax.swing.JScrollPane scrollPane

scrollBar

javax.swing.JScrollBar scrollBar

port

javax.swing.JViewport port

macrosMenu

javax.swing.JMenu macrosMenu

pgm

Program pgm

eventCount

int eventCount

installer

MacroInstaller installer

sizes

int[] sizes

fontSize

int fontSize

layout

java.awt.font.TextLayout layout

frc

java.awt.font.FontRenderContext frc

monospaced

javax.swing.JCheckBoxMenuItem monospaced

dontShowWindow

boolean dontShowWindow

pm

javax.swing.JPopupMenu pm

enable

boolean enable

commands

java.util.Hashtable<K,V> commands

menuItems

java.util.Hashtable<K,V> menuItems

menubar

javax.swing.JMenuBar menubar

toolbar

javax.swing.JToolBar toolbar

statusLabel

javax.swing.JLabel statusLabel

group

javax.swing.ButtonGroup group

isMacroWindow

boolean isMacroWindow

highlighter

javax.swing.text.Highlighter highlighter

navigation

javax.swing.text.NavigationFilter navigation

num

int num

length

int length

lnwidth

int lnwidth

lines

java.lang.String[] lines

llength

int[] llength

lwidth

int[] lwidth

offset

int[] offset

row

int row

lineBegin

int lineBegin

lineEnd

int lineEnd

sb

java.lang.StringBuilder sb

lnsb

java.lang.StringBuilder lnsb

text

java.lang.String text

lntext

java.lang.String lntext

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

curFont

java.awt.Font curFont

fm

java.awt.FontMetrics fm

curRow

int curRow

oldrow

int oldrow

doc

javax.swing.text.Document doc

segment

javax.swing.text.Segment segment

attribString

java.text.AttributedString attribString

attribCharIterator

java.text.AttributedCharacterIterator attribCharIterator

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the edits on the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.


undoAction

ij2x.plugin.frame.Editor.UndoAction undoAction

redoAction

ij2x.plugin.frame.Editor.RedoAction redoAction

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Editor class

Class ij2x.plugin.frame.JCalendar extends PlugInFrame implements Serializable

Serialized Fields

calendar

Calendar calendar

analogClock

IClock analogClock

digitalClock

IClock digitalClock

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

ij

ImageJ ij

Class ij2x.plugin.frame.JCalendar.CalendarClock extends javax.swing.JComponent implements Serializable

Class ij2x.plugin.frame.JCalendar.CalendarPanel extends javax.swing.JPanel implements Serializable

Class ij2x.plugin.frame.JCalendar.ClockClock extends javax.swing.JComponent implements Serializable

Class ij2x.plugin.frame.JColorPicker extends PlugInFrame implements Serializable

Serialized Fields

slider

javax.swing.JSlider slider
The vertical slider


picker

ColorPicker picker

settingColor

java.awt.Color settingColor

oldsettingColor

java.awt.Color oldsettingColor

cp

org.jdesktop.swingx.JXCollapsiblePane cp

grayBorder

javax.swing.border.Border grayBorder

Class ij2x.plugin.frame.MonoEditor extends PlugInFrame implements Serializable

Serialized Fields

editor

javax.swing.text.JTextComponent editor

path

java.lang.String path

changes

boolean changes

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

p

java.util.Properties p

mb

javax.swing.JMenuBar mb

scrollPane

javax.swing.JScrollPane scrollPane

scrollBar

javax.swing.JScrollBar scrollBar

port

javax.swing.JViewport port

macrosMenu

javax.swing.JMenu macrosMenu

pgm

Program pgm

eventCount

int eventCount

installer

MacroInstaller installer

sizes

int[] sizes

fontSize

int fontSize

layout

java.awt.font.TextLayout layout

frc

java.awt.font.FontRenderContext frc

monospaced

javax.swing.JCheckBoxMenuItem monospaced

dontShowWindow

boolean dontShowWindow

pm

javax.swing.JPopupMenu pm

enable

boolean enable

commands

java.util.Hashtable<K,V> commands

menuItems

java.util.Hashtable<K,V> menuItems

menubar

javax.swing.JMenuBar menubar

toolbar

javax.swing.JToolBar toolbar

statusLabel

javax.swing.JLabel statusLabel

group

javax.swing.ButtonGroup group

isMacroWindow

boolean isMacroWindow

highlighter

javax.swing.text.Highlighter highlighter

navigation

javax.swing.text.NavigationFilter navigation

num

int num

length

int length

lnwidth

int lnwidth

lines

java.lang.String[] lines

llength

int[] llength

lwidth

int[] lwidth

offset

int[] offset

row

int row

lineBegin

int lineBegin

lineEnd

int lineEnd

sb

java.lang.StringBuilder sb

lnsb

java.lang.StringBuilder lnsb

text

java.lang.String text

lntext

java.lang.String lntext

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

curFont

java.awt.Font curFont

fm

java.awt.FontMetrics fm

curRow

int curRow

oldrow

int oldrow

doc

javax.swing.text.Document doc

segment

javax.swing.text.Segment segment

attribString

java.text.AttributedString attribString

attribCharIterator

java.text.AttributedCharacterIterator attribCharIterator

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the edits on the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.


undoAction

ij2x.plugin.frame.MonoEditor.UndoAction undoAction

redoAction

ij2x.plugin.frame.MonoEditor.RedoAction redoAction

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Editor class


Package ij2x.plugin.imageborder

Class ij2x.plugin.imageborder.ImageBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

top_center

java.awt.Image top_center

top_left

java.awt.Image top_left

top_right

java.awt.Image top_right

left_center

java.awt.Image left_center

right_center

java.awt.Image right_center

bottom_center

java.awt.Image bottom_center

bottom_left

java.awt.Image bottom_left

bottom_right

java.awt.Image bottom_right

insets

java.awt.Insets insets

Class ij2x.plugin.imageborder.ImageBorderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

imageborder

ImageBorder imageborder

imgBorder

javax.swing.border.Border imgBorder