Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadMaterial

    • Constructor Detail

      • CadMaterial

        public CadMaterial()

        Initializes a new instance of the CadMaterial class.

    • Method Detail

      • getMaterialName

        public final String getMaterialName()

        Gets or sets the name of the material.

        Returns:
        The name of the material.
      • setMaterialName

        public final void setMaterialName(String value)

        Gets or sets the name of the material.

        Parameters:
        value - The name of the material.
      • getDescription

        public final String getDescription()

        Gets or sets the description.

        Returns:
        The description.
      • setDescription

        public final void setDescription(String value)

        Gets or sets the description.

        Parameters:
        value - The description.
      • getAmbientColorMethod

        public final Short getAmbientColorMethod()

        Gets or sets the ambient color method.

        Returns:
        The ambient color method.
      • setAmbientColorMethod

        public final void setAmbientColorMethod(Short value)

        Gets or sets the ambient color method.

        Parameters:
        value - The ambient color method.
      • getAmbientColorFactor

        public final Double getAmbientColorFactor()

        Gets or sets the ambient color factor.

        Returns:
        The ambient color factor.
      • setAmbientColorFactor

        public final void setAmbientColorFactor(Double value)

        Gets or sets the ambient color factor.

        Parameters:
        value - The ambient color factor.
      • getAmbientColorValue

        public final int getAmbientColorValue()

        Gets or sets the ambient color value.

        Returns:
        The ambient color value.
      • setAmbientColorValue

        public final void setAmbientColorValue(int value)

        Gets or sets the ambient color value.

        Parameters:
        value - The ambient color value.
      • getDiffuseColorMethod

        public final Short getDiffuseColorMethod()

        Gets or sets the diffuse color method.

        Returns:
        The diffuse color method.
      • setDiffuseColorMethod

        public final void setDiffuseColorMethod(Short value)

        Gets or sets the diffuse color method.

        Parameters:
        value - The diffuse color method.
      • getDiffuseColorFactor

        public final Double getDiffuseColorFactor()

        Gets or sets the diffuse color factor.

        Returns:
        The diffuse color factor.
      • setDiffuseColorFactor

        public final void setDiffuseColorFactor(Double value)

        Gets or sets the diffuse color factor.

        Parameters:
        value - The diffuse color factor.
      • getDiffuseColorValue

        public final int getDiffuseColorValue()

        Gets or sets the diffuse color value.

        Returns:
        The diffuse color value.
      • setDiffuseColorValue

        public final void setDiffuseColorValue(int value)

        Gets or sets the diffuse color value.

        Parameters:
        value - The diffuse color value.
      • getDiffuseMapBlendFactor

        public final Double getDiffuseMapBlendFactor()

        Gets or sets the diffuse map blend factor.

        Returns:
        The diffuse map blend factor.
      • setDiffuseMapBlendFactor

        public final void setDiffuseMapBlendFactor(Double value)

        Gets or sets the diffuse map blend factor.

        Parameters:
        value - The diffuse map blend factor.
      • getDiffuseMapSource

        public final Short getDiffuseMapSource()

        Gets or sets the diffuse map source.

        Returns:
        The diffuse map source.
      • setDiffuseMapSource

        public final void setDiffuseMapSource(Short value)

        Gets or sets the diffuse map source.

        Parameters:
        value - The diffuse map source.
      • getDiffuseMapFileName

        public final String getDiffuseMapFileName()

        Gets or sets the name of the diffuse map file.

        Returns:
        The name of the diffuse map file.
      • setDiffuseMapFileName

        public final void setDiffuseMapFileName(String value)

        Gets or sets the name of the diffuse map file.

        Parameters:
        value - The name of the diffuse map file.
      • getDiffuseMapMapperProjectionMethod

        public final Short getDiffuseMapMapperProjectionMethod()

        Gets or sets the diffuse map mapper projection method.

        Returns:
        The diffuse map mapper prn method.
      • setDiffuseMapMapperProjectionMethod

        public final void setDiffuseMapMapperProjectionMethod(Short value)

        Gets or sets the diffuse map mapper projection method.

        Parameters:
        value - The diffuse map mapper projection method.
      • getTilingMethod

        public final Short getTilingMethod()

        Gets or sets the tiling method.

        Returns:
        The tiling method.
      • setTilingMethod

        public final void setTilingMethod(Short value)

        Gets or sets the tiling method.

        Parameters:
        value - The tiling method.
      • getAutoTransformMethod

        public final Short getAutoTransformMethod()

        Gets or sets the automatic transform method.

        Returns:
        The automatic transform method.
      • setAutoTransformMethod

        public final void setAutoTransformMethod(Short value)

        Gets or sets the automatic transform method.

        Parameters:
        value - The automatic transform method.
      • getDiffuseTransformMatrix

        public final List<Double> getDiffuseTransformMatrix()

        Gets or sets the diffuse transform matrix.

        Returns:
        The diffuse transform matrix.
      • setDiffuseTransformMatrix

        public final void setDiffuseTransformMatrix(List<Double> value)

        Gets or sets the diffuse transform matrix.

        Parameters:
        value - The diffuse transform matrix.
      • getSpecularGlossFactor

        public final Double getSpecularGlossFactor()

        Gets or sets the specular gloss factor.

        Returns:
        The specular gloss factor.
      • setSpecularGlossFactor

        public final void setSpecularGlossFactor(Double value)

        Gets or sets the specular gloss factor.

        Parameters:
        value - The specular gloss factor.
      • getSpecularColorMethod

        public final Short getSpecularColorMethod()

        Gets or sets the specular color method.

        Returns:
        The specular color method.
      • setSpecularColorMethod

        public final void setSpecularColorMethod(Short value)

        Gets or sets the specular color method.

        Parameters:
        value - The specular color method.
      • getSpecularColorFactor

        public final Double getSpecularColorFactor()

        Gets or sets the specular color factor.

        Returns:
        The specular color factor.
      • setSpecularColorFactor

        public final void setSpecularColorFactor(Double value)

        Gets or sets the specular color factor.

        Parameters:
        value - The specular color factor.
      • getSpecularColorValue

        public final int getSpecularColorValue()

        Gets or sets the specular color value.

        Returns:
        The specular color value.
      • setSpecularColorValue

        public final void setSpecularColorValue(int value)

        Gets or sets the specular color value.

        Parameters:
        value - The specular color value.
      • getSpecularMapBlendFactor

        public final Double getSpecularMapBlendFactor()

        Gets or sets the specular map blend factor.

        Returns:
        The specular map blend factor.
      • setSpecularMapBlendFactor

        public final void setSpecularMapBlendFactor(Double value)

        Gets or sets the specular map blend factor.

        Parameters:
        value - The specular map blend factor.
      • getSpecularMapSource

        public final Short getSpecularMapSource()

        Gets or sets the specular map source.

        Returns:
        The specular map source.
      • setSpecularMapSource

        public final void setSpecularMapSource(Short value)

        Gets or sets the specular map source.

        Parameters:
        value - The specular map source.
      • getSpecularMapFileName

        public final String getSpecularMapFileName()

        Gets or sets the name of the specular map file.

        Returns:
        The name of the specular map file.
      • setSpecularMapFileName

        public final void setSpecularMapFileName(String value)

        Gets or sets the name of the specular map file.

        Parameters:
        value - The name of the specular map file.
      • getSpecularMapMapperProjectionMethod

        public final Short getSpecularMapMapperProjectionMethod()

        Gets or sets the specular map mapper projection method.

        Returns:
        The specular map mapper projection method.
      • setSpecularMapMapperProjectionMethod

        public final void setSpecularMapMapperProjectionMethod(Short value)

        Gets or sets the specular map mapper projection method.

        Parameters:
        value - The specular map mapper projection method.
      • getSpecularMapMapperTilingMethod

        public final Short getSpecularMapMapperTilingMethod()

        Gets or sets the specular map mapper tiling method.

        Returns:
        The specular map mapper tiling method.
      • setSpecularMapMapperTilingMethod

        public final void setSpecularMapMapperTilingMethod(Short value)

        Gets or sets the specular map mapper tiling method.

        Parameters:
        value - The specular map mapper tiling method.
      • getSpecularMapMapperAutoTransformMethod

        public final Short getSpecularMapMapperAutoTransformMethod()

        Gets or sets the specular map mapper automatic transform method.

        Returns:
        The specular map mapper automatic transform method.
      • setSpecularMapMapperAutoTransformMethod

        public final void setSpecularMapMapperAutoTransformMethod(Short value)

        Gets or sets the specular map mapper automatic transform method.

        Parameters:
        value - The specular map mapper automatic transform method.
      • getSpecularMapMapperTransformMatrix

        public final List<Double> getSpecularMapMapperTransformMatrix()

        Gets or sets the specular map mapper transform matrix.

        Returns:
        The specular map mapper transform matrix.
      • setSpecularMapMapperTransformMatrix

        public final void setSpecularMapMapperTransformMatrix(List<Double> value)

        Gets or sets the specular map mapper transform matrix.

        Parameters:
        value - The specular map mapper transform matrix.
      • getReflectionMapBlendFactor

        public final Double getReflectionMapBlendFactor()

        Gets or sets the reflection map blend factor.

        Returns:
        The reflection map blend factor.
      • setReflectionMapBlendFactor

        public final void setReflectionMapBlendFactor(Double value)

        Gets or sets the reflection map blend factor.

        Parameters:
        value - The reflection map blend factor.
      • getReflectionMapSource

        public final Short getReflectionMapSource()

        Gets or sets the reflection map source.

        Returns:
        The reflection map source.
      • setReflectionMapSource

        public final void setReflectionMapSource(Short value)

        Gets or sets the reflection map source.

        Parameters:
        value - The reflection map source.
      • getReflectionMapFileName

        public final String getReflectionMapFileName()

        Gets or sets the name of the reflection map file.

        Returns:
        The name of the reflection map file.
      • setReflectionMapFileName

        public final void setReflectionMapFileName(String value)

        Gets or sets the name of the reflection map file.

        Parameters:
        value - The name of the reflection map file.
      • getReflectionMapMapperProjectionMethod

        public final Short getReflectionMapMapperProjectionMethod()

        Gets or sets the reflection map mapper projection method.

        Returns:
        The reflection map mapper projection method.
      • setReflectionMapMapperProjectionMethod

        public final void setReflectionMapMapperProjectionMethod(Short value)

        Gets or sets the reflection map mapper projection method.

        Parameters:
        value - The reflection map mapper projection method.
      • getReflectionMapMapperTilingMethod

        public final Short getReflectionMapMapperTilingMethod()

        Gets or sets the reflection map mapper tiling method.

        Returns:
        The reflection map mapper tiling method.
      • setReflectionMapMapperTilingMethod

        public final void setReflectionMapMapperTilingMethod(Short value)

        Gets or sets the reflection map mapper tiling method.

        Parameters:
        value - The reflection map mapper tiling method.
      • getReflectionMapMapperAutoTransformMethod

        public final Short getReflectionMapMapperAutoTransformMethod()

        Gets or sets the reflection map mapper automatic transform method.

        Returns:
        The reflection map mapper automatic transform method.
      • setReflectionMapMapperAutoTransformMethod

        public final void setReflectionMapMapperAutoTransformMethod(Short value)

        Gets or sets the reflection map mapper automatic transform method.

        Parameters:
        value - The reflection map mapper automatic transform method.
      • getReflectionMapMapperTransformMatrix

        public final List<Double> getReflectionMapMapperTransformMatrix()

        Gets or sets the reflection map mapper transform matrix.

        Returns:
        The reflection map mapper transform matrix.
      • setReflectionMapMapperTransformMatrix

        public final void setReflectionMapMapperTransformMatrix(List<Double> value)

        Gets or sets the reflection map mapper transform matrix.

        Parameters:
        value - The reflection map mapper transform matrix.
      • getOpacityPercent

        public final Double getOpacityPercent()

        Gets or sets the opacity percent.

        Returns:
        The opacity percent.
      • setOpacityPercent

        public final void setOpacityPercent(Double value)

        Gets or sets the opacity percent.

        Parameters:
        value - The opacity percent.
      • getOpacityMapBlendFactor

        public final Double getOpacityMapBlendFactor()

        Gets or sets the opacity map blend factor.

        Returns:
        The opacity map blend factor.
      • setOpacityMapBlendFactor

        public final void setOpacityMapBlendFactor(Double value)

        Gets or sets the opacity map blend factor.

        Parameters:
        value - The opacity map blend factor.
      • getOpacityMapSource

        public final Short getOpacityMapSource()

        Gets or sets the opacity map source.

        Returns:
        The opacity map source.
      • setOpacityMapSource

        public final void setOpacityMapSource(Short value)

        Gets or sets the opacity map source.

        Parameters:
        value - The opacity map source.
      • getOpacityMapFileName

        public final String getOpacityMapFileName()

        Gets or sets the name of the opacity map file.

        Returns:
        The name of the opacity map file.
      • setOpacityMapFileName

        public final void setOpacityMapFileName(String value)

        Gets or sets the name of the opacity map file.

        Parameters:
        value - The name of the opacity map file.
      • getOpacityMapMapperProjectionMethod

        public final Short getOpacityMapMapperProjectionMethod()

        Gets or sets the opacity map mapper projection method.

        Returns:
        The opacity map mapper projection method.
      • setOpacityMapMapperProjectionMethod

        public final void setOpacityMapMapperProjectionMethod(Short value)

        Gets or sets the opacity map mapper projection method.

        Parameters:
        value - The opacity map mapper projection method.
      • getOpacityMapMapperTilingMethod

        public final Short getOpacityMapMapperTilingMethod()

        Gets or sets the opacity map mapper tiling method.

        Returns:
        The opacity map mapper tiling method.
      • setOpacityMapMapperTilingMethod

        public final void setOpacityMapMapperTilingMethod(Short value)

        Gets or sets the opacity map mapper tiling method.

        Parameters:
        value - The opacity map mapper tiling method.
      • getOpacityMapMapperAutoTransformMethod

        public final Short getOpacityMapMapperAutoTransformMethod()

        Gets or sets the opacity map mapper automatic transform method.

        Returns:
        The opacity map mapper automatic transform method.
      • setOpacityMapMapperAutoTransformMethod

        public final void setOpacityMapMapperAutoTransformMethod(Short value)

        Gets or sets the opacity map mapper automatic transform method.

        Parameters:
        value - The opacity map mapper automatic transform method.
      • getOpacityMapMapperTransformMatrix

        public final List<Double> getOpacityMapMapperTransformMatrix()

        Gets or sets the opacity map mapper transform matrix.

        Returns:
        The opacity map mapper transform matrix.
      • setOpacityMapMapperTransformMatrix

        public final void setOpacityMapMapperTransformMatrix(List<Double> value)

        Gets or sets the opacity map mapper transform matrix.

        Parameters:
        value - The opacity map mapper transform matrix.
      • getBumpMapBlendFactor

        public final Double getBumpMapBlendFactor()

        Gets or sets the bump map blend factor.

        Returns:
        The bump map blend factor.
      • setBumpMapBlendFactor

        public final void setBumpMapBlendFactor(Double value)

        Gets or sets the bump map blend factor.

        Parameters:
        value - The bump map blend factor.
      • getBumpMapSource

        public final Short getBumpMapSource()

        Gets or sets the bump map source.

        Returns:
        The bump map source.
      • setBumpMapSource

        public final void setBumpMapSource(Short value)

        Gets or sets the bump map source.

        Parameters:
        value - The bump map source.
      • getBumpMapFileName

        public final String getBumpMapFileName()

        Gets or sets the name of the bump map file.

        Returns:
        The name of the bump map file.
      • setBumpMapFileName

        public final void setBumpMapFileName(String value)

        Gets or sets the name of the bump map file.

        Parameters:
        value - The name of the bump map file.
      • getBumpMapMapperProjectionMethod

        public final Short getBumpMapMapperProjectionMethod()

        Gets or sets the bump map mapper projection method.

        Returns:
        The bump map mapper projection method.
      • setBumpMapMapperProjectionMethod

        public final void setBumpMapMapperProjectionMethod(Short value)

        Gets or sets the bump map mapper projection method.

        Parameters:
        value - The bump map mapper projection method.
      • getBumpMapMapperTilingMethod

        public final Short getBumpMapMapperTilingMethod()

        Gets or sets the bump map mapper tiling method.

        Returns:
        The bump map mapper tiling method.
      • setBumpMapMapperTilingMethod

        public final void setBumpMapMapperTilingMethod(Short value)

        Gets or sets the bump map mapper tiling method.

        Parameters:
        value - The bump map mapper tiling method.
      • getBumpMapMapperAutoTransformMethod

        public final short getBumpMapMapperAutoTransformMethod()

        Gets or sets the bump map mapper automatic transform method.

        Returns:
        The bump map mapper automatic transform method.
      • setBumpMapMapperAutoTransformMethod

        public final void setBumpMapMapperAutoTransformMethod(short value)

        Gets or sets the bump map mapper automatic transform method.

        Parameters:
        value - The bump map mapper automatic transform method.
      • getBumpMapMapperTransformMatrix

        public final List<Double> getBumpMapMapperTransformMatrix()

        Gets or sets the bump map mapper transform matrix.

        Returns:
        The bump map mapper transform matrix.
      • setBumpMapMapperTransformMatrix

        public final void setBumpMapMapperTransformMatrix(List<Double> value)

        Gets or sets the bump map mapper transform matrix.

        Parameters:
        value - The bump map mapper transform matrix.
      • getRefractionIndex

        public final Double getRefractionIndex()

        Gets or sets the index of the refraction.

        Returns:
        The index of the refraction.
      • setRefractionIndex

        public final void setRefractionIndex(Double value)

        Gets or sets the index of the refraction.

        Parameters:
        value - The index of the refraction.
      • getRefractionMapBlendFactor

        public final Double getRefractionMapBlendFactor()

        Gets or sets the refraction map blend factor.

        Returns:
        The refraction map blend factor.
      • setRefractionMapBlendFactor

        public final void setRefractionMapBlendFactor(Double value)

        Gets or sets the refraction map blend factor.

        Parameters:
        value - The refraction map blend factor.
      • getRefractionMapSource

        public final short getRefractionMapSource()

        Gets or sets the refraction map source.

        Returns:
        The refraction map source.
      • setRefractionMapSource

        public final void setRefractionMapSource(short value)

        Gets or sets the refraction map source.

        Parameters:
        value - The refraction map source.
      • getRefractionMapFileName

        public final String getRefractionMapFileName()

        Gets or sets the name of the refraction map file.

        Returns:
        The name of the refraction map file.
      • setRefractionMapFileName

        public final void setRefractionMapFileName(String value)

        Gets or sets the name of the refraction map file.

        Parameters:
        value - The name of the refraction map file.
      • getRefractionMapMapperProjectionMethod

        public final Short getRefractionMapMapperProjectionMethod()

        Gets or sets the refraction map mapper projection method.

        Returns:
        The refraction map mapper projection method.
      • setRefractionMapMapperProjectionMethod

        public final void setRefractionMapMapperProjectionMethod(Short value)

        Gets or sets the refraction map mapper projection method.

        Parameters:
        value - The refraction map mapper projection method.
      • getRefractionMapMapperTilingMethod

        public final Short getRefractionMapMapperTilingMethod()

        Gets or sets the refraction map mapper tiling method.

        Returns:
        The refraction map mapper tiling method.
      • setRefractionMapMapperTilingMethod

        public final void setRefractionMapMapperTilingMethod(Short value)

        Gets or sets the refraction map mapper tiling method.

        Parameters:
        value - The refraction map mapper tiling method.
      • getRefractionMapMapperAutoTransformMethod

        public final Short getRefractionMapMapperAutoTransformMethod()

        Gets or sets the refraction map mapper automatic transform method.

        Returns:
        The refraction map mapper automatic transform method.
      • setRefractionMapMapperAutoTransformMethod

        public final void setRefractionMapMapperAutoTransformMethod(Short value)

        Gets or sets the refraction map mapper automatic transform method.

        Parameters:
        value - The refraction map mapper automatic transform method.
      • getRefractionMapMapperTransformMatrix

        public final List<Double> getRefractionMapMapperTransformMatrix()

        Gets or sets the refraction map mapper transform matrix.

        Returns:
        The refraction map mapper transform matrix.
      • setRefractionMapMapperTransformMatrix

        public final void setRefractionMapMapperTransformMatrix(List<Double> value)

        Gets or sets the refraction map mapper transform matrix.

        Parameters:
        value - The refraction map mapper transform matrix.
      • getColorBleedScale

        public final Double getColorBleedScale()

        Gets or sets the color bleed scale.

        Returns:
        The color bleed scale.
      • setColorBleedScale

        public final void setColorBleedScale(Double value)

        Gets or sets the color bleed scale.

        Parameters:
        value - The color bleed scale.
      • getIndirectDumpScale

        public final Double getIndirectDumpScale()

        Gets or sets the indirect dump scale.

        Returns:
        The indirect dump scale.
      • setIndirectDumpScale

        public final void setIndirectDumpScale(Double value)

        Gets or sets the indirect dump scale.

        Parameters:
        value - The indirect dump scale.
      • getReflectanceScale

        public final Double getReflectanceScale()

        Gets or sets the reflectance scale.

        Returns:
        The reflectance scale.
      • setReflectanceScale

        public final void setReflectanceScale(Double value)

        Gets or sets the reflectance scale.

        Parameters:
        value - The reflectance scale.
      • getTransmittanceScale

        public final Double getTransmittanceScale()

        Gets or sets the transmittance scale.

        Returns:
        The transmittance scale.
      • setTransmittanceScale

        public final void setTransmittanceScale(Double value)

        Gets or sets the transmittance scale.

        Parameters:
        value - The transmittance scale.
      • getTwoSidedMaterial

        public final Boolean getTwoSidedMaterial()

        Gets or sets the two sided material.

        Returns:
        The two sided material.
      • setTwoSidedMaterial

        public final void setTwoSidedMaterial(Boolean value)

        Gets or sets the two sided material.

        Parameters:
        value - The two sided material.
      • getLuminance

        public final Double getLuminance()

        Gets or sets the luminance.

        Returns:
        The luminance.
      • setLuminance

        public final void setLuminance(Double value)

        Gets or sets the luminance.

        Parameters:
        value - The luminance.
      • getLuminanceMode

        public final Short getLuminanceMode()

        Gets or sets the luminance mode.

        Returns:
        The luminance mode.
      • setLuminanceMode

        public final void setLuminanceMode(Short value)

        Gets or sets the luminance mode.

        Parameters:
        value - The luminance mode.
      • getNormalMapMethod

        public final Short getNormalMapMethod()

        Gets or sets the normal map method.

        Returns:
        The normal map method.
      • setNormalMapMethod

        public final void setNormalMapMethod(Short value)

        Gets or sets the normal map method.

        Parameters:
        value - The normal map method.
      • getNormalMapStrength

        public final Double getNormalMapStrength()

        Gets or sets the normal map strength.

        Returns:
        The normal map strength.
      • setNormalMapStrength

        public final void setNormalMapStrength(Double value)

        Gets or sets the normal map strength.

        Parameters:
        value - The normal map strength.
      • getNormalMapBlendFactor

        public final Double getNormalMapBlendFactor()

        Gets or sets the normal map blend factor.

        Returns:
        The normal map blend factor.
      • setNormalMapBlendFactor

        public final void setNormalMapBlendFactor(Double value)

        Gets or sets the normal map blend factor.

        Parameters:
        value - The normal map blend factor.
      • getNormalMapSource

        public final Short getNormalMapSource()

        Gets or sets the normal map source.

        Returns:
        The normal map source.
      • setNormalMapSource

        public final void setNormalMapSource(Short value)

        Gets or sets the normal map source.

        Parameters:
        value - The normal map source.
      • getNormalMapSourceFileName

        public final String getNormalMapSourceFileName()

        Gets or sets the name of the normal map source file.

        Returns:
        The name of the normal map source file.
      • setNormalMapSourceFileName

        public final void setNormalMapSourceFileName(String value)

        Gets or sets the name of the normal map source file.

        Parameters:
        value - The name of the normal map source file.
      • getNormalMapperProjection

        public final Short getNormalMapperProjection()

        Gets or sets the normal mapper projection.

        Returns:
        The normal mapper projection.
      • setNormalMapperProjection

        public final void setNormalMapperProjection(Short value)

        Gets or sets the normal mapper projection.

        Parameters:
        value - The normal mapper projection.
      • getNormalMapperTiling

        public final Short getNormalMapperTiling()

        Gets or sets the normal mapper tiling.

        Returns:
        The normal mapper tiling.
      • setNormalMapperTiling

        public final void setNormalMapperTiling(Short value)

        Gets or sets the normal mapper tiling.

        Parameters:
        value - The normal mapper tiling.
      • getNormalMapperAutoTransform

        public final Short getNormalMapperAutoTransform()

        Gets or sets the normal mapper automatic transform.

        Returns:
        The normal mapper automatic transform.
      • setNormalMapperAutoTransform

        public final void setNormalMapperAutoTransform(Short value)

        Gets or sets the normal mapper automatic transform.

        Parameters:
        value - The normal mapper automatic transform.
      • getNormalMapperTransform

        public final Double getNormalMapperTransform()

        Gets or sets the normal mapper transform.

        Returns:
        The normal mapper transform.
      • setNormalMapperTransform

        public final void setNormalMapperTransform(Double value)

        Gets or sets the normal mapper transform.

        Parameters:
        value - The normal mapper transform.
      • getMaterialsAnonymous

        public final Boolean getMaterialsAnonymous()

        Gets or sets the materials anonymous.

        Returns:
        The materials anonymous.
      • setMaterialsAnonymous

        public final void setMaterialsAnonymous(Boolean value)

        Gets or sets the materials anonymous.

        Parameters:
        value - The materials anonymous.
      • getGlobalIlluminationMode

        public final Short getGlobalIlluminationMode()

        Gets or sets the global illumination mode.

        Returns:
        The global illumination mode.
      • setGlobalIlluminationMode

        public final void setGlobalIlluminationMode(Short value)

        Gets or sets the global illumination mode.

        Parameters:
        value - The global illumination mode.
      • getFinalGatherMode

        public final Short getFinalGatherMode()

        Gets or sets the final gather mode.

        Returns:
        The final gather mode.
      • setFinalGatherMode

        public final void setFinalGatherMode(Short value)

        Gets or sets the final gather mode.

        Parameters:
        value - The final gather mode.
      • getGenProcName

        public final String getGenProcName()

        Gets or sets the name of the gen proc.

        Returns:
        The name of the gen proc.
      • setGenProcName

        public final void setGenProcName(String value)

        Gets or sets the name of the gen proc.

        Parameters:
        value - The name of the gen proc.
      • getGenProcValBool

        public final Boolean getGenProcValBool()

        Gets or sets the gen proc value bool.

        Returns:
        The gen proc value bool.
      • setGenProcValBool

        public final void setGenProcValBool(Boolean value)

        Gets or sets the gen proc value bool.

        Parameters:
        value - The gen proc value bool.
      • getGenProcValInt

        public final Short getGenProcValInt()

        Gets or sets the gen proc value int.

        Returns:
        The gen proc value int.
      • setGenProcValInt

        public final void setGenProcValInt(Short value)

        Gets or sets the gen proc value int.

        Parameters:
        value - The gen proc value int.
      • getGenProcValReal

        public final Double getGenProcValReal()

        Gets or sets the gen proc value real.

        Returns:
        The gen proc value real.
      • setGenProcValReal

        public final void setGenProcValReal(Double value)

        Gets or sets the gen proc value real.

        Parameters:
        value - The gen proc value real.
      • getGenProcValText

        public final String getGenProcValText()

        Gets or sets the gen proc value text.

        Returns:
        The gen proc value text.
      • setGenProcValText

        public final void setGenProcValText(String value)

        Gets or sets the gen proc value text.

        Parameters:
        value - The gen proc value text.
      • getGenProcTableEnd

        public final Boolean getGenProcTableEnd()

        Gets or sets the gen proc table end.

        Returns:
        The gen proc table end.
      • setGenProcTableEnd

        public final void setGenProcTableEnd(Boolean value)

        Gets or sets the gen proc table end.

        Parameters:
        value - The gen proc table end.
      • getGenProcValColorIndex

        public final Integer getGenProcValColorIndex()

        Gets or sets the index of the gen proc value color.

        Returns:
        The index of the gen proc value color.
      • setGenProcValColorIndex

        public final void setGenProcValColorIndex(Integer value)

        Gets or sets the index of the gen proc value color.

        Parameters:
        value - The index of the gen proc value color.
      • getGenProcValColorRGB

        public final Integer getGenProcValColorRGB()

        Gets or sets the gen proc value color RGB.

        Returns:
        The gen proc value color RGB.
      • setGenProcValColorRGB

        public final void setGenProcValColorRGB(Integer value)

        Gets or sets the gen proc value color RGB.

        Parameters:
        value - The gen proc value color RGB.
      • getGenProcValColorName

        public final String getGenProcValColorName()

        Gets or sets the name of the gen proc value color.

        Returns:
        The name of the gen proc value color.
      • setGenProcValColorName

        public final void setGenProcValColorName(String value)

        Gets or sets the name of the gen proc value color.

        Parameters:
        value - The name of the gen proc value color.
      • getMapUTile

        public final Short getMapUTile()

        Gets or sets the map u tile.

        Returns:
        The map u tile.
      • setMapUTile

        public final void setMapUTile(Short value)

        Gets or sets the map u tile.

        Parameters:
        value - The map u tile.
      • getTranslucence

        public final Double getTranslucence()

        Gets or sets the translucence.

        Returns:
        The translucence.
      • setTranslucence

        public final void setTranslucence(Double value)

        Gets or sets the translucence.

        Parameters:
        value - The translucence.
      • getSelfIlluminaton

        public final Integer getSelfIlluminaton()

        Gets or sets the self illuminaton.

        Returns:
        The self illuminaton.
      • setSelfIlluminaton

        public final void setSelfIlluminaton(Integer value)

        Gets or sets the self illuminaton.

        Parameters:
        value - The self illuminaton.
      • getReflectivity

        public final Double getReflectivity()

        Gets or sets the reflectivity.

        Returns:
        The reflectivity.
      • setReflectivity

        public final void setReflectivity(Double value)

        Gets or sets the reflectivity.

        Parameters:
        value - The reflectivity.
      • getIlluminationModel

        public final Integer getIlluminationModel()

        Gets or sets the illumination model.

        Returns:
        The illumination model.
      • setIlluminationModel

        public final void setIlluminationModel(Integer value)

        Gets or sets the illumination model.

        Parameters:
        value - The illumination model.
      • getChannelFlags

        public final Integer getChannelFlags()

        Gets or sets the channel flags.

        Returns:
        The channel flags.
      • setChannelFlags

        public final void setChannelFlags(Integer value)

        Gets or sets the channel flags.

        Parameters:
        value - The channel flags.
      • getAttribute282

        public final Short getAttribute282()

        Gets or sets the 282 attribute.

        Returns:
        The 282 attribute.
      • setAttribute282

        public final void setAttribute282(Short value)

        Gets or sets the 282 attribute.

        Parameters:
        value - The 282 attribute.