Glyph
Inheritance: java.lang.Object
All Implemented Interfaces: java.lang.Cloneable
public class Glyph implements Cloneable
Stellt ein Font-Glyph dar.
Methoden
| Methode | Beschreibung |
|---|---|
| clone() | Gibt eine Kopie des Glyph zurück. |
| equals(Object arg0) | |
| getClass() | |
| getGlyphBBox() | Liest das Glyph‑BBox. |
| getLeftSidebearingX() | Ermittelt die Glyph‑Seitenlage x‑Koordinate. |
| getLeftSidebearingY() | Ermittelt die Glyph‑Seitenlage y‑Koordinate. |
| getPath() | Ermittelt den Glyph‑Pfad. |
| getSourceResolution() | Ermittelt die Auflösung des Quellbefehlsatzes. |
| getState() | Ermittelt den Glyph‑Zustand. |
| getWidthVectorX() | Ermittelt den Glyph‑Breitenvektor. |
| getWidthVectorY() | Ermittelt den Glyph‑Breitenvektor. |
| hashCode() | |
| isEmpty() | Wahr, wenn das Glyph keine Zeichenanweisungen enthält. |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
clone()
public Object clone()
Gibt eine Kopie des Glyph zurück.
Returns: java.lang.Object - Kopie des Glyphs.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGlyphBBox()
public FontBBox getGlyphBBox()
Liest das Glyph‑BBox.
Returns: FontBBox - Glyph BBox
getLeftSidebearingX()
public double getLeftSidebearingX()
Ermittelt die Glyph‑Seitenlage x‑Koordinate.
Returns: double - Glyph‑Seitenlage x‑Koordinate.
getLeftSidebearingY()
public double getLeftSidebearingY()
Ermittelt die Glyph‑Seitenlage y‑Koordinate.
Returns: double - Glyph‑Seitenlage y‑Koordinate.
getPath()
public SegmentPath getPath()
Ermittelt den Glyph‑Pfad.
Returns: SegmentPath - Glyph path.
getSourceResolution()
public int getSourceResolution()
Ermittelt die Auflösung des Quellbefehlsatzes.
Returns: int - Auflösung des Quellbefehlsatzes.
getState()
public GlyphState getState()
Ermittelt den Glyph‑Zustand.
Returns: GlyphState - Glyph state.
getWidthVectorX()
public double getWidthVectorX()
Ermittelt den Glyph‑Breitenvektor. Koordinate x.
Returns: double - Glyph‑Breitenvektor. Koordinate x.
getWidthVectorY()
public double getWidthVectorY()
Ermittelt den Glyph‑Breitenvektor. Koordinate y.
Returns: double - Glyph‑Breitenvektor. Koordinate y.
hashCode()
public native int hashCode()
Returns: int
isEmpty()
public boolean isEmpty()
Wahr, wenn das Glyph keine Zeichenanweisungen enthält.
Returns: boolean - Wahr, wenn das Glyph keine Zeichenanweisungen enthält.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |