public class CadSun extends CadBaseEntity
The Cad sun.
Constructor and Description |
---|
CadSun() |
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 |
getTypeName()
Gets the name of the type.
|
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.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final short getColor()
Gets or sets the color.
public final void setColor(short value)
Gets or sets the color.
public final boolean getDaylightSavings()
Gets or sets a value indicating whether daylight savings.
public final void setDaylightSavings(boolean value)
Gets or sets a value indicating whether daylight savings.
public final double getIntensity()
Gets or sets the intensity.
public final void setIntensity(double value)
Gets or sets the intensity.
public final int getJulianDay()
Gets or sets the julian day.
public final void setJulianDay(int value)
Gets or sets the julian day.
public final short getShadowMapSize()
Gets or sets the shadow map size.
public final void setShadowMapSize(short value)
Gets or sets the shadow map size.
public final short getShadowSoftness()
Gets or sets the shadow softness.
public final void setShadowSoftness(short value)
Gets or sets the shadow softness.
public final short getShadowType()
Gets or sets the shadow type.
public final void setShadowType(short value)
Gets or sets the shadow type.
public final boolean getShadows()
Gets or sets a value indicating whether shadows.
public final void setShadows(boolean value)
Gets or sets a value indicating whether shadows.
public final boolean getStatus()
Gets or sets a value indicating whether status.
public final void setStatus(boolean value)
Gets or sets a value indicating whether status.
public final int getTime()
Gets or sets the time.
public final void setTime(int value)
Gets or sets the time.
public final int getVersionNumber()
Gets or sets the version number.
public final void setVersionNumber(int value)
Gets or sets the version number.