|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DisplayCanvas in net.sourceforge.webcompmath.applets |
---|
Fields in net.sourceforge.webcompmath.applets declared as DisplayCanvas | |
---|---|
protected DisplayCanvas |
GenericGraphApplet.canvas
The canvas for displaying axes, graphs, etc. |
Uses of DisplayCanvas in net.sourceforge.webcompmath.awt |
---|
Methods in net.sourceforge.webcompmath.awt that return DisplayCanvas | |
---|---|
DisplayCanvas |
CopyButton.getCanvas()
|
Methods in net.sourceforge.webcompmath.awt with parameters of type DisplayCanvas | |
---|---|
void |
CopyButton.setCanvas(DisplayCanvas canvas)
|
Constructors in net.sourceforge.webcompmath.awt with parameters of type DisplayCanvas | |
---|---|
CopyButton(DisplayCanvas dc)
Create a CopyButton |
Uses of DisplayCanvas in net.sourceforge.webcompmath.awt.beans |
---|
Methods in net.sourceforge.webcompmath.awt.beans with parameters of type DisplayCanvas | |
---|---|
void |
WCMVariableJSliderBean.setCanvasMinMax(DisplayCanvas canvas)
Set this property when you want the min and max of a variableJSlider to match the min and max of a graph. |
Uses of DisplayCanvas in net.sourceforge.webcompmath.draw |
---|
Fields in net.sourceforge.webcompmath.draw declared as DisplayCanvas | |
---|---|
protected DisplayCanvas |
Drawable.canvas
The canvas on which this Drawable is drawn. |
Methods in net.sourceforge.webcompmath.draw with parameters of type DisplayCanvas | |
---|---|
void |
LimitControlPanel.addCoords(DisplayCanvas canvas)
Add the first CoordinateRect from the canvas to be controlled by this LimitControlPanel. |
protected void |
Panner.setOwnerData(DisplayCanvas canvas,
CoordinateRect coords)
Called when this object is added to a DisplayCanvas. |
protected void |
MouseTracker.setOwnerData(DisplayCanvas canvas,
CoordinateRect coords)
This is called automatically by CoordinateRect when the MouseTracker is added to the CoordinateRect. |
protected void |
Drawable.setOwnerData(DisplayCanvas canvas,
CoordinateRect coords)
Sets the values of member variables canvas and coords. |
Uses of DisplayCanvas in net.sourceforge.webcompmath.draw.beans |
---|
Subclasses of DisplayCanvas in net.sourceforge.webcompmath.draw.beans | |
---|---|
class |
WCMDisplayCanvasBean
This class extends DisplayCanvas and is primarily for use with GUI builders. |
Methods in net.sourceforge.webcompmath.draw.beans with parameters of type DisplayCanvas | |
---|---|
void |
WCMLimitControlPanelBean.setCanvas1(DisplayCanvas dc)
Set the canvas to be controlled by this limit control panel |
void |
WCMLimitControlPanelBean.setCanvas2(DisplayCanvas dc)
Set the 2nd canvas to be controlled by this limit control panel |
void |
WCMLimitControlPanelBean.setCanvas3(DisplayCanvas dc)
Set the 3rd canvas to be controlled by this limit control panel |
protected void |
WCMAxisTickBean.setOwnerData(DisplayCanvas canvas,
CoordinateRect coords)
Override to set the owner data for the embedded drawables and add them to a coordinate rect. |
Uses of DisplayCanvas in net.sourceforge.webcompmath.functions |
---|
Methods in net.sourceforge.webcompmath.functions with parameters of type DisplayCanvas | |
---|---|
protected void |
TableFunctionGraph.setOwnerData(DisplayCanvas canvas,
CoordinateRect coords)
Sets the values of member variables canvas and coords. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |