|
|||||||||
| 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.Plot3DPlugIn
org.fraid.plugin.beans.Plot3PlugIn
public class Plot3PlugIn
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.fraid.plugin.beans.Plot3DPlugIn |
|---|
Plot3DPlugIn.FakeGridVector |
| Field Summary | |
|---|---|
int |
deltaDenominator
|
double |
endValue
|
double |
startValue
|
| Fields inherited from class org.fraid.plugin.beans.Plot3DPlugIn |
|---|
draggingPoint, mModel, plotColors, plotCoordSystem, printFunctionNames, xyAngleInRad, xzAngleInRad |
| Fields inherited from class org.fraid.plugin.BehaviorBean |
|---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
| Constructor Summary | |
|---|---|
Plot3PlugIn()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone when saving to file. |
int |
getDeltaDenominator()
Get the DeltaDenominator value. |
double |
getEndValue()
Get the EndValue 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 |
setStartValue(double newStartValue)
Set the StartValue value. |
| Methods inherited from class org.fraid.plugin.beans.Plot3DPlugIn |
|---|
completePopupMenu, doActionPerformed, doMouseDragged, doMousePressed, getPlotColors, getXyAngleInRad, getXzAngleInRad, isPlotCoordSystem, isPrintFunctionNames, setGraphicsPanelNoThread, setPlotColors, setPlotCoordSystem, setPrintFunctionNames, setXyAngleInRad, setXzAngleInRad |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double startValue
public double endValue
public int deltaDenominator
| Constructor Detail |
|---|
public Plot3PlugIn()
| Method Detail |
|---|
public int getDeltaDenominator()
public void setDeltaDenominator(int newDeltaDenominator)
newDeltaDenominator - The new DeltaDenominator 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 Plot3DPlugInObject value
java.lang.CloneNotSupportedException - if an error occurs
public void setGraphicsPanel(GraphicsUser aOwner)
throws PlugInException
BehaviorBean
setGraphicsPanel in interface BehaviorBeanInterfacesetGraphicsPanel in class Plot3DPlugInaOwner - a GraphicsUser value
PlugInException - if an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||