|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fraid.plugin.BehaviorBean
org.fraid.plugin.beans.Plot2PlugIn
public class Plot2PlugIn
Field Summary | |
---|---|
int |
deltaDenominator
|
double |
endValue
|
java.awt.Color |
plotColor
|
double |
startValue
|
Fields inherited from class org.fraid.plugin.BehaviorBean |
---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
Constructor Summary | |
---|---|
Plot2PlugIn()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone when saving to file. |
void |
completePopupMenu(javax.swing.JPopupMenu aPopup)
See superclass. |
PaintAlgorithmThread |
getAlgorithm()
Returns the current algorithm |
int |
getDeltaDenominator()
Get the DeltaDenominator value. |
double |
getEndValue()
Get the EndValue value. |
java.awt.Color |
getPlotColor()
Get the PlotColor value. |
double |
getStartValue()
Get the StartValue value. |
void |
setDeltaDenominator(int newDeltaDenominator)
Set the DeltaDenominator value. |
void |
setEndValue(double newEndValue)
Set the EndValue value. |
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setPlotColor(java.awt.Color newPlotColor)
Set the PlotColor value. |
void |
setStartValue(double newStartValue)
Set the StartValue value. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.awt.Color plotColor
public double startValue
public double endValue
public int deltaDenominator
Constructor Detail |
---|
public Plot2PlugIn()
Method Detail |
---|
public int getDeltaDenominator()
public void setDeltaDenominator(int newDeltaDenominator)
newDeltaDenominator
- The new DeltaDenominator value.public java.awt.Color getPlotColor()
public void setPlotColor(java.awt.Color newPlotColor)
newPlotColor
- The new PlotColor value.public double getStartValue()
public void setStartValue(double newStartValue)
newStartValue
- The new StartValue value.public double getEndValue()
public void setEndValue(double newEndValue)
newEndValue
- The new EndValue value.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
BehaviorBean
clone
in class BehaviorBean
Object
value
java.lang.CloneNotSupportedException
- if an error occurspublic void setGraphicsPanel(GraphicsUser aOwner) throws PlugInException
BehaviorBean
setGraphicsPanel
in interface BehaviorBeanInterface
setGraphicsPanel
in class BehaviorBean
aOwner
- a GraphicsUser
value
PlugInException
- if an error occurspublic void completePopupMenu(javax.swing.JPopupMenu aPopup)
BehaviorBean
completePopupMenu
in interface BehaviorBeanInterface
completePopupMenu
in class BehaviorBean
aPopup
- a JPopupMenu
valuepublic PaintAlgorithmThread getAlgorithm()
BehaviorBean
getAlgorithm
in interface BehaviorBeanInterface
getAlgorithm
in class BehaviorBean
PaintAlgorithmThread
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |