|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseVar | |
---|---|
net.sourceforge.webcompmath.draw | |
net.sourceforge.webcompmath.draw.beans |
Uses of MouseVar in net.sourceforge.webcompmath.draw |
---|
Classes in net.sourceforge.webcompmath.draw that implement MouseVar | |
---|---|
class |
DraggablePoint
A DraggablePoint can be added to a DisplayCanvas, where it appears as a small disk, square, or cross. |
class |
MouseTracker
A MouseTracker can be added to a CoordinateRect in a DisplayCanvas to respond to user mouse actions in the rectangular area occupied by the CoordinateRect. |
Uses of MouseVar in net.sourceforge.webcompmath.draw.beans |
---|
Classes in net.sourceforge.webcompmath.draw.beans that implement MouseVar | |
---|---|
class |
WCMDraggablePointBean
|
class |
WCMMouseTrackerBean
|
Methods in net.sourceforge.webcompmath.draw.beans that return MouseVar | |
---|---|
MouseVar |
WCMMouseVariableBean.getMouse()
Get the MouseTracker or DraggablePoint being referenced |
Methods in net.sourceforge.webcompmath.draw.beans with parameters of type MouseVar | |
---|---|
void |
WCMMouseVariableBean.setMouse(MouseVar m)
Set the MouseTracker or DraggablePoint to use when getting a position variable |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |