|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
public abstract class AbstractZScoreOverlay
Abstract superclass for overlays on the z score graph.
| Field Summary | |
|---|---|
protected Color |
m_Color
colour to draw the overlay line |
protected Instances |
m_Instances
Instances object containing the data |
protected AbstractZOverlayPaintlet |
m_Paintlet
Paintlet for the plotting |
protected ZScore |
m_Parent
parent z score plot to plot data on |
protected float |
m_Thickness
Thickness of overlay |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
AbstractZScoreOverlay()
|
|
| Method Summary | |
|---|---|
String |
colorTipText()
Tip text for the color property |
void |
defineOptions()
|
Color |
getColor()
get the color of the overlay |
AbstractZOverlayPaintlet |
getPaintlet()
get the paintlet used to plot the overlay |
protected ZScore |
getParent()
get the parent of the overlay |
float |
getThickness()
Get the thickness of the overlay |
void |
setColor(Color val)
Set the color of the overlay |
void |
setInstances(Instances inst)
Set the instances for the overlay |
void |
setParent(ZScore val)
set the parent for the overlay |
void |
setThickness(float val)
Set the thickness of the overlay |
abstract void |
setUp()
set up the overlay and it's paintlet |
AbstractZScoreOverlay |
shallowCopy()
create a shallow copy of an overlay |
AbstractZScoreOverlay |
shallowCopy(boolean expand)
create a shallow copy of an overlay |
abstract String |
shortName()
Return a short name for the overlay to display in the key |
String |
thicknessTipText()
Return a tip text for the thickness property |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, globalInfo, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ZScore m_Parent
protected Instances m_Instances
protected AbstractZOverlayPaintlet m_Paintlet
protected Color m_Color
protected float m_Thickness
| Constructor Detail |
|---|
public AbstractZScoreOverlay()
| Method Detail |
|---|
public void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractOptionHandlerpublic void setThickness(float val)
val - Thickness in pixelspublic float getThickness()
public String thicknessTipText()
public abstract void setUp()
protected ZScore getParent()
public void setParent(ZScore val)
val - parent z score plotpublic void setInstances(Instances inst)
inst - Instances for plottingpublic AbstractZOverlayPaintlet getPaintlet()
public AbstractZScoreOverlay shallowCopy()
public AbstractZScoreOverlay shallowCopy(boolean expand)
expand - whether to expand variables to their current values
public abstract String shortName()
public void setColor(Color val)
val - Color for the overlaypublic Color getColor()
public String colorTipText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||