| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GtkObjectorg.gnu.gnome.CanvasItemorg.gnu.gnome.CanvasShapeorg.gnu.gnome.CanvasREpublic class CanvasREextends CanvasShapeField Summary | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
protected static String | |
Constructor Summary | |
| |
Method Summary | |
static Type |
|
protected static int | |
protected static Handle |
|
protected static Handle |
|
protected static Handle |
|
protected static Handle |
|
protected static void |
|
Methods inherited from class org.gnu.gnome.CanvasShape | |
getType, gnome_canvas_shape_get_path_def, gnome_canvas_shape_get_type, gnome_canvas_shape_set_path_def | |
protected static String ARG_NAME_FILL_COLOR
protected static String ARG_NAME_FILL_COLOR_GDK
protected static String ARG_NAME_FILL_COLOR_RGBA
protected static String ARG_NAME_FILL_STIPPLE
protected static String ARG_NAME_OUTLINE_COLOR
protected static String ARG_NAME_OUTLINE_COLOR_GDK
protected static String ARG_NAME_OUTLINE_COLOR_RGBA
protected static String ARG_NAME_OUTLINE_STIPPLE
protected static String ARG_NAME_WIDTH_PIXELS
protected static String ARG_NAME_WIDTH_UNITS
protected static String ARG_NAME_X1
protected static String ARG_NAME_X2
protected static String ARG_NAME_Y1
protected static String ARG_NAME_Y2
public static Type getType()
Retrieve the runtime type used by the GLib library.
- Overrides:
- getType in interface CanvasShape
protected static final int gnome_canvas_re_get_type()
protected static final Handle gnome_canvas_re_new_gdk_wpix(Handle group,
int type,
double x1,
double y1,
double x2,
double y2,
Handle fill_color,
Handle outline_color,
Handle fill_stipple,
Handle outline_stipple,
int width_pixels)protected static final Handle gnome_canvas_re_new_gdk_wunit(Handle group,
int type,
double x1,
double y1,
double x2,
double y2,
Handle fill_color,
Handle outline_color,
Handle fill_stipple,
Handle outline_stipple,
double width_units)protected static final Handle gnome_canvas_re_new_rgba_wpix(Handle group,
int type,
double x1,
double y1,
double x2,
double y2,
int fill_color,
int outline_color,
int width_pixels)protected static final Handle gnome_canvas_re_new_rgba_wunit(Handle group,
int type,
double x1,
double y1,
double x2,
double y2,
int fill_color,
int outline_color,
double width_units)protected static final void gnome_canvas_request_redraw(Handle canvas,
int x1,
int y1,
int x2,
int y2)