Glyph
Inheritance: java.lang.Object
All Implemented Interfaces: java.lang.Cloneable
public class Glyph implements Cloneable
يمثل حرفًا من الخط.
الطرق
| طريقة | الوصف |
|---|---|
| clone() | يعيد نسخة من glyph. |
| equals(Object arg0) | |
| getClass() | |
| getGlyphBBox() | يحصل على BBox للglyph. |
| getLeftSidebearingX() | يحصل على إحداثي x للجانب الجانبي للglyph. |
| getLeftSidebearingY() | يحصل على إحداثي y للجانب الجانبي للglyph. |
| getPath() | يحصل على مسار الـ glyph. |
| getSourceResolution() | يحصل على دقة مجموعة الأوامر المصدر. |
| getState() | يحصل على حالة الـ glyph. |
| getWidthVectorX() | يحصل على متجه عرض الـ glyph. |
| getWidthVectorY() | يحصل على متجه عرض الـ glyph. |
| hashCode() | |
| isEmpty() | صحيح إذا لم يحتوي الـ glyph على تعليمات الرسم. |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
clone()
public Object clone()
يعيد نسخة من glyph.
Returns: java.lang.Object - نسخة من الـ Glyph.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGlyphBBox()
public FontBBox getGlyphBBox()
يحصل على BBox للglyph.
Returns: FontBBox - Glyph BBox
getLeftSidebearingX()
public double getLeftSidebearingX()
يحصل على إحداثي x للجانب الجانبي للglyph.
Returns: double - إحداثي x للجانب الجانبي للglyph.
getLeftSidebearingY()
public double getLeftSidebearingY()
يحصل على إحداثي y للجانب الجانبي للglyph.
Returns: double - إحداثي y للجانب الجانبي للglyph.
getPath()
public SegmentPath getPath()
يحصل على مسار الـ glyph.
Returns: SegmentPath - Glyph path.
getSourceResolution()
public int getSourceResolution()
يحصل على دقة مجموعة الأوامر المصدر.
Returns: int - دقة مجموعة الأوامر المصدر.
getState()
public GlyphState getState()
يحصل على حالة الـ glyph.
Returns: GlyphState - Glyph state.
getWidthVectorX()
public double getWidthVectorX()
يحصل على متجه عرض الـ glyph. الإحداثي x.
Returns: double - متجه عرض الـ glyph. الإحداثي x.
getWidthVectorY()
public double getWidthVectorY()
يحصل على متجه عرض الـ glyph. الإحداثي y.
Returns: double - متجه عرض الـ glyph. الإحداثي y.
hashCode()
public native int hashCode()
Returns: int
isEmpty()
public boolean isEmpty()
صحيح إذا لم يحتوي الـ glyph على تعليمات الرسم.
Returns: boolean - صحيح إذا لم يحتوي الـ glyph على تعليمات الرسم.
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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |