org.gnu.gnome

Class CanvasRE

Known Direct Subclasses:
CanvasEllipse, CanvasRect

public class CanvasRE
extends CanvasShape

This is a base class that acts as a parent for both GnomeCanvasRect and GnomeCanvasEllipse. This base class includes information pertaining to colors and sizes, but the two decendents contain the drawing details.

Method Summary

static Type
getType()
Retrieve the runtime type used by the GLib library.

Methods inherited from class org.gnu.gnome.CanvasShape

getType

Methods inherited from class org.gnu.gnome.CanvasItem

affineAbsolute, affineRelative, getCanvas, getParent, getType, getX1, getX2, getY1, getY2, hide, lower, lowerToBotton, move, raise, raiseToTop, show

Method Details

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.
Overrides:
getType in interface CanvasShape