public class CadSun extends CadBaseEntity
The Cad sun.
Constructor and Description |
---|
CadSun()
Initializes a new instance of the
CadSun class. |
Modifier and Type | Method and Description |
---|---|
short |
getColor()
Gets or sets the color.
|
boolean |
getDaylightSavings()
Gets or sets a value indicating whether daylight savings.
|
double |
getIntensity()
Gets or sets the intensity.
|
int |
getJulianDay()
Gets or sets the julian day.
|
short |
getShadowMapSize()
Gets or sets the shadow map size.
|
boolean |
getShadows()
Gets or sets a value indicating whether shadows.
|
short |
getShadowSoftness()
Gets or sets the shadow softness.
|
short |
getShadowType()
Gets or sets the shadow type.
|
boolean |
getStatus()
Gets or sets a value indicating whether status.
|
int |
getTime()
Gets or sets the time.
|
int |
getVersionNumber()
Gets or sets the version number.
|
void |
setColor(short value)
Gets or sets the color.
|
void |
setDaylightSavings(boolean value)
Gets or sets a value indicating whether daylight savings.
|
void |
setIntensity(double value)
Gets or sets the intensity.
|
void |
setJulianDay(int value)
Gets or sets the julian day.
|
void |
setShadowMapSize(short value)
Gets or sets the shadow map size.
|
void |
setShadows(boolean value)
Gets or sets a value indicating whether shadows.
|
void |
setShadowSoftness(short value)
Gets or sets the shadow softness.
|
void |
setShadowType(short value)
Gets or sets the shadow type.
|
void |
setStatus(boolean value)
Gets or sets a value indicating whether status.
|
void |
setTime(int value)
Gets or sets the time.
|
void |
setVersionNumber(int value)
Gets or sets the version number.
|
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public short getColor()
Gets or sets the color.
public void setColor(short value)
Gets or sets the color.
public boolean getDaylightSavings()
Gets or sets a value indicating whether daylight savings.
public void setDaylightSavings(boolean value)
Gets or sets a value indicating whether daylight savings.
public double getIntensity()
Gets or sets the intensity.
public void setIntensity(double value)
Gets or sets the intensity.
public int getJulianDay()
Gets or sets the julian day.
public void setJulianDay(int value)
Gets or sets the julian day.
public short getShadowMapSize()
Gets or sets the shadow map size.
public void setShadowMapSize(short value)
Gets or sets the shadow map size.
public short getShadowSoftness()
Gets or sets the shadow softness.
public void setShadowSoftness(short value)
Gets or sets the shadow softness.
public short getShadowType()
Gets or sets the shadow type.
public void setShadowType(short value)
Gets or sets the shadow type.
public boolean getShadows()
Gets or sets a value indicating whether shadows.
public void setShadows(boolean value)
Gets or sets a value indicating whether shadows.
public boolean getStatus()
Gets or sets a value indicating whether status.
public void setStatus(boolean value)
Gets or sets a value indicating whether status.
public int getTime()
Gets or sets the time.
public void setTime(int value)
Gets or sets the time.
public int getVersionNumber()
Gets or sets the version number.
public void setVersionNumber(int value)
Gets or sets the version number.