VectorShapeTransform

Inheritance: java.lang.Object

public final class VectorShapeTransform

Defines vector shape transformation matrix class

Constructors

ConstructorDescription
VectorShapeTransform()Initializes a new instance of the VectorShapeTransform class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getTx()Gets or sets the TX value.
getTy()Gets or sets the TY value.
getXx()Gets or sets the XX value.
getXy()Gets or sets the XY value.
getYx()Gets or sets the YX value.
getYy()Gets or sets the YY value.
hashCode()
notify()
notifyAll()
setTx(double value)Gets or sets the TX value.
setTy(double value)Gets or sets the TY value.
setXx(double value)Gets or sets the XX value.
setXy(double value)Gets or sets the XY value.
setYx(double value)Gets or sets the YX value.
setYy(double value)Gets or sets the YY value.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VectorShapeTransform()

public VectorShapeTransform()

Initializes a new instance of the VectorShapeTransform class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getTx()

public final double getTx()

Gets or sets the TX value.

Value: The TX value.

Returns: double

getTy()

public final double getTy()

Gets or sets the TY value.

Value: The TY value.

Returns: double

getXx()

public final double getXx()

Gets or sets the XX value.

Value: The XX value.

Returns: double

getXy()

public final double getXy()

Gets or sets the XY value.

Value: The XY value.

Returns: double

getYx()

public final double getYx()

Gets or sets the YX value.

Value: The YX value.

Returns: double

getYy()

public final double getYy()

Gets or sets the YY value.

Value: The YY value.

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setTx(double value)

public final void setTx(double value)

Gets or sets the TX value.

Value: The TX value.

Parameters:

ParameterTypeDescription
valuedouble

setTy(double value)

public final void setTy(double value)

Gets or sets the TY value.

Value: The TY value.

Parameters:

ParameterTypeDescription
valuedouble

setXx(double value)

public final void setXx(double value)

Gets or sets the XX value.

Value: The XX value.

Parameters:

ParameterTypeDescription
valuedouble

setXy(double value)

public final void setXy(double value)

Gets or sets the XY value.

Value: The XY value.

Parameters:

ParameterTypeDescription
valuedouble

setYx(double value)

public final void setYx(double value)

Gets or sets the YX value.

Value: The YX value.

Parameters:

ParameterTypeDescription
valuedouble

setYy(double value)

public final void setYy(double value)

Gets or sets the YY value.

Value: The YY value.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int