|
|||||||||
| 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.Color3DPlugIn
public class Color3DPlugIn
| Field Summary | |
|---|---|
ColorMap |
plotColors
|
boolean |
printFunctionNames
|
| Fields inherited from class org.fraid.plugin.BehaviorBean |
|---|
autoScale, backgroundColor, bottomRight, frameSize, gridColor, mAutoScaleMenuItem, mGridCrossPoints, mPainterThread, mPanel, numberGridMarkerDigitsX, numberGridMarkerDigitsY, upperLeft |
| Constructor Summary | |
|---|---|
Color3DPlugIn()
|
|
| 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)
|
ColorMap |
getPlotColors()
Get the PlotColors value. |
boolean |
isPrintFunctionNames()
Get the PrintFunctionNames value. |
void |
setGraphicsPanel(GraphicsUser aOwner)
See superclass. |
void |
setPlotColors(ColorMap newPlotColors)
Set the PlotColors value. |
void |
setPrintFunctionNames(boolean newPrintFunctionNames)
Set the PrintFunctionNames 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 printFunctionNames
| Constructor Detail |
|---|
public Color3DPlugIn()
| Method Detail |
|---|
public ColorMap getPlotColors()
public void setPlotColors(ColorMap newPlotColors)
newPlotColors - The new PlotColors value.public boolean isPrintFunctionNames()
public void setPrintFunctionNames(boolean newPrintFunctionNames)
newPrintFunctionNames - The new PrintFunctionNames 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 | ||||||||