|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
adams.gui.core.BasePanel
adams.gui.visualization.stats.fourinone.FourInOne
public class FourInOne
Class that displays a four-in-1 plot containing a histogram, vs order plot, vs fit plot and a normal probability plot.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected Index |
m_Act
Index for setting the position of the actual attribute |
protected int |
m_ActInd
Position of the actual attribute |
protected JPanel |
m_Centre
Panel for displaying the four plots |
protected HistogramOptions |
m_HistogramOptions
Options for the histogram plot |
protected int |
m_Index
Index for the position of the residuals attribute |
protected Instances |
m_Instances
Instances containing the data |
protected NormalPlotOptions |
m_NormOptions
Options for the normal probability plot |
protected Index |
m_Pred
index for setting the position of the predicted attribute |
protected int |
m_PredInd
Position of the predicted attribute |
protected VersusFitOptions |
m_VsFitOptions
options for the vs fit plot |
protected VersusOrderOptions |
m_VsOrderOptions
options for the vs order plot |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
FourInOne()
|
|
| Method Summary | |
|---|---|
protected void |
initGUI()
|
void |
reset()
Called by the class that creates this four-in-one class once the fields have been set |
void |
setAct(Index val)
Set the index for the position of the actual attribute |
void |
setInstances(Instances val)
Set the instances used in the four-in-plot |
void |
setOptions(HistogramOptions hist,
VersusFitOptions vsFit,
VersusOrderOptions vsOrder,
NormalPlotOptions norm)
Set the options for each of the plots within the four-in-one |
void |
setPred(Index val)
Set the index for the position of the predicted attribute |
| Methods inherited from class adams.gui.core.BasePanel |
|---|
afterHide, afterShow, beforeHide, beforeShow, closeParent, finishInit, getParentChild, getParentDialog, getParentFrame, getParentInternalFrame, getParentTitle, initialize, main, setParentTitle, setVisible |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Instances m_Instances
protected JPanel m_Centre
protected int m_Index
protected NormalPlotOptions m_NormOptions
protected HistogramOptions m_HistogramOptions
protected VersusFitOptions m_VsFitOptions
protected VersusOrderOptions m_VsOrderOptions
protected Index m_Act
protected Index m_Pred
protected int m_ActInd
protected int m_PredInd
| Constructor Detail |
|---|
public FourInOne()
| Method Detail |
|---|
public void setInstances(Instances val)
val - Instances for the plotprotected void initGUI()
initGUI in class BasePanelpublic void reset()
public void setOptions(HistogramOptions hist,
VersusFitOptions vsFit,
VersusOrderOptions vsOrder,
NormalPlotOptions norm)
hist - Options for the histogramvsFit - Options for the vs fitvsOrder - options for the vs ordernorm - options for the normalpublic void setAct(Index val)
val - Index for positionpublic void setPred(Index val)
val -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||