Uses of Class
org.odftoolkit.odfdom.dom.attribute.dr3d.Dr3dTextureFilterAttribute.Value
-
Packages that use Dr3dTextureFilterAttribute.Value Package Description org.odftoolkit.odfdom.dom.attribute.dr3d -
-
Uses of Dr3dTextureFilterAttribute.Value in org.odftoolkit.odfdom.dom.attribute.dr3d
Methods in org.odftoolkit.odfdom.dom.attribute.dr3d that return Dr3dTextureFilterAttribute.Value Modifier and Type Method Description static Dr3dTextureFilterAttribute.Value
Dr3dTextureFilterAttribute.Value. enumValueOf(String value)
Dr3dTextureFilterAttribute.Value
Dr3dTextureFilterAttribute. getEnumValue()
static Dr3dTextureFilterAttribute.Value
Dr3dTextureFilterAttribute.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dr3dTextureFilterAttribute.Value[]
Dr3dTextureFilterAttribute.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.dom.attribute.dr3d with parameters of type Dr3dTextureFilterAttribute.Value Modifier and Type Method Description void
Dr3dTextureFilterAttribute. setEnumValue(Dr3dTextureFilterAttribute.Value attrValue)
-