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 TypeMethodDescriptionfloat
Return the anisotropicFilterDegree float value.Return the anisotropicMode String value.void
getBoundaryColor
(float[] val) Return the boundaryColor value in the argument float[]Return the boundaryModeS String value.Return the boundaryModeT String value.int
Return the boundaryWidth int value.boolean
Return the generateMipMaps boolean value.Return the magnificationFilter String value.Return the minificationFilter String value.void
setAnisotropicFilterDegree
(float val) Set the anisotropicFilterDegree field.void
setAnisotropicMode
(String val) Set the anisotropicMode field.void
setBoundaryColor
(float[] val) Set the boundaryColor field.void
setBoundaryModeS
(String val) Set the boundaryModeS field.void
setBoundaryModeT
(String val) Set the boundaryModeT field.void
setBoundaryWidth
(int val) Set the boundaryWidth field.void
setGenerateMipMaps
(boolean val) Set the generateMipMaps field.void
Set the magnificationFilter field.void
Set 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.
-