CurveTo

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.font.IPathSegment

public class CurveTo implements IPathSegment

يمثل عملية CurveTo.

الطرق

طريقةالوصف
clone()ينشئ كائنًا جديدًا هو نسخة من المثيل الحالي.
copy()ينشئ نسخة من كائن الجزء.
equals(Object arg0)
getClass()
getX1()يحصل على الإحداثي x1.
getX2()يحصل على الإحداثي x2.
getX3()يحصل على الإحداثي x3.
getY1()يحصل على الإحداثي y1.
getY2()يحصل على الإحداثي y2.
getY3()يحصل على الإحداثي y3.
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:

معاملنوعالوصف
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getX1()

public double getX1()

يحصل على الإحداثي x1.

Returns: double - الإحداثي x1.

getX2()

public double getX2()

يحصل على الإحداثي x2.

Returns: double - الإحداثي x2.

getX3()

public double getX3()

يحصل على الإحداثي x3.

Returns: double - الإحداثي x3.

getY1()

public double getY1()

يحصل على الإحداثي y1.

Returns: double - الإحداثي y1.

getY2()

public double getY2()

يحصل على الإحداثي y2.

Returns: double - الإحداثي y2.

getY3()

public double getY3()

يحصل على الإحداثي y3.

Returns: double - الإحداثي y3.

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:

معاملنوعالوصف
dxdoubleقيمة dx.
dydoubleقيمة dy.

toString()

public String toString()

Returns: java.lang.String

transform(TransformationMatrix matrix)

public void transform(TransformationMatrix matrix)

يحوّل الإحداثيات باستخدام مصفوفة التحويل.

Parameters:

معاملنوعالوصف
matrixTransformationMatrixمصفوفة التحويل.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

معاملنوعالوصف
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

معاملنوعالوصف
arg0long
arg1int