org.gnu.gnome

Class CanvasLine


public class CanvasLine
extends CanvasItem

The GnomeCanvasLine is a GnomeCanvasItem that draws a line on a GnomeCanvas. The line can contain multiple segments.

Constructor Summary

CanvasLine(CanvasGroup group)

Method Summary

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

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

CanvasLine

public CanvasLine(CanvasGroup group)

Method Details

getType

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