|
|||||||||
| 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.IterFractPlugIn
public class IterFractPlugIn
| Field Summary | |
|---|---|
int |
delay_ms
|
DoublePoint[] |
initialObject
|
boolean |
iterate
|
protected boolean |
mIsDrawing
|
protected javax.swing.JCheckBoxMenuItem |
mIterateMenuItem
|
protected java.awt.Point |
mLastPoint
|
protected java.util.Vector<java.awt.Point> |
mPoints
|
ColorMap |
plotColors
|
boolean |
replaceLast
|
int |
steps
|
| Fields inherited from class org.fraid.plugin.BehaviorBean |
|---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
| Constructor Summary | |
|---|---|
IterFractPlugIn()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone when saving to file. |
void |
completePopupMenu(javax.swing.JPopupMenu aPopup)
See superclass. |
boolean |
doActionPerformed(java.awt.event.ActionEvent aE)
|
boolean |
doItemStateChanged(java.awt.event.ItemEvent aE)
|
boolean |
doMouseClicked(java.awt.event.MouseEvent aE)
|
boolean |
doMouseMoved(java.awt.event.MouseEvent aE)
|
int |
getDelay_ms()
Get the Delay_ms value. |
ColorMap |
getPlotColors()
Get the PlotColors value. |
int |
getSteps()
Get the Steps value. |
boolean |
isIterate()
Get the Iterate value. |
boolean |
isReplaceLast()
Get the ReplaceLast value. |
void |
setDelay_ms(int newDelay_ms)
Set the Delay_ms value. |
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setIterate(boolean newIterate)
Set the Iterate value. |
void |
setPlotColors(ColorMap newPlotColors)
Set the PlotColors value. |
void |
setReplaceLast(boolean newReplaceLast)
Set the ReplaceLast value. |
void |
setSteps(int newSteps)
Set the Steps 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 iterate
public boolean replaceLast
public int delay_ms
public int steps
public transient DoublePoint[] initialObject
protected transient java.util.Vector<java.awt.Point> mPoints
protected transient java.awt.Point mLastPoint
protected transient javax.swing.JCheckBoxMenuItem mIterateMenuItem
protected transient boolean mIsDrawing
| Constructor Detail |
|---|
public IterFractPlugIn()
| Method Detail |
|---|
public int getSteps()
public void setSteps(int newSteps)
newSteps - The new Steps value.public int getDelay_ms()
public void setDelay_ms(int newDelay_ms)
newDelay_ms - The new Delay_ms value.public boolean isReplaceLast()
public void setReplaceLast(boolean newReplaceLast)
newReplaceLast - The new ReplaceLast value.public boolean isIterate()
public void setIterate(boolean newIterate)
newIterate - The new Iterate value.public ColorMap getPlotColors()
public void setPlotColors(ColorMap newPlotColors)
newPlotColors - The new PlotColors 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 doItemStateChanged(java.awt.event.ItemEvent aE)
doItemStateChanged in class BehaviorBeanpublic boolean doActionPerformed(java.awt.event.ActionEvent aE)
doActionPerformed in class BehaviorBeanpublic boolean doMouseClicked(java.awt.event.MouseEvent aE)
doMouseClicked in class BehaviorBeanpublic boolean doMouseMoved(java.awt.event.MouseEvent aE)
doMouseMoved in class BehaviorBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||