public final class CubeFaceData<T> extends java.lang.Object implements com.aspose.threed.Struct<CubeFaceData<T>>, java.io.Serializable
| Constructor and Description |
|---|
CubeFaceData() |
| Modifier and Type | Method and Description |
|---|---|
CubeFaceData<T> |
clone() |
void |
copyFrom(CubeFaceData<T> src) |
boolean |
equals(java.lang.Object obj) |
T |
get(CubeFace face)
Gets the data for specified face
|
T |
getBack()
Gets the data for +Z(Back) face
|
T |
getBottom()
Gets the data for -Y(Bottom) face
|
T |
getFront()
Gets the data for -Z(Front) face
|
T |
getLeft()
Gets the data for +X(Left) face
|
T |
getNegativeX()
Gets the data for +X(Left) face
|
T |
getNegativeY()
Gets the data for -Y(Bottom) face
|
T |
getNegativeZ()
Gets the data for -Z(Front) face
|
T |
getPositiveX()
Gets the data for +X(Right) face
|
T |
getPositiveY()
Gets the data for +Y(Top) face
|
T |
getPositiveZ()
Gets the data for +Z(Back) face
|
T |
getRight()
Gets the data for +X(Right) face
|
T |
getTop()
Gets the data for +Y(Top) face
|
int |
hashCode() |
void |
set(CubeFace face,
T value)
Sets the data for specified face
|
void |
setBack(T value)
Sets the data for +Z(Back) face
|
void |
setBottom(T value)
Sets the data for -Y(Bottom) face
|
void |
setFront(T value)
Sets the data for -Z(Front) face
|
void |
setLeft(T value)
Sets the data for +X(Left) face
|
void |
setNegativeX(T value)
Sets the data for +X(Left) face
|
void |
setNegativeY(T value)
Sets the data for -Y(Bottom) face
|
void |
setNegativeZ(T value)
Sets the data for -Z(Front) face
|
void |
setPositiveX(T value)
Sets the data for +X(Right) face
|
void |
setPositiveY(T value)
Sets the data for +Y(Top) face
|
void |
setPositiveZ(T value)
Sets the data for +Z(Back) face
|
void |
setRight(T value)
Sets the data for +X(Right) face
|
void |
setTop(T value)
Sets the data for +Y(Top) face
|
public T getPositiveX()
public void setPositiveX(T value)
value - New valuepublic T getRight()
public void setRight(T value)
value - New valuepublic T getNegativeX()
public void setNegativeX(T value)
value - New valuepublic T getLeft()
public void setLeft(T value)
value - New valuepublic T getPositiveY()
public void setPositiveY(T value)
value - New valuepublic T getTop()
public void setTop(T value)
value - New valuepublic T getNegativeY()
public void setNegativeY(T value)
value - New valuepublic T getBottom()
public void setBottom(T value)
value - New valuepublic T getPositiveZ()
public void setPositiveZ(T value)
value - New valuepublic T getBack()
public void setBack(T value)
value - New valuepublic T getNegativeZ()
public void setNegativeZ(T value)
value - New valuepublic T getFront()
public void setFront(T value)
value - New valuepublic void set(CubeFace face, T value)
value - New valuepublic CubeFaceData<T> clone()
clone in interface com.aspose.threed.Struct<CubeFaceData<T>>clone in class java.lang.Objectpublic void copyFrom(CubeFaceData<T> src)
copyFrom in interface com.aspose.threed.Struct<CubeFaceData<T>>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object