The GnomeCanvasLine is a GnomeCanvasItem that draws a line on a
GnomeCanvas. The line can contain multiple segments.
getCap
protected static final int getCap(Handle cptr)
getFillColor
protected static final int getFillColor(Handle cptr)
getFillPixel
protected static final long getFillPixel(Handle cptr)
getFillRgba
protected static final int getFillRgba(Handle cptr)
getFirstArrow
protected static final boolean getFirstArrow(Handle cptr)
getGc
protected static final Handle getGc(Handle cptr)
getJoin
protected static final int getJoin(Handle cptr)
getLastArrow
protected static final boolean getLastArrow(Handle cptr)
getLineStyle
protected static final int getLineStyle(Handle cptr)
getNumPoints
protected static final int getNumPoints(Handle cptr)
getShapeA
protected static final double getShapeA(Handle cptr)
getShapeB
protected static final double getShapeB(Handle cptr)
getShapeC
protected static final double getShapeC(Handle cptr)
getSmooth
protected static final boolean getSmooth(Handle cptr)
getSplineSteps
protected static final int getSplineSteps(Handle cptr)
getStipple
protected static final Handle getStipple(Handle cptr)
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface CanvasItem
getWidth
protected static final double getWidth(Handle cptr)
getWidthPixels
protected static final boolean getWidthPixels(Handle cptr)
gnome_canvas_line_get_type
protected static final int gnome_canvas_line_get_type()
setCap
protected final void setCap(Handle cptr,
int cap)
setFillColor
protected final void setFillColor(Handle cptr,
int fill_color)
setFillPixel
protected final void setFillPixel(Handle cptr,
long fill_pixel)
setFillRgba
protected final void setFillRgba(Handle cptr,
int fill_rgba)
setFirstArrow
protected final void setFirstArrow(Handle cptr,
boolean first_arrow)
setJoin
protected final void setJoin(Handle cptr,
int join)
setLastArrow
protected final void setLastArrow(Handle cptr,
boolean last_arrow)
setLineStyle
protected final void setLineStyle(Handle cptr,
int line_style)
setShapeA
protected final void setShapeA(Handle cptr,
double shape_a)
setShapeB
protected final void setShapeB(Handle cptr,
double shape_b)
setShapeC
protected final void setShapeC(Handle cptr,
double shape_c)
setSmooth
protected final void setSmooth(Handle cptr,
boolean smooth)
setSplineSteps
protected final void setSplineSteps(Handle cptr,
int spline_steps)
setStipple
protected final void setStipple(Handle cptr,
Handle stipple)