|
|||||||||
| 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.OrbitDiagramPlugIn
public class OrbitDiagramPlugIn
| Field Summary | |
|---|---|
int |
numberOfIterations
|
java.awt.Color |
plotColor
|
int |
settleNumber
|
DoublePoint |
startPoint
|
| Fields inherited from class org.fraid.plugin.BehaviorBean |
|---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
| Constructor Summary | |
|---|---|
OrbitDiagramPlugIn()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone when saving to file. |
void |
completePopupMenu(javax.swing.JPopupMenu aPopup)
See superclass. |
boolean |
doMousePressed(java.awt.event.MouseEvent aE)
|
int |
getNumberOfIterations()
Get the NumberOfIterations value. |
java.awt.Color |
getPlotColor()
Get the PlotColor value. |
int |
getSettleNumber()
Get the SettleNumber value. |
DoublePoint |
getStartPoint()
Get the StartPoint value. |
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setNumberOfIterations(int newNumberOfIterations)
Set the NumberOfIterations value. |
void |
setPlotColor(java.awt.Color newPlotColor)
Set the PlotColor value. |
void |
setSettleNumber(int newSettleNumber)
Set the SettleNumber value. |
void |
setStartPoint(DoublePoint newStartPoint)
Set the StartPoint 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 int numberOfIterations
public int settleNumber
public DoublePoint startPoint
| Constructor Detail |
|---|
public OrbitDiagramPlugIn()
| Method Detail |
|---|
public DoublePoint getStartPoint()
public void setStartPoint(DoublePoint newStartPoint)
newStartPoint - The new StartPoint value.public java.awt.Color getPlotColor()
public void setPlotColor(java.awt.Color newPlotColor)
newPlotColor - The new PlotColor value.public int getNumberOfIterations()
public void setNumberOfIterations(int newNumberOfIterations)
newNumberOfIterations - The new NumberOfIterations value.public int getSettleNumber()
public void setSettleNumber(int newSettleNumber)
newSettleNumber - The new SettleNumber value.
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 doMousePressed(java.awt.event.MouseEvent aE)
doMousePressed in class BehaviorBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||