|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fraid.plugin.BehaviorBean
org.fraid.plugin.beans.FunctionPlotPlugIn
public class FunctionPlotPlugIn
| Field Summary | |
|---|---|
boolean |
autoScaleHorizontal
|
double |
correctionAmount
|
protected javax.swing.JCheckBoxMenuItem |
mAutoScaleHorizontal
|
protected javax.swing.JCheckBoxMenuItem |
mPlotSampledAsLinesChB
|
ColorMap |
plotColors
|
boolean |
plotSampledAsLines
|
boolean |
printFunctionNames
|
| Fields inherited from class org.fraid.plugin.BehaviorBean |
|---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
| Constructor Summary | |
|---|---|
FunctionPlotPlugIn()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone when saving to file. |
void |
completePopupMenu(javax.swing.JPopupMenu aPopup)
See superclass. |
void |
copyAlgorithmStructures(PaintAlgorithmThread aAlgorithm)
|
boolean |
doItemStateChanged(java.awt.event.ItemEvent aE)
|
boolean |
doMousePressed(java.awt.event.MouseEvent aE)
|
boolean |
doObjectChanged()
The actual worker for objectChanged. |
double |
getCorrectionAmount()
|
ColorMap |
getPlotColors()
Get the PlotColors value. |
boolean |
isAutoscaleHorizontal()
Getter for property autoscaleHorizontal. |
boolean |
isPlotSampledAsLines()
Getter for property plotSampledAsLines. |
boolean |
isPrintFunctionNames()
Get the PrintFunctionNames value. |
void |
setAutoscaleHorizontal(boolean autoscaleHorizontal)
Setter for property autoscaleHorizontal. |
void |
setCorrectionAmount(double acorrectionAmount)
|
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setPlotColors(ColorMap newPlotColors)
Set the PlotColors value. |
void |
setPlotSampledAsLines(boolean plotSampledAsLines)
Setter for property plotSampledAsLines. |
void |
setPrintFunctionNames(boolean newPrintFunctionNames)
Set the PrintFunctionNames value. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ColorMap plotColors
public boolean printFunctionNames
public boolean plotSampledAsLines
public boolean autoScaleHorizontal
public transient double correctionAmount
protected transient javax.swing.JCheckBoxMenuItem mPlotSampledAsLinesChB
protected transient javax.swing.JCheckBoxMenuItem mAutoScaleHorizontal
| Constructor Detail |
|---|
public FunctionPlotPlugIn()
| Method Detail |
|---|
public double getCorrectionAmount()
public void setCorrectionAmount(double acorrectionAmount)
public ColorMap getPlotColors()
public void setPlotColors(ColorMap newPlotColors)
newPlotColors - The new PlotColors value.public boolean isPrintFunctionNames()
public void setPrintFunctionNames(boolean newPrintFunctionNames)
newPrintFunctionNames - The new PrintFunctionNames value.public boolean isPlotSampledAsLines()
public void setPlotSampledAsLines(boolean plotSampledAsLines)
plotSampledAsLines - New value of property plotSampledAsLines.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
BehaviorBean
clone in class BehaviorBeanObject value
java.lang.CloneNotSupportedException - if an error occurs
public void setGraphicsPanel(GraphicsUser aOwner)
throws PlugInException
BehaviorBean
setGraphicsPanel in interface BehaviorBeanInterfacesetGraphicsPanel in class BehaviorBeanaOwner - a GraphicsUser value
PlugInException - if an error occurspublic void completePopupMenu(javax.swing.JPopupMenu aPopup)
BehaviorBean
completePopupMenu in interface BehaviorBeanInterfacecompletePopupMenu in class BehaviorBeanaPopup - a JPopupMenu valuepublic boolean doObjectChanged()
BehaviorBean
doObjectChanged in class BehaviorBeanboolean valuepublic boolean doItemStateChanged(java.awt.event.ItemEvent aE)
doItemStateChanged in class BehaviorBeanpublic boolean doMousePressed(java.awt.event.MouseEvent aE)
doMousePressed in class BehaviorBeanpublic boolean isAutoscaleHorizontal()
public void setAutoscaleHorizontal(boolean autoscaleHorizontal)
autoscaleHorizontal - New value of property autoscaleHorizontal.public void copyAlgorithmStructures(PaintAlgorithmThread aAlgorithm)
copyAlgorithmStructures in class BehaviorBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||