|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.freedesktop.cairo.Glyph
org.freedesktop.cairo.Glyph
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.
public class Glyph
A Glyph holds information about a single glyph when drawing or measuring
text. A font is (in simple terms) a collection of shapes used to draw text. A
glyph is one of these shapes. There can be multiple glyphs for a single
character (alternates to be used in different contexts, for example), or a
glyph can be a
Constructor Summary | |
---|---|
Glyph()
Deprecated. |
|
Glyph(long index,
double x,
double y)
Deprecated. |
Method Summary | |
---|---|
long |
getIndex()
Deprecated. |
Point |
getPoint()
Deprecated. |
double |
getX()
Deprecated. |
double |
getY()
Deprecated. |
void |
setIndex(long index)
Deprecated. |
void |
setX(double x)
Deprecated. |
void |
setY(double y)
Deprecated. |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Glyph()
public Glyph(long index, double x, double y)
Method Detail |
---|
public long getIndex()
public void setIndex(long index)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public Point getPoint()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |