LineTo
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.font.IPathSegment
public class LineTo implements IPathSegment
يمثل عملية LineTo.
الطرق
| طريقة | الوصف |
|---|---|
| clone() | ينشئ كائنًا جديدًا هو نسخة من المثيل الحالي. |
| copy() | ينشئ نسخة من كائن الجزء. |
| equals(Object arg0) | |
| getClass() | |
| getX() | يحصل على إحداثي x. |
| getY() | يحصل على إحداثي y. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| shift(double dx, double dy) | ينفّذ إزاحة باستخدام إحداثيات x و y. |
| toString() | |
| transform(TransformationMatrix matrix) | يحوّل الإحداثيات باستخدام مصفوفة التحويل. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
clone()
public Object clone()
ينشئ كائنًا جديدًا هو نسخة من المثيل الحالي.
Returns: java.lang.Object - كائن جديد هو نسخة من هذه المثيلة.
copy()
public IPathSegment copy()
ينشئ نسخة من كائن الجزء.
Returns: IPathSegment - Copy of the segment object.
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
getX()
public double getX()
يحصل على إحداثي x.
Returns: double - إحداثي x.
getY()
public double getY()
يحصل على إحداثي y.
Returns: double - إحداثي y.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
shift(double dx, double dy)
public void shift(double dx, double dy)
ينفّذ إزاحة باستخدام إحداثيات x و y.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| dx | double | قيمة dx. |
| dy | double | قيمة dy. |
toString()
public String toString()
Returns: java.lang.String
transform(TransformationMatrix matrix)
public void transform(TransformationMatrix matrix)
يحوّل الإحداثيات باستخدام مصفوفة التحويل.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| matrix | TransformationMatrix | مصفوفة التحويل. |
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 |