|
|||||||||
| 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.MapPlotPlugIn
public class MapPlotPlugIn
| Field Summary | |
|---|---|
ColorMap |
plotColors
|
double |
startValue
|
| Fields inherited from class org.fraid.plugin.BehaviorBean |
|---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
| Constructor Summary | |
|---|---|
MapPlotPlugIn()
|
|
| 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 e)
|
PaintAlgorithmThread |
getAlgorithm()
Returns the current algorithm |
ColorMap |
getPlotColors()
Get the PlotColors value. |
double |
getStartValue()
Get the StartValue value. |
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setPlotColors(ColorMap newPlotColors)
Set the PlotColors value. |
void |
setStartValue(double newStartValue)
Set the StartValue value. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ColorMap plotColors
public double startValue
| Constructor Detail |
|---|
public MapPlotPlugIn()
| Method Detail |
|---|
public ColorMap getPlotColors()
public void setPlotColors(ColorMap newPlotColors)
newPlotColors - The new PlotColors value.public double getStartValue()
public void setStartValue(double newStartValue)
newStartValue - The new StartValue 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 PaintAlgorithmThread getAlgorithm()
BehaviorBean
getAlgorithm in interface BehaviorBeanInterfacegetAlgorithm in class BehaviorBeanPaintAlgorithmThread valuepublic boolean doMousePressed(java.awt.event.MouseEvent e)
doMousePressed in class BehaviorBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||