org.gnu.gnome

Class CanvasShape

Known Direct Subclasses:
CanvasBpath, CanvasPolygon, CanvasRE

public class CanvasShape
extends CanvasItem

Constructor Summary

CanvasShape(CanvasGroup group, int type)

Method Summary

static Type
getType()
Retrieve the runtime type used by the GLib library.
protected static Handle
gnome_canvas_shape_get_path_def(Handle shape)
protected static int
gnome_canvas_shape_get_type()
protected static void
gnome_canvas_shape_set_path_def(Handle shape, Handle def)

Methods inherited from class org.gnu.gnome.CanvasItem

affineAbsolute, affineRelative, getCanvas, getCanvas, getParent, getParent, getType, getX1, getX1, getX2, getX2, getY1, getY1, getY2, getY2, gnome_canvas_item_affine_absolute, gnome_canvas_item_affine_relative, gnome_canvas_item_get_type, gnome_canvas_item_grab, gnome_canvas_item_grab_focus, gnome_canvas_item_hide, gnome_canvas_item_lower, gnome_canvas_item_lower_to_bottom, gnome_canvas_item_move, gnome_canvas_item_new, gnome_canvas_item_raise, gnome_canvas_item_raise_to_top, gnome_canvas_item_reparent, gnome_canvas_item_request_update, gnome_canvas_item_show, gnome_canvas_item_ungrab, hide, lower, lowerToBotton, move, raise, raiseToTop, show

Constructor Details

CanvasShape

protected CanvasShape(CanvasGroup group,
                      int type)

Method Details

getType

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


gnome_canvas_shape_get_path_def

protected static final Handle gnome_canvas_shape_get_path_def(Handle shape)


gnome_canvas_shape_get_type

protected static final int gnome_canvas_shape_get_type()


gnome_canvas_shape_set_path_def

protected static final void gnome_canvas_shape_set_path_def(Handle shape,
                                                            Handle def)