TilePicOption
Inheritance: java.lang.Object
public class TilePicOption
Represents tile picture as texture.
Constructors
Constructor | Description |
---|---|
TilePicOption() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAlignmentType()
public int getAlignmentType()
Gets the alignment for tiling.
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMirrorType(int value)
public void setMirrorType(int value)
Sets the mirror type for tiling.
See MirrorType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setOffsetX(double value)
public void setOffsetX(double value)
Sets the X offset for tiling picture.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setOffsetY(double value)
public void setOffsetY(double value)
Sets the Y offset for tiling picture.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setScaleX(double value)
public void setScaleX(double value)
Sets the X scale for tiling picture.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setScaleY(double value)
public void setScaleY(double value)
Sets the Y scale for tiling picture.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |