A GnomeCanvasText is a GnomeCanvasItem that displays a line of text
of a GnomeCanvas.
getAnchor
protected static final int getAnchor(Handle cptr)
getAttrList
protected static final Handle getAttrList(Handle cptr)
getClip
protected static final boolean getClip(Handle cptr)
getClipCheight
protected static final int getClipCheight(Handle cptr)
getClipCx
protected static final int getClipCx(Handle cptr)
getClipCy
protected static final int getClipCy(Handle cptr)
getClipHeight
protected static final double getClipHeight(Handle cptr)
getClipWidth
protected static final double getClipWidth(Handle cptr)
getCx
protected static final int getCx(Handle cptr)
getCy
protected static final int getCy(Handle cptr)
getFontDesc
protected static final Handle getFontDesc(Handle cptr)
getGc
protected static final Handle getGc(Handle cptr)
getHeight
protected static final int getHeight(Handle cptr)
getJustification
protected static final int getJustification(Handle cptr)
getLayout
protected static final Handle getLayout(Handle cptr)
getMaxWidth
protected static final int getMaxWidth(Handle cptr)
getPixel
protected static final long getPixel(Handle cptr)
getRgba
protected static final long getRgba(Handle cptr)
getRise
protected static final int getRise(Handle cptr)
getRiseSet
protected static final boolean getRiseSet(Handle cptr)
getScale
protected static final double getScale(Handle cptr)
getScaleSet
protected static final boolean getScaleSet(Handle cptr)
getStipple
protected static final Handle getStipple(Handle cptr)
getStrikeSet
protected static final boolean getStrikeSet(Handle cptr)
getStrikethrough
protected static final boolean getStrikethrough(Handle cptr)
getText
protected static final String getText(Handle cptr)
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface CanvasItem
getUnderline
protected static final int getUnderline(Handle cptr)
getUnderlineSet
protected static final boolean getUnderlineSet(Handle cptr)
getX
protected static final double getX(Handle cptr)
getXofs
protected static final double getXofs(Handle cptr)
getY
protected static final double getY(Handle cptr)
getYofs
protected static final double getYofs(Handle cptr)
gnome_canvas_text_get_type
protected static final int gnome_canvas_text_get_type()
setAnchor
protected final void setAnchor(Handle cptr,
int anchor)
setAttrList
protected final void setAttrList(Handle cptr,
Handle attr_list)
setClip
protected final void setClip(Handle cptr,
boolean clip)
setClipHeight
protected final void setClipHeight(Handle cptr,
double clip_height)
setClipWidth
protected final void setClipWidth(Handle cptr,
double clip_width)
setFontDesc
protected final void setFontDesc(Handle cptr,
Handle font_desc)
setJustification
protected final void setJustification(Handle cptr,
int justification)
setLayout
protected final void setLayout(Handle cptr,
Handle layout)
setPixel
protected final void setPixel(Handle cptr,
long pixel)
setRise
protected final void setRise(Handle cptr,
int rise)
setScale
protected final void setScale(Handle cptr,
double scale)
setStipple
protected final void setStipple(Handle cptr,
Handle stipple)
setStrikethrough
protected final void setStrikethrough(Handle cptr,
boolean strikethrough)
setText
protected final void setText(Handle cptr,
String text)
setUnderline
protected final void setUnderline(Handle cptr,
int underline)
setX
protected final void setX(Handle cptr,
double x)
setY
protected final void setY(Handle cptr,
double y)