Package org.web3d.x3d.sai.texturing
Interface TextureProperties
- All Superinterfaces:
X3DNode
- All Known Implementing Classes:
SAITextureProperties,SAITextureProperties
Defines the requirements of an X3D TextureProperties node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionfloatReturn the anisotropicFilterDegree float value.Return the anisotropicMode String value.voidgetBoundaryColor(float[] val) Return the boundaryColor value in the argument float[]Return the boundaryModeS String value.Return the boundaryModeT String value.intReturn the boundaryWidth int value.booleanReturn the generateMipMaps boolean value.Return the magnificationFilter String value.Return the minificationFilter String value.voidsetAnisotropicFilterDegree(float val) Set the anisotropicFilterDegree field.voidsetAnisotropicMode(String val) Set the anisotropicMode field.voidsetBoundaryColor(float[] val) Set the boundaryColor field.voidsetBoundaryModeS(String val) Set the boundaryModeS field.voidsetBoundaryModeT(String val) Set the boundaryModeT field.voidsetBoundaryWidth(int val) Set the boundaryWidth field.voidsetGenerateMipMaps(boolean val) Set the generateMipMaps field.voidSet the magnificationFilter field.voidSet the minificationFilter field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getBoundaryColor
void getBoundaryColor(float[] val) Return the boundaryColor value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setBoundaryColor
void setBoundaryColor(float[] val) Set the boundaryColor field.- Parameters:
val- The float[] to set.
-
getBoundaryWidth
int getBoundaryWidth()Return the boundaryWidth int value.- Returns:
- The boundaryWidth int value.
-
setBoundaryWidth
void setBoundaryWidth(int val) Set the boundaryWidth field.- Parameters:
val- The int to set.
-
getBoundaryModeS
String getBoundaryModeS()Return the boundaryModeS String value.- Returns:
- The boundaryModeS String value.
-
setBoundaryModeS
-
getBoundaryModeT
String getBoundaryModeT()Return the boundaryModeT String value.- Returns:
- The boundaryModeT String value.
-
setBoundaryModeT
-
getMagnificationFilter
String getMagnificationFilter()Return the magnificationFilter String value.- Returns:
- The magnificationFilter String value.
-
setMagnificationFilter
Set the magnificationFilter field.- Parameters:
val- The String to set.
-
getMinificationFilter
String getMinificationFilter()Return the minificationFilter String value.- Returns:
- The minificationFilter String value.
-
setMinificationFilter
Set the minificationFilter field.- Parameters:
val- The String to set.
-
getGenerateMipMaps
boolean getGenerateMipMaps()Return the generateMipMaps boolean value.- Returns:
- The generateMipMaps boolean value.
-
setGenerateMipMaps
void setGenerateMipMaps(boolean val) Set the generateMipMaps field.- Parameters:
val- The boolean to set.
-
getAnisotropicMode
String getAnisotropicMode()Return the anisotropicMode String value.- Returns:
- The anisotropicMode String value.
-
setAnisotropicMode
Set the anisotropicMode field.- Parameters:
val- The String to set.
-
getAnisotropicFilterDegree
float getAnisotropicFilterDegree()Return the anisotropicFilterDegree float value.- Returns:
- The anisotropicFilterDegree float value.
-
setAnisotropicFilterDegree
void setAnisotropicFilterDegree(float val) Set the anisotropicFilterDegree field.- Parameters:
val- The float to set.
-