Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadLight



  • public class CadLight
    extends CadBaseEntity

    Class describing CadLight

    • Constructor Detail

      • CadLight

        public CadLight()

        Initializes a new instance of the CadLight class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getAttribute63

        public final Short getAttribute63()

        Gets or sets the attribute 63.

        Returns:
        The attribute 63.
      • setAttribute63

        public final void setAttribute63(Short value)

        Gets or sets the attribute 63.

        Parameters:
        value - The attribute 63.
      • getAttribute421

        public final Integer getAttribute421()

        Gets or sets the attribute 421.

        Returns:
        The attribute 421.
      • setAttribute421

        public final void setAttribute421(Integer value)

        Gets or sets the attribute 421.

        Parameters:
        value - The attribute 421.
      • getVersionNumber

        public final int getVersionNumber()

        Gets or sets the version number.

        Returns:
        The version number.
      • setVersionNumber

        public final void setVersionNumber(int value)

        Gets or sets the version number.

        Parameters:
        value - The version number.
      • getLightName

        public final String getLightName()

        Gets or sets the name of the light.

        Returns:
        The name of the light.
      • setLightName

        public final void setLightName(String value)

        Gets or sets the name of the light.

        Parameters:
        value - The name of the light.
      • getLightType

        public final short getLightType()

        Gets or sets the type of the light.

        Returns:
        The type of the light.
      • setLightType

        public final void setLightType(short value)

        Gets or sets the type of the light.

        Parameters:
        value - The type of the light.
      • getStatus

        public final boolean getStatus()

        Gets or sets a value indicating whether this CadLight is status.

        Returns:
        true if status; otherwise, false.
      • setStatus

        public final void setStatus(boolean value)

        Gets or sets a value indicating whether this CadLight is status.

        Parameters:
        value - true if status; otherwise, false.
      • getPlotGlyph

        public final boolean getPlotGlyph()

        Gets or sets a value indicating whether [plot glyph].

        Returns:
        true if [plot glyph]; otherwise, false.
      • setPlotGlyph

        public final void setPlotGlyph(boolean value)

        Gets or sets a value indicating whether [plot glyph].

        Parameters:
        value - true if [plot glyph]; otherwise, false.
      • getIntenSity

        public final double getIntenSity()

        Gets or sets the inten sity.

        Returns:
        The inten sity.
      • setIntenSity

        public final void setIntenSity(double value)

        Gets or sets the inten sity.

        Parameters:
        value - The inten sity.
      • getLightPosition

        public final Cad3DPoint getLightPosition()

        Gets or sets the light position.

        Returns:
        The light position.
      • setLightPosition

        public final void setLightPosition(Cad3DPoint value)

        Gets or sets the light position.

        Parameters:
        value - The light position.
      • getTargetLocation

        public final Cad3DPoint getTargetLocation()

        Gets or sets the target location.

        Returns:
        The target location.
      • setTargetLocation

        public final void setTargetLocation(Cad3DPoint value)

        Gets or sets the target location.

        Parameters:
        value - The target location.
      • getAttenuationType

        public final short getAttenuationType()

        Gets or sets the type of the attenuation.

        Returns:
        The type of the attenuation.
      • setAttenuationType

        public final void setAttenuationType(short value)

        Gets or sets the type of the attenuation.

        Parameters:
        value - The type of the attenuation.
      • getAttenuationLimits

        public final boolean getAttenuationLimits()

        Gets or sets a value indicating whether [attenuation limits].

        Returns:
        true if [attenuation limits]; otherwise, false.
      • setAttenuationLimits

        public final void setAttenuationLimits(boolean value)

        Gets or sets a value indicating whether [attenuation limits].

        Parameters:
        value - true if [attenuation limits]; otherwise, false.
      • getAttenuationStartLimit

        public final double getAttenuationStartLimit()

        Gets or sets the attenuation start limit.

        Returns:
        The attenuation start limit.
      • setAttenuationStartLimit

        public final void setAttenuationStartLimit(double value)

        Gets or sets the attenuation start limit.

        Parameters:
        value - The attenuation start limit.
      • getAttenuationEndLimit

        public final double getAttenuationEndLimit()

        Gets or sets the attenuation end limit.

        Returns:
        The attenuation end limit.
      • setAttenuationEndLimit

        public final void setAttenuationEndLimit(double value)

        Gets or sets the attenuation end limit.

        Parameters:
        value - The attenuation end limit.
      • getHotspotAngle

        public final double getHotspotAngle()

        Gets or sets the hotspot angle.

        Returns:
        The hotspot angle.
      • setHotspotAngle

        public final void setHotspotAngle(double value)

        Gets or sets the hotspot angle.

        Parameters:
        value - The hotspot angle.
      • getFalloffAngle

        public final double getFalloffAngle()

        Gets or sets the falloff angle.

        Returns:
        The falloff angle.
      • setFalloffAngle

        public final void setFalloffAngle(double value)

        Gets or sets the falloff angle.

        Parameters:
        value - The falloff angle.
      • getCastShadows

        public final boolean getCastShadows()

        Gets or sets a value indicating whether [cast shadows].

        Returns:
        true if [cast shadows]; otherwise, false.
      • setCastShadows

        public final void setCastShadows(boolean value)

        Gets or sets a value indicating whether [cast shadows].

        Parameters:
        value - true if [cast shadows]; otherwise, false.
      • getShadowType

        public final short getShadowType()

        Gets or sets the type of the shadow.

        Returns:
        The type of the shadow.
      • setShadowType

        public final void setShadowType(short value)

        Gets or sets the type of the shadow.

        Parameters:
        value - The type of the shadow.
      • getShadowMapSize

        public final int getShadowMapSize()

        Gets or sets the size of the shadow map.

        Returns:
        The size of the shadow map.
      • setShadowMapSize

        public final void setShadowMapSize(int value)

        Gets or sets the size of the shadow map.

        Parameters:
        value - The size of the shadow map.
      • getShadowMapSoftness

        public final short getShadowMapSoftness()

        Gets or sets the shadow map softness.

        Returns:
        The shadow map softness.
      • setShadowMapSoftness

        public final void setShadowMapSoftness(short value)

        Gets or sets the shadow map softness.

        Parameters:
        value - The shadow map softness.