|
|||||||||
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.PhasePlugIn
public class PhasePlugIn
Field Summary | |
---|---|
double |
deltaDenominator
|
java.awt.Color |
directionFieldColor
|
int |
distanceBetweenVectors
|
double |
endValue
|
java.util.Vector<DoublePoint> |
mStartPoints
|
java.awt.Color |
plotColor
|
double |
startValue
|
double |
timeLength
|
double |
vectorDenominator
|
Fields inherited from class org.fraid.plugin.BehaviorBean |
---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
Constructor Summary | |
---|---|
PhasePlugIn()
|
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 |
doMousePressed(java.awt.event.MouseEvent aE)
|
PaintAlgorithmThread |
getAlgorithm()
Returns the current algorithm |
double |
getDeltaDenominator()
Get the DeltaDenominator value. |
java.awt.Color |
getDirectionFieldColor()
Get the DirectionFieldColor value. |
int |
getDistanceBetweenVectors()
Get the DistanceBetweenVectors value. |
double |
getEndValue()
Get the EndValue value. |
java.awt.Color |
getPlotColor()
Get the PlotColor value. |
double |
getStartValue()
Get the StartValue value. |
double |
getTimeLength()
Get the TimeLength value. |
double |
getVectorDenominator()
Get the VectorDenominator value. |
void |
setDeltaDenominator(double newDeltaDenominator)
Set the DeltaDenominator value. |
void |
setDirectionFieldColor(java.awt.Color newDirectionFieldColor)
Set the DirectionFieldColor value. |
void |
setDistanceBetweenVectors(int newDistanceBetweenVectors)
Set the DistanceBetweenVectors value. |
void |
setEndValue(double newEndValue)
Set the EndValue value. |
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setPlotColor(java.awt.Color newPlotColor)
Set the PlotColor value. |
void |
setStartValue(double newStartValue)
Set the StartValue value. |
void |
setTimeLength(double newTimeLength)
Set the TimeLength value. |
void |
setVectorDenominator(double newVectorDenominator)
Set the VectorDenominator 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 java.awt.Color directionFieldColor
public double startValue
public double endValue
public double deltaDenominator
public double timeLength
public int distanceBetweenVectors
public double vectorDenominator
public transient java.util.Vector<DoublePoint> mStartPoints
Constructor Detail |
---|
public PhasePlugIn()
Method Detail |
---|
public double getVectorDenominator()
public void setVectorDenominator(double newVectorDenominator)
newVectorDenominator
- The new VectorDenominator value.public int getDistanceBetweenVectors()
public void setDistanceBetweenVectors(int newDistanceBetweenVectors)
newDistanceBetweenVectors
- The new DistanceBetweenVectors value.public java.awt.Color getDirectionFieldColor()
public void setDirectionFieldColor(java.awt.Color newDirectionFieldColor)
newDirectionFieldColor
- The new DirectionFieldColor value.public double getTimeLength()
public void setTimeLength(double newTimeLength)
newTimeLength
- The new TimeLength value.public double getDeltaDenominator()
public void setDeltaDenominator(double newDeltaDenominator)
newDeltaDenominator
- The new DeltaDenominator value.public java.awt.Color getPlotColor()
public void setPlotColor(java.awt.Color newPlotColor)
newPlotColor
- The new PlotColor 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 BehaviorBean
Object
value
java.lang.CloneNotSupportedException
- if an error occurspublic void setGraphicsPanel(GraphicsUser aOwner) throws PlugInException
BehaviorBean
setGraphicsPanel
in interface BehaviorBeanInterface
setGraphicsPanel
in class BehaviorBean
aOwner
- a GraphicsUser
value
PlugInException
- if an error occurspublic void completePopupMenu(javax.swing.JPopupMenu aPopup)
BehaviorBean
completePopupMenu
in interface BehaviorBeanInterface
completePopupMenu
in class BehaviorBean
aPopup
- a JPopupMenu
valuepublic boolean doActionPerformed(java.awt.event.ActionEvent aE)
doActionPerformed
in class BehaviorBean
public PaintAlgorithmThread getAlgorithm()
BehaviorBean
getAlgorithm
in interface BehaviorBeanInterface
getAlgorithm
in class BehaviorBean
PaintAlgorithmThread
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 |