public class ThreeDSTexture extends com.aspose.ms.lang.Struct<ThreeDSTexture> implements Cloneable
Constructor and Description |
---|
ThreeDSTexture() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ThreeDSTexture |
Clone() |
void |
CloneTo(ThreeDSTexture that) |
boolean |
equals(Object obj) |
String |
getFileName() |
int |
getPercent() |
int |
getTiling() |
float |
getUOffset() |
float |
getUScale() |
float |
getVOffset() |
float |
getVScale() |
int |
hashCode() |
static boolean |
isEquals(ThreeDSTexture obj1,
ThreeDSTexture obj2) |
void |
setFileName(String value) |
void |
setPercent(int value) |
void |
setTiling(int value) |
void |
setUOffset(float value) |
void |
setUScale(float value) |
void |
setVOffset(float value) |
void |
setVScale(float value) |
public final int getPercent()
public final void setPercent(int value)
public final String getFileName()
public final void setFileName(String value)
public final float getUScale()
public final void setUScale(float value)
public final float getVScale()
public final void setVScale(float value)
public final float getUOffset()
public final void setUOffset(float value)
public final float getVOffset()
public final void setVOffset(float value)
public final int getTiling()
public final void setTiling(int value)
public void CloneTo(ThreeDSTexture that)
CloneTo
in class com.aspose.ms.System.ValueType<ThreeDSTexture>
public ThreeDSTexture Clone()
Clone
in class com.aspose.ms.System.ValueType<ThreeDSTexture>
public static boolean isEquals(ThreeDSTexture obj1, ThreeDSTexture obj2)