org.gnu.gnome

Class CanvasText


public class CanvasText
extends CanvasItem

A GnomeCanvasText is a GnomeCanvasItem that displays a line of text of a GnomeCanvas.

Constructor Summary

CanvasText(CanvasGroup group)

Method Summary

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

Methods inherited from class org.gnu.gnome.CanvasItem

affineAbsolute, affineRelative, getCanvas, getCanvas, getParent, getParent, getType, getX1, getX1, getX2, getX2, getY1, getY1, getY2, getY2, gnome_canvas_item_affine_absolute, gnome_canvas_item_affine_relative, gnome_canvas_item_get_type, gnome_canvas_item_grab, gnome_canvas_item_grab_focus, gnome_canvas_item_hide, gnome_canvas_item_lower, gnome_canvas_item_lower_to_bottom, gnome_canvas_item_move, gnome_canvas_item_new, gnome_canvas_item_raise, gnome_canvas_item_raise_to_top, gnome_canvas_item_reparent, gnome_canvas_item_request_update, gnome_canvas_item_show, gnome_canvas_item_ungrab, hide, lower, lowerToBotton, move, raise, raiseToTop, show

Constructor Details

CanvasText

public CanvasText(CanvasGroup group)

Method Details

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.
Overrides:
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)