|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxSurfaceInitFromCommon
public class FxSurfaceInitFromCommon
This element is an IDREF which specifies the image to use to initialize a specific mip of a 1D or 2D surface, 3D slice, or Cube face.
Java class for fx_surface_init_from_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_surface_init_from_common">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>IDREF">
<attribute name="face" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_face_enum" default="POSITIVE_X" />
<attribute name="mip" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="slice" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected FxSurfaceFaceEnum |
face
|
protected Long |
mip
|
protected Long |
slice
|
protected Object |
value
|
| Constructor Summary | |
|---|---|
FxSurfaceInitFromCommon()
|
|
| Method Summary | |
|---|---|
FxSurfaceFaceEnum |
getFace()
Gets the value of the face property. |
long |
getMip()
Gets the value of the mip property. |
long |
getSlice()
Gets the value of the slice property. |
Object |
getValue()
Gets the value of the value property. |
void |
setFace(FxSurfaceFaceEnum value)
Sets the value of the face property. |
void |
setMip(Long value)
Sets the value of the mip property. |
void |
setSlice(Long value)
Sets the value of the slice property. |
void |
setValue(Object value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object value
protected FxSurfaceFaceEnum face
protected Long mip
protected Long slice
| Constructor Detail |
|---|
public FxSurfaceInitFromCommon()
| Method Detail |
|---|
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic FxSurfaceFaceEnum getFace()
FxSurfaceFaceEnumpublic void setFace(FxSurfaceFaceEnum value)
value - allowed object is
FxSurfaceFaceEnumpublic long getMip()
Longpublic void setMip(Long value)
value - allowed object is
Longpublic long getSlice()
Longpublic void setSlice(Long value)
value - allowed object is
Long
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||