CurveTo

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.font.IPathSegment

public class CurveTo implements IPathSegment

Stellt die CurveTo-Operation dar.

Methoden

MethodeBeschreibung
clone()Erstellt ein neues Objekt, das eine Kopie der aktuellen Instanz ist.
copy()Erstellt eine Kopie des Segmentobjekts.
equals(Object arg0)
getClass()
getX1()Liefert Koordinate x1.
getX2()Liefert Koordinate x2.
getX3()Liefert Koordinate x3.
getY1()Liefert Koordinate y1.
getY2()Liefert Koordinate y2.
getY3()Ruft die Koordinate y3 ab.
hashCode()
notify()
notifyAll()
shift(double dx, double dy)Führt Verschiebung um x- und y-Koordinaten durch.
toString()
transform(TransformationMatrix matrix)Transformiert Koordinaten mit der Transformationsmatrix.
wait()
wait(long arg0)
wait(long arg0, int arg1)

clone()

public Object clone()

Erstellt ein neues Objekt, das eine Kopie der aktuellen Instanz ist.

Returns: java.lang.Object – Ein neues Objekt, das eine Kopie dieser Instanz ist.

copy()

public IPathSegment copy()

Erstellt eine Kopie des Segmentobjekts.

Returns: IPathSegment - Copy of the segment object.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypBeschreibung
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getX1()

public double getX1()

Liefert Koordinate x1.

Returns: double – Koordinate x1.

getX2()

public double getX2()

Liefert Koordinate x2.

Returns: double – Koordinate x2.

getX3()

public double getX3()

Liefert Koordinate x3.

Returns: double – Koordinate x3.

getY1()

public double getY1()

Liefert Koordinate y1.

Returns: double – Koordinate y1.

getY2()

public double getY2()

Liefert Koordinate y2.

Returns: double – Koordinate y2.

getY3()

public double getY3()

Ruft die Koordinate y3 ab.

Returns: double – Koordinate 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)

Führt Verschiebung um x- und y-Koordinaten durch.

Parameters:

ParameterTypBeschreibung
dxdoubleWert dx.
dydoubleWert dy.

toString()

public String toString()

Returns: java.lang.String

transform(TransformationMatrix matrix)

public void transform(TransformationMatrix matrix)

Transformiert Koordinaten mit der Transformationsmatrix.

Parameters:

ParameterTypBeschreibung
matrixTransformationMatrixTransformationsmatrix.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypBeschreibung
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeschreibung
arg0long
arg1int