LineTo

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.font.IPathSegment

public class LineTo implements IPathSegment

Stellt die LineTo-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()
getX()Liefert die x‑Koordinate.
getY()Liefert die y‑Koordinate.
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

getX()

public double getX()

Liefert die x‑Koordinate.

Returns: double - Koordinate x.

getY()

public double getY()

Liefert die y‑Koordinate.

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

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