MoveTo

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.font.IPathSegment

public class MoveTo implements IPathSegment

表示 MoveTo 操作。

方法

方法描述
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:

参数类型描述
arg0java.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:

参数类型描述
dxdoubledx 的值。
dydoubledy 的值。

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