Serialized Form
serialVersionUID: 3L
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
lastOpacity
float lastOpacity
serialVersionUID: 1L
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
calendar
Calendar calendar
analogClock
IClock analogClock
digitalClock
IClock digitalClock
bb
javax.swing.border.BevelBorder bb
grayBorder
javax.swing.border.Border grayBorder
ij
ImageJ ij
resources
java.util.Hashtable<K,V> resources
fieldAboutThisBean
java.lang.String fieldAboutThisBean
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
calendar
Calendar calendar
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
resources
java.util.Hashtable<K,V> resources
fieldAboutThisBean
java.lang.String fieldAboutThisBean
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).
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
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 |
yearChoice
java.awt.Choice yearChoice
monthChoice
java.awt.Choice monthChoice
dayChoice
java.awt.Choice dayChoice
editor
java.beans.PropertyEditorSupport editor
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 |
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
clock
IClock clock
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
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
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 |
message
java.lang.String message
systemId
java.lang.String systemId
line
int line
column
int column
Class gnu.regexp.RE extends gnu.regexp.REToken implements Serializable |
firstToken
gnu.regexp.REToken firstToken
lastToken
gnu.regexp.REToken lastToken
numSubs
int numSubs
minimumLength
int minimumLength
- Minimum length, in characters, of any possible match.
type
int type
pos
int pos
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
more
int more
match
REMatch match
expr
RE expr
input
CharIndexed input
eflags
int eflags
index
int index
bits
java.util.BitSet bits
isFinal
boolean isFinal
lineSeparator
java.lang.String lineSeparator
Class ij.ImageJ extends javax.swing.JFrame implements Serializable |
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
style
int style
headSize
double headSize
doubleHeaded
boolean doubleHeaded
outline
boolean outline
points
float[] points
path
java.awt.geom.GeneralPath path
xstart
double xstart
ystart
double ystart
aspectRatio
double aspectRatio
handle
int[] handle
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
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
customCursor
CustomCursor customCursor
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
drawDoubleClicked
boolean drawDoubleClicked
fillDoubleClicked
boolean fillDoubleClicked
firstFrame
long firstFrame
frames
int frames
fps
int fps
count
int count
img
java.awt.Image img
composite
java.awt.Composite composite
opacity
double opacity
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.
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
button
javax.swing.JButton button
label
MultiLineLabel label
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
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
saveMag
double saveMag
hideLabels
boolean hideLabels
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
subPixel
boolean subPixel
startXD
double startXD
startYD
double startYD
drawOffset
boolean drawOffset
mouseUpTime
long mouseUpTime
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
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
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
rect
java.awt.geom.Rectangle2D.Double rect
roundRect
java.awt.Shape roundRect
roundrect
java.awt.geom.RoundRectangle2D.Double roundrect
startXd
double startXd
startYd
double startYd
xd
double xd
yd
double yd
widthd
double widthd
heightd
double heightd
activeHandle
int activeHandle
state
int state
modState
int modState
cornerDiameter
int cornerDiameter
cornerDiameterd
double cornerDiameterd
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
oldXd
double oldXd
oldYd
double oldYd
oldWidthd
double oldWidthd
oldHeightd
double oldHeightd
clipXd
double clipXd
clipYd
double clipYd
clipWidthd
double clipWidthd
clipHeightd
double clipHeightd
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
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
dontSave
javax.swing.JButton dontSave
cancel
javax.swing.JButton cancel
save
javax.swing.JButton save
cancelPressed
boolean cancelPressed
savePressed
boolean savePressed
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
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
p2dD
java.awt.geom.Path2D p2dD
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
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 |
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
ij
ImageJ ij
panel
javax.swing.JPanel panel
toolBar
Toolbar toolBar
instance
javax.swing.JFrame instance
trim
int trim
button
javax.swing.JButton button
label
MultiLineLabel label
escPressed
boolean escPressed
yesB
javax.swing.JButton yesB
noB
javax.swing.JButton noB
cancelB
javax.swing.JButton cancelB
cancelPressed
boolean cancelPressed
yesPressed
boolean yesPressed
firstPaint
boolean firstPaint
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
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
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
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
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
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
colorizedSelectionForeground
java.awt.Color colorizedSelectionForeground
colorizedSelectionBackground
java.awt.Color colorizedSelectionBackground
colorizedSelectionForeground
java.awt.Color colorizedSelectionForeground
colorizedSelectionBackground
java.awt.Color colorizedSelectionBackground
choice
javax.swing.JComboBox choice
checkbox
javax.swing.JCheckBox[] checkbox
moreButton
javax.swing.JButton moreButton
id
int id
pm
javax.swing.JPopupMenu pm
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
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
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
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
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
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
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
panel
javax.swing.JPanel panel
pasteMode
javax.swing.JComboBox pasteMode
title
java.lang.String title
container
java.awt.Container container
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
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
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
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 |
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
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
tokenMarker
TokenMarker tokenMarker
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
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
textPanel
TextPanel textPanel
antialiased
javax.swing.JCheckBoxMenuItem antialiased
sizes
int[] sizes
fontSize
int fontSize
mb
javax.swing.JMenuBar mb
seg
javax.swing.text.Segment seg
m_index
int m_index
reverse
boolean reverse
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
colorpickerButton
javax.swing.JButton colorpickerButton
splineButton
javax.swing.JButton splineButton
action
javax.swing.JButton action
bb
javax.swing.border.BevelBorder bb
lightGrayBorder
javax.swing.border.Border lightGrayBorder
mouseDownTime
long mouseDownTime
controlBarPanel
javax.swing.JPanel controlBarPanel
panel
javax.swing.JPanel panel
index
int index
roi
Roi roi
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
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
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
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 |
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 |
shape
ShapeRoi shape
command
int command
Package ij2x.plugin.filter |
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 |
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
calendar
Calendar calendar
analogClock
IClock analogClock
digitalClock
IClock digitalClock
bb
javax.swing.border.BevelBorder bb
grayBorder
javax.swing.border.Border grayBorder
ij
ImageJ ij
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
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 |
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
panel
javax.swing.JPanel panel
imageborder
ImageBorder imageborder
imgBorder
javax.swing.border.Border imgBorder