Serialized Form


Package Landmark

Class Landmark.LmsScrollableImagePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

csi

LmsWizardPopup csi
instance of the main/calling class


cs

Landmark cs
instance of the main Landmark class


dbS

DbSample dbS
instance of sample


dbSorig

DbSample dbSorig
instance of sample


ctrlMod

boolean ctrlMod
CTRL/Mouse


shiftMod

boolean shiftMod
SHIFT/Mouse


ctrlShiftMod

boolean ctrlShiftMod
CTRL-SHIFT/Mouse


altMod

boolean altMod
ALT/Mouse


fontFamily

java.lang.String fontFamily

smallFont

java.awt.Font smallFont

mediumFont

java.awt.Font mediumFont

largeFont

java.awt.Font largeFont

xImg

int xImg
image address (x,y)+(xBase,yBase) where base address of ULHC of clipped image in image canvas used in last paint


yImg

int yImg
image address (x,y)+(xBase,yBase) where base address of ULHC of clipped image in image canvas used in last paint


curLMS

int curLMS
current landmark set of current spot. -1 if not current spot


preferredWidth

int preferredWidth
preferred size of canvas


preferredHeight

int preferredHeight
preferred size of canvas


cursorColor

java.awt.Color cursorColor
Overlay color for cursor


lmDBcolor

java.awt.Color lmDBcolor
Overlay color for user defined landmarks


lmsColor

java.awt.Color lmsColor
Overlay color for spots in the currently selected landmark set


nonLMScolor

java.awt.Color nonLMScolor
Overlay color for spot that are NOT in the currently selected landmark set.


si

ScrollableImage si

side

java.lang.String side
indicates left or right side by "right" or "left"


img

java.awt.Image img
image to display


oImage

java.awt.Image oImage
for outside/offscreen painting


pixWidth

int pixWidth
img width


pixHeight

int pixHeight
img height

Class Landmark.LmsWizardPopup extends javax.swing.JFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

cs

Landmark cs
instance of the main class


VIEW_WIDTH

int VIEW_WIDTH
Width of the frame


VIEW_HEIGHT

int VIEW_HEIGHT
Height of the frame


UPPER_IMG_WIDTH

int UPPER_IMG_WIDTH
Width of the upper img


UPPER_IMG_HEIGHT

int UPPER_IMG_HEIGHT
Height of the upper img


DIVIDER_LOCATION

int DIVIDER_LOCATION
location of JsplitPane divider


SCROLLER_VIEW_WIDTH

int SCROLLER_VIEW_WIDTH
Width of the frame


SCROLLER_VIEW_HEIGHT

int SCROLLER_VIEW_HEIGHT
Height of the frame


dbRsample

DbSample dbRsample
Reference sample


dbSample

DbSample dbSample
Independent sample


dbS

DbSample dbS
landmark flicker sample is set by run() to either dbRsample or dbSample


oGifFileName

java.lang.String oGifFileName
Full path of image to "Save image" in


baseImageFile

java.lang.String baseImageFile
base name of the image for use in the title


changeGuiFlag

boolean changeGuiFlag
flag to indicating that the GUI may have changed and that it should be rebuilt.


titleFlag

boolean titleFlag
turn off titles on lower panels


guiBuiltInitialFlag

boolean guiBuiltInitialFlag
build the initial GUI flag


isVisibleFlag

boolean isVisibleFlag
Set true if window is visible


flickerFlag

boolean flickerFlag
set from "Flicker" choice


useAddLMradiiFlag

boolean useAddLMradiiFlag
set from "View LM radii" Menu CB


useShowRadiiTableFlag

boolean useShowRadiiTableFlag
set from (View | Show radii table) menu


useLMnbrLabelsFlag

boolean useLMnbrLabelsFlag

useDragFlag

boolean useDragFlag
set from "Use drag" checkbox


useLogFlag

boolean useLogFlag
set from "Use log" checkbox


addFocusBoxFlag

boolean addFocusBoxFlag
set from "Add focus box" checkbox


useSaveImageFlag

boolean useSaveImageFlag
set from "Save image" Command


logReportFlag

boolean logReportFlag
set from "Log report" checkbox menu item


runT

java.lang.Thread runT
Flickering thread


isSuspendedFlag

boolean isSuspendedFlag
runT is suspended


notDoneFlag

boolean notDoneFlag
Set to kill the run loop


pixRsample

char[] pixRsample
Rsample Picture buffer char[] of image to display . Note this is read either from the pix variable.


pixSample

char[] pixSample
Sample Picture buffer char[] of image to display . Note this is read from the pix variable.


pixWidthRsample

int pixWidthRsample
The width of the Rsample image


pixHeightRsample

int pixHeightRsample
The width of the Rsample image


nPixelsRsample

int nPixelsRsample
The pixWidthRsample*pixHeightRsample


pixWidthSample

int pixWidthSample
The width of the Sample image


pixHeightSample

int pixHeightSample
The width of the Sample image


nPixelsSample

int nPixelsSample
The pixWidthSample*pixHeightSample


viewWidth

int viewWidth

viewHeight

int viewHeight

dispImage

java.awt.Image dispImage
Display image


maxSampleWidth

int maxSampleWidth
maximum original image width computed as: max(dbRsample.pixWidth,dbSample.pixWidth)


maxSampleHeight

int maxSampleHeight
maximum original image height computed as: max(dbRsample.pixHeight,dbSample.pixHeight)


dispWidth

int dispWidth
Width of display image


dispHeight

int dispHeight
Height of display image


nDispPixels

int nDispPixels
# of dispImage pixels computed as dispWidth*dispHeight


xCurRsample

int xCurRsample
the current X of the Rsample image


yCurRsample

int yCurRsample
the current Y of the Rsample image


xCurSample

int xCurSample
the current X of the Sample image


yCurSample

int yCurSample
the current Y of the Sample image


sampleNbrEdit

int sampleNbrEdit
The sample for the following edit coords if not -1


xEdit

int xEdit
The X coordinate of landmark to edit if not -1


yEdit

int yEdit
The Y coordinate of landmark to edit if not -1


xImg

int xImg
image address (x,y)+(xBase,yBase)


yImg

int yImg
image address (x,y)+(xBase,yBase)


xImgRight

int xImgRight
image address (x,y)+(xBase,yBase) for using right upper window for flickering


yImgRight

int yImgRight
image address (x,y)+(xBase,yBase) for using right upper window for flickering


mbar

java.awt.MenuBar mbar
menu bar for the frame


fileMenu

java.awt.Menu fileMenu
"File" pull down Menu list


viewMenu

java.awt.Menu viewMenu
"View" pull down Menu list


editMenu

java.awt.Menu editMenu
"Edit" pull down Menu list


helpMenu

java.awt.Menu helpMenu
"Help" pull down Menu list


ms

MenuSupport ms
Menu support hash tables


controlPanel

javax.swing.JPanel controlPanel
Control panel for the main frame


msgTextArea

java.awt.TextArea msgTextArea
Text area GUI for message rporting


textAreaFontSize

int textAreaFontSize
font size


textFontFamily

java.lang.String textFontFamily
font family for message window


fontFamily

java.lang.String fontFamily

smallFont

java.awt.Font smallFont

mediumFont

java.awt.Font mediumFont

largeFont

java.awt.Font largeFont

dispPixChoice

java.awt.Choice dispPixChoice
Selector for image to display (Rsample, Sample)


dispName

java.lang.String dispName
Name of image to display


rsampleCursorColor

java.awt.Color rsampleCursorColor
Rsample image cursor color when flickering


sampleCursorColor

java.awt.Color sampleCursorColor
Sample image cursor color when flickering


focusBoxColor

java.awt.Color focusBoxColor
optional Focus box color


guardRegionColor

java.awt.Color guardRegionColor
Guard region color, can be set from view menu


meanRsamplePixGray

int meanRsamplePixGray
Rsample mean pixel gray value


meanSamplePixGray

int meanSamplePixGray
Sample mean pixel gray value


delayLabelLeft

java.awt.Label delayLabelLeft
label for Rsample image delay


delayBarLeft

java.awt.Scrollbar delayBarLeft
scroll bar for Rsample image delay


flickerDelayLeft

int flickerDelayLeft

delayLabelRight

java.awt.Label delayLabelRight
label for Sample image delay


delayBarRight

java.awt.Scrollbar delayBarRight
scroll bar for Sample image delay


flickerDelayRight

int flickerDelayRight

delay

int delay

curImageLabel

java.awt.Label curImageLabel
current image being display during flickering


flickerCB

java.awt.Checkbox flickerCB
Flicker (C-F) checkbox


zoomChoice

java.awt.Choice zoomChoice
Choice Selector for Zoom


zoomFactor

int zoomFactor
zoomFactor


useDragCB

java.awt.Checkbox useDragCB
the "Use drag" checkbox


useLogCB

java.awt.Checkbox useLogCB
the "Use log" checkbox


pImgRsample

java.awt.Image pImgRsample
Rsample Image to display


pImgSample

java.awt.Image pImgSample
Sample Image to display


origImgRight

java.awt.Image origImgRight
original right image


origImgLeft

java.awt.Image origImgLeft
original left image


siRight

LmsScrollableImagePanel siRight
right scroller


siLeft

LmsScrollableImagePanel siLeft
left scroller


scrollPaneWidthRight

int scrollPaneWidthRight
right scroll pane width


scrollPaneWidthLeft

int scrollPaneWidthLeft
left scroll pane width


scrollPaneHeightRight

int scrollPaneHeightRight
right scroll pane height


scrollPaneHeightLeft

int scrollPaneHeightLeft
left scroll pane height


pixHeightRight

int pixHeightRight
right image pixel height


pixHeightLeft

int pixHeightLeft
left image pixel height


pixWidthLeft

int pixWidthLeft
left image pixel width


pixWidthRight

int pixWidthRight
right image pixel width


parentObj

java.lang.Object parentObj
parent or calling class


cWidth

int cWidth
canvas width


cHeight

int cHeight
canvas height


preferedCanvasSize

java.awt.Dimension preferedCanvasSize
prefered canvas size


preferredWidth

int preferredWidth
preferred size of canvas


preferredHeight

int preferredHeight
preferred size of canvas


separateFlickerWindowCB

java.awt.Checkbox separateFlickerWindowCB
checkbox for flicker separate window toggle (on/off)


dziRight

LmsWizardPopup.DisplayZoomedImg dziRight
for displaying upper right zoomed img


dziLeft

LmsWizardPopup.DisplayZoomedImg dziLeft
for displaying upper left zoomed img


dziFlicker

LmsWizardPopup.DisplayZoomedImg dziFlicker
for displaying flickered img


flickerWindow

LmsWizardPopup.SeparateFlickerWindow flickerWindow
separate flicker window/frame