TilePicOption

Inheritance: java.lang.Object

public class TilePicOption

Represents tile picture as texture.

Constructors

ConstructorDescription
TilePicOption()

Methods

MethodDescription
equals(Object arg0)
getAlignmentType()Gets the alignment for tiling.
getClass()
getMirrorType()Gets the mirror type for tiling.
getOffsetX()Gets the X offset for tiling picture.
getOffsetY()Gets the Y offset for tiling picture.
getScaleX()Gets the X scale for tiling picture.
getScaleY()Gets the Y scale for tiling picture.
hashCode()
notify()
notifyAll()
setAlignmentType(int value)Sets the alignment for tiling.
setMirrorType(int value)Sets the mirror type for tiling.
setOffsetX(double value)Sets the X offset for tiling picture.
setOffsetY(double value)Sets the Y offset for tiling picture.
setScaleX(double value)Sets the X scale for tiling picture.
setScaleY(double value)Sets the Y scale for tiling picture.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TilePicOption()

public TilePicOption()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAlignmentType()

public int getAlignmentType()

Gets the alignment for tiling.

See RectangleAlignmentType.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMirrorType()

public int getMirrorType()

Gets the mirror type for tiling.

See MirrorType.

Returns: int

getOffsetX()

public double getOffsetX()

Gets the X offset for tiling picture.

Returns: double

getOffsetY()

public double getOffsetY()

Gets the Y offset for tiling picture.

Returns: double

getScaleX()

public double getScaleX()

Gets the X scale for tiling picture.

Returns: double

getScaleY()

public double getScaleY()

Gets the Y scale for tiling picture.

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAlignmentType(int value)

public void setAlignmentType(int value)

Sets the alignment for tiling.

See RectangleAlignmentType.

Parameters:

ParameterTypeDescription
valueint

setMirrorType(int value)

public void setMirrorType(int value)

Sets the mirror type for tiling.

See MirrorType.

Parameters:

ParameterTypeDescription
valueint

setOffsetX(double value)

public void setOffsetX(double value)

Sets the X offset for tiling picture.

Parameters:

ParameterTypeDescription
valuedouble

setOffsetY(double value)

public void setOffsetY(double value)

Sets the Y offset for tiling picture.

Parameters:

ParameterTypeDescription
valuedouble

setScaleX(double value)

public void setScaleX(double value)

Sets the X scale for tiling picture.

Parameters:

ParameterTypeDescription
valuedouble

setScaleY(double value)

public void setScaleY(double value)

Sets the Y scale for tiling picture.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int