public class CadSunObject extends CadBaseObject
The Cad sun object.
Constructor and Description |
---|
CadSunObject()
Initializes a new instance of the
CadSunObject class. |
Modifier and Type | Method and Description |
---|---|
Integer |
getAttribute421()
Gets or sets the attribute421.
|
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 |
setAttribute421(Integer value)
Gets or sets the attribute421.
|
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.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadSunObject()
Initializes a new instance of the CadSunObject
class.
public final Integer getAttribute421()
Gets or sets the attribute421.
public final void setAttribute421(Integer value)
Gets or sets the attribute421.
value
- The attribute421.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.