|
||||||||||
| 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.core.PaintablePanel
adams.gui.visualization.stats.fourinone.VersusOrder
public class VersusOrder
Class that creates a versus order plot with the residuals on the y axis and the position in the data on the x axis.
| 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 int |
m_Index
index of the residuals attribute within the instances |
protected Instances |
m_Instances
Instances containing the data |
protected VersusOrderPanel |
m_Plot
Panel for displaying the data |
protected VsOrderPaintlet |
m_Val
Paintlet for plotting the data |
protected VersusOrderOptions |
m_VsOrderOptions
Options for the vsorder plot |
| Fields inherited from class adams.gui.visualization.core.PaintablePanel |
|---|
m_Paintlets |
| 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 | |
|---|---|
VersusOrder()
|
|
| Method Summary | |
|---|---|
protected boolean |
canPaint(Graphics g)
Returns true if the paintlets can be executed. |
Instances |
getInstances()
Get the instances for this versus order |
PlotPanel |
getPlot()
Returns the plot panel of the panel, null if no panel present. |
protected void |
initGUI()
For initializing the GUI. |
void |
prepareUpdate()
Prepares the update, i.e., calculations etc. |
void |
setIndex(int val)
Set the index of the residuals attribute within the instances |
void |
setInstances(Instances inst)
Set the instances for this versus order |
void |
setOptions(VersusOrderOptions val)
Set the options for the versus order |
| Methods inherited from class adams.gui.visualization.core.PaintablePanel |
|---|
addPaintlet, initialize, paint, painted, paintlets, performUpdate, postUpdate, removePaintlet, update |
| Methods inherited from class adams.gui.core.BasePanel |
|---|
afterHide, afterShow, beforeHide, beforeShow, closeParent, finishInit, getParentChild, getParentDialog, getParentFrame, getParentInternalFrame, getParentTitle, 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 VersusOrderPanel m_Plot
protected VsOrderPaintlet m_Val
protected VersusOrderOptions m_VsOrderOptions
protected int m_Index
| Constructor Detail |
|---|
public VersusOrder()
| Method Detail |
|---|
protected void initGUI()
initGUI in class BasePanelpublic void setOptions(VersusOrderOptions val)
val - VersusOrderoptions object containing all the options for this versus order plotpublic PlotPanel getPlot()
getPlot in class PaintablePanelpublic void prepareUpdate()
prepareUpdate in class PaintablePanelprotected boolean canPaint(Graphics g)
canPaint in class PaintablePanelg - the graphics context
public Instances getInstances()
public void setInstances(Instances inst)
inst - Instances for this plotpublic void setIndex(int val)
val -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||