org.gnu.gnome

Class CanvasPolygon


public class CanvasPolygon
extends CanvasShape

A GnomeCanvasPolygon is a GnomeCanvasItem that draws a filled polygon on a GnomeCanvas.

Constructor Summary

CanvasPolygon(CanvasGroup group)

Method Summary

static Type
getType()
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

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

Constructor Details

CanvasPolygon

public CanvasPolygon(CanvasGroup group)

Method Details

getType

public static Type getType()

Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Retrieve the runtime type used by the GLib library.
Overrides:
getType in interface CanvasShape