CubeFaceData
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.threed.Struct, java.io.Serializable
public final class CubeFaceData<T> implements Struct<CubeFaceData<T>>, Serializable
Data for each face of the cube map texture.
Constructors
| Constructor | Description |
|---|---|
| CubeFaceData() |
Methods
| Method | Description |
|---|---|
| clone() | |
| copyFrom(CubeFaceData | |
| equals(Object obj) | |
| get(CubeFace face) | Gets the data for specified face |
| getBack() | Gets the data for +Z(Back) face |
| getBottom() | Gets the data for -Y(Bottom) face |
| getClass() | |
| getFront() | Gets the data for -Z(Front) face |
| getLeft() | Gets the data for +X(Left) face |
| getNegativeX() | Gets the data for +X(Left) face |
| getNegativeY() | Gets the data for -Y(Bottom) face |
| getNegativeZ() | Gets the data for -Z(Front) face |
| getPositiveX() | Gets the data for +X(Right) face |
| getPositiveY() | Gets the data for +Y(Top) face |
| getPositiveZ() | Gets the data for +Z(Back) face |
| getRight() | Gets the data for +X(Right) face |
| getTop() | Gets the data for +Y(Top) face |
| hashCode() | |
| notify() | |
| notifyAll() | |
| set(CubeFace face, T value) | Sets the data for specified face |
| setBack(T value) | Sets the data for +Z(Back) face |
| setBottom(T value) | Sets the data for -Y(Bottom) face |
| setFront(T value) | Sets the data for -Z(Front) face |
| setLeft(T value) | Sets the data for +X(Left) face |
| setNegativeX(T value) | Sets the data for +X(Left) face |
| setNegativeY(T value) | Sets the data for -Y(Bottom) face |
| setNegativeZ(T value) | Sets the data for -Z(Front) face |
| setPositiveX(T value) | Sets the data for +X(Right) face |
| setPositiveY(T value) | Sets the data for +Y(Top) face |
| setPositiveZ(T value) | Sets the data for +Z(Back) face |
| setRight(T value) | Sets the data for +X(Right) face |
| setTop(T value) | Sets the data for +Y(Top) face |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
CubeFaceData()
public CubeFaceData()
clone()
public CubeFaceData<T> clone()
Clone current instance
Returns: CubeFaceData
copyFrom(CubeFaceData src)
public void copyFrom(CubeFaceData<T> src)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| src | CubeFaceData |
equals(Object obj)
public boolean equals(Object obj)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object |
Returns: boolean
get(CubeFace face)
public T get(CubeFace face)
Gets the data for specified face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| face | CubeFace |
Returns: T - the data for specified face
getBack()
public T getBack()
Gets the data for +Z(Back) face
Returns: T - the data for +Z(Back) face
getBottom()
public T getBottom()
Gets the data for -Y(Bottom) face
Returns: T - the data for -Y(Bottom) face
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFront()
public T getFront()
Gets the data for -Z(Front) face
Returns: T - the data for -Z(Front) face
getLeft()
public T getLeft()
Gets the data for +X(Left) face
Returns: T - the data for +X(Left) face
getNegativeX()
public T getNegativeX()
Gets the data for +X(Left) face
Returns: T - the data for +X(Left) face
getNegativeY()
public T getNegativeY()
Gets the data for -Y(Bottom) face
Returns: T - the data for -Y(Bottom) face
getNegativeZ()
public T getNegativeZ()
Gets the data for -Z(Front) face
Returns: T - the data for -Z(Front) face
getPositiveX()
public T getPositiveX()
Gets the data for +X(Right) face
Returns: T - the data for +X(Right) face
getPositiveY()
public T getPositiveY()
Gets the data for +Y(Top) face
Returns: T - the data for +Y(Top) face
getPositiveZ()
public T getPositiveZ()
Gets the data for +Z(Back) face
Returns: T - the data for +Z(Back) face
getRight()
public T getRight()
Gets the data for +X(Right) face
Returns: T - the data for +X(Right) face
getTop()
public T getTop()
Gets the data for +Y(Top) face
Returns: T - the data for +Y(Top) face
hashCode()
public int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
set(CubeFace face, T value)
public void set(CubeFace face, T value)
Sets the data for specified face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| face | CubeFace | |
| value | T | New value |
setBack(T value)
public void setBack(T value)
Sets the data for +Z(Back) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setBottom(T value)
public void setBottom(T value)
Sets the data for -Y(Bottom) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setFront(T value)
public void setFront(T value)
Sets the data for -Z(Front) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setLeft(T value)
public void setLeft(T value)
Sets the data for +X(Left) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setNegativeX(T value)
public void setNegativeX(T value)
Sets the data for +X(Left) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setNegativeY(T value)
public void setNegativeY(T value)
Sets the data for -Y(Bottom) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setNegativeZ(T value)
public void setNegativeZ(T value)
Sets the data for -Z(Front) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setPositiveX(T value)
public void setPositiveX(T value)
Sets the data for +X(Right) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setPositiveY(T value)
public void setPositiveY(T value)
Sets the data for +Y(Top) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setPositiveZ(T value)
public void setPositiveZ(T value)
Sets the data for +Z(Back) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setRight(T value)
public void setRight(T value)
Sets the data for +X(Right) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
setTop(T value)
public void setTop(T value)
Sets the data for +Y(Top) face
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | New value |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final 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 |