|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGraphCursor | |
---|---|
net.sourceforge.swtlayeredgraph |
Uses of IGraphCursor in net.sourceforge.swtlayeredgraph |
---|
Classes in net.sourceforge.swtlayeredgraph that implement IGraphCursor | |
---|---|
class |
CrossCursor
|
class |
SmallCrossCursor
|
Methods in net.sourceforge.swtlayeredgraph that return IGraphCursor | |
---|---|
IGraphCursor |
SwtLayeredGraph.getGraphCursor()
Gets the current cursor for the canvas. |
IGraphCursor |
GraphCursorFactory.getLargeCrossCursor()
Builds a default cross cursor |
IGraphCursor |
GraphCursorFactory.getLargeCrossCursor(int color,
int lineWidth)
Builds a cross cursor with the following parameters. |
IGraphCursor |
GraphCursorFactory.getSmallCrossCursor()
Builds a default small cross cursor. |
IGraphCursor |
GraphCursorFactory.getSmallCrossCursor(java.lang.Double width,
java.lang.Double height,
int color,
int lineWidth,
CoordinateType type)
Builds a small cross cursor with the following parameters. |
Methods in net.sourceforge.swtlayeredgraph with parameters of type IGraphCursor | |
---|---|
void |
SwtLayeredGraph.setGraphCursor(IGraphCursor cursor)
Sets the cursor to use on the canvas. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |