|
|||||||||
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.Plot3DPlugIn
org.fraid.plugin.beans.Plot3FPlugIn
public class Plot3FPlugIn
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.fraid.plugin.beans.Plot3DPlugIn |
---|
Plot3DPlugIn.FakeGridVector |
Field Summary | |
---|---|
double |
endX
|
double |
endY
|
double |
gridSize
|
int |
gridSmoothness
|
double |
startX
|
double |
startY
|
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 | |
---|---|
Plot3FPlugIn()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone when saving to file. |
double |
getEndX()
Get the EndX value. |
double |
getEndY()
Get the EndY value. |
double |
getGridSize()
Get the GridSize value. |
int |
getGridSmoothness()
Get the GridSmoothness value. |
double |
getStartX()
Get the StartX value. |
double |
getStartY()
Get the StartY value. |
void |
setEndX(double newEndX)
Set the EndX value. |
void |
setEndY(double newEndY)
Set the EndY value. |
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setGridSize(double newGridSize)
Set the GridSize value. |
void |
setGridSmoothness(int newGridSmoothness)
Set the GridSmoothness value. |
void |
setStartX(double newStartX)
Set the StartX value. |
void |
setStartY(double newStartY)
Set the StartY 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 startX
public double endX
public double startY
public double endY
public double gridSize
public int gridSmoothness
Constructor Detail |
---|
public Plot3FPlugIn()
Method Detail |
---|
public int getGridSmoothness()
public void setGridSmoothness(int newGridSmoothness)
newGridSmoothness
- The new GridSmoothness value.public double getStartX()
public void setStartX(double newStartX)
newStartX
- The new StartX value.public double getEndX()
public void setEndX(double newEndX)
newEndX
- The new EndX value.public double getStartY()
public void setStartY(double newStartY)
newStartY
- The new StartY value.public double getEndY()
public void setEndY(double newEndY)
newEndY
- The new EndY value.public double getGridSize()
public void setGridSize(double newGridSize)
newGridSize
- The new GridSize value.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
BehaviorBean
clone
in class Plot3DPlugIn
Object
value
java.lang.CloneNotSupportedException
- if an error occurspublic void setGraphicsPanel(GraphicsUser aOwner) throws PlugInException
BehaviorBean
setGraphicsPanel
in interface BehaviorBeanInterface
setGraphicsPanel
in class Plot3DPlugIn
aOwner
- a GraphicsUser
value
PlugInException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |