|
|
com.kutsyy.lvspod
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Inner classes inherited from class javax.swing.JFrame |
JFrame.AccessibleJFrame |
| Inner classes inherited from class java.awt.Frame |
Frame.AccessibleAWTFrame |
| Inner classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
| Inner classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
| Inner classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.AWTTreeLock |
| Field Summary | |
(package private) BorderLayout |
borderLayoutMain
Description of the Field |
(package private) CardLayout |
cardLayout1
Description of the Field |
(package private) JPanel |
contentPane
Description of the Field |
(package private) int |
current
Description of the Field |
(package private) GridBagLayout |
gridBagLayout1
Description of the Field |
(package private) JButton |
jButtonQuit
Description of the Field |
(package private) JButton |
jButtonStop
Description of the Field |
(package private) JMenuBar |
jMenuBar
Description of the Field |
(package private) JMenu |
jMenuFile
Description of the Field |
(package private) JMenuItem |
jMenuFileExit
Description of the Field |
(package private) JMenuItem |
jMenuFileStop
Description of the Field |
(package private) JMenu |
jMenuHelp
Description of the Field |
(package private) JMenuItem |
jMenuHelpAbout
Description of the Field |
(package private) JPanel |
jPanelBar
Description of the Field |
(package private) JPanel |
jPanelPlot
Description of the Field |
(package private) JPanel |
jPanelStopBar
Description of the Field |
(package private) JPanel |
jPanelText
Description of the Field |
(package private) JProgressBar |
jProgressBarPhi
Description of the Field |
(package private) JProgressBar |
jProgressBarX
Description of the Field |
(package private) JSplitPane |
jSplitPaneButton
Description of the Field |
(package private) JTextArea |
jTextAreaMean
Description of the Field |
(package private) JTextArea |
jTextAreaQ1
Description of the Field |
(package private) JTextArea |
jTextAreaQ2
Description of the Field |
(package private) JTextArea |
jTextAreaQ3
Description of the Field |
(package private) double |
meanPhi
Description of the Field |
(package private) double[] |
Phi
Description of the Field |
(package private) double |
q1Phi
Description of the Field |
(package private) double |
q2Phi
Description of the Field |
(package private) double |
q3Phi
Description of the Field |
(package private) JLabel |
statusBar
Description of the Field |
boolean |
stopDataAugmentation
Description of the Field |
(package private) int |
total
Description of the Field |
(package private) double |
xScale
Description of the Field |
(package private) double |
yScale
Description of the Field |
| Fields inherited from class javax.swing.JFrame |
accessibleContext, defaultCloseOperation, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
base, CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, frameSerializedDataVersion, HAND_CURSOR, icon, ICONIFIED, mbManagement, menuBar, MOVE_CURSOR, N_RESIZE_CURSOR, nameCounter, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, ownedWindows, resizable, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, serialVersionUID, state, SW_RESIZE_CURSOR, TEXT_CURSOR, title, W_RESIZE_CURSOR, WAIT_CURSOR, weakThis |
| Fields inherited from class java.awt.Window |
active, dbg, focusMgr, inputContext, inputContextLock, OPENED, ownedWindowList, warningString, windowListener, windowSerializedDataVersion |
| Fields inherited from class java.awt.Container |
component, containerListener, containerSerializedDataVersion, dispatcher, layoutMgr, listeningBoundsChildren, listeningChildren, maxSize, ncomponents, printing, printingThreads |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
OrdinalSpatialBayesianPlot()
Construct the frame |
|
| Method Summary | |
void |
initialize(double[] phi,
int m)
put your documentation comment here |
private void |
jbInit()
Component initialization |
void |
jMenuFileExit_actionPerformed(ActionEvent e)
File | Exit action performed |
void |
jMenuHelpAbout_actionPerformed(ActionEvent e)
Help | About action performed |
protected void |
processWindowEvent(WindowEvent e)
Overridden so we can exit when window is closed |
void |
update(double phi)
Description of the Method |
void |
update(double[] phi)
put your documentation comment here |
| Methods inherited from class javax.swing.JFrame |
addImpl, createRootPane, createRootPaneException, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isRootPaneCheckingEnabled, paramString, processKeyEvent, remove, setContentPane, setDefaultCloseOperation, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
| Methods inherited from class java.awt.Frame |
|
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
public boolean stopDataAugmentation
JPanel contentPane
JMenuBar jMenuBar
JMenu jMenuFile
JMenuItem jMenuFileExit
JMenu jMenuHelp
JMenuItem jMenuHelpAbout
JLabel statusBar
BorderLayout borderLayoutMain
JPanel jPanelPlot
GridBagLayout gridBagLayout1
JButton jButtonStop
JPanel jPanelStopBar
JProgressBar jProgressBarX
JProgressBar jProgressBarPhi
JPanel jPanelBar
CardLayout cardLayout1
JSplitPane jSplitPaneButton
JButton jButtonQuit
JMenuItem jMenuFileStop
double q1Phi
double q2Phi
double q3Phi
double meanPhi
double xScale
double yScale
double[] Phi
int current
int total
JPanel jPanelText
JTextArea jTextAreaMean
JTextArea jTextAreaQ1
JTextArea jTextAreaQ2
JTextArea jTextAreaQ3
| Constructor Detail |
public OrdinalSpatialBayesianPlot()
| Method Detail |
public void initialize(double[] phi,
int m)
phi - m - public void update(double[] phi)
phi - public void update(double phi)
phi - Description of Parameterpublic void jMenuFileExit_actionPerformed(ActionEvent e)
e - Description of Parameterpublic void jMenuHelpAbout_actionPerformed(ActionEvent e)
e - Description of Parameterprotected void processWindowEvent(WindowEvent e)
processWindowEvent in class JFramee - Description of Parameter
private void jbInit()
throws Exception
Exception - Description of Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||