|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CanvasItem | |
org.gnu.gnome |
Uses of CanvasItem in org.gnu.gnome |
Subclasses of CanvasItem in org.gnu.gnome | |
class |
CanvasBpath
|
class |
CanvasClipgroup
|
class |
CanvasEllipse
The GnomeCanvasEllipse is a GnomeCanvasItem that draws itself as an ellipse on a GnomeCanvas. |
class |
CanvasGroup
Objects of this class are created and managed inside a GnomeCanvas widget. |
class |
CanvasLine
The GnomeCanvasLine is a GnomeCanvasItem that draws a line on a GnomeCanvas. |
class |
CanvasPixbuf
|
class |
CanvasPolygon
A GnomeCanvasPolygon is a GnomeCanvasItem that draws a filled polygon on a GnomeCanvas. |
class |
CanvasRE
This is a base class that acts as a parent for both GnomeCanvasRect and GnomeCanvasEllipse. |
class |
CanvasRect
The GnomeCanvasRect is a GnomeCanvasItem that draws itself as a rectangle on a GnomeCanvas. |
class |
CanvasRichText
|
class |
CanvasShape
|
class |
CanvasText
A GnomeCanvasText is a GnomeCanvasItem that displays a line of text of a GnomeCanvas. |
class |
CanvasWidget
The GnomeCanvasWidget is not a widget - it is a GnomeCanvasItem that is capable of containing a widget. |
class |
IconTextItem
|
Methods in org.gnu.gnome that return CanvasItem | |
CanvasItem |
Canvas.getCurrentCanvasItem()
The item containing the mouse pointer, or NULL if none. |
CanvasItem |
Canvas.getFocusedCanvasItem()
The currently focused item, or NULL if none. |
CanvasItem |
Canvas.getGrabbedCanvasItem()
The item that holds a pointer grab, or NULL if none. |
CanvasItem |
Canvas.getItemAt(double x,
double y)
Returns the item that is at the specified position in world coordinates, or NULL if no item is there. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |