PresetShadow

PresetShadow class

Represents a Preset Shadow effect.

equals

NameDescription
equals (Object)Determines whether the specified PresetShadow is equal to the current PresetShadow.

Parameters:

NameTypeDescription
objObjectThe PresetShadow to compare.

Returns: boolean


getDirection

NameDescription
getDirection ()Direction of shadow. Read/write float.

Returns: float


getDistance

NameDescription
getDistance ()Distance of shadow. Read/write double.

Returns: double


getEffective

NameDescription
getEffective ()Gets effective Preset Shadow effect data with the inheritance applied.

Returns: PresetShadowEffectiveData


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent ()

getPreset

NameDescription
getPreset ()Preset. Read/write PresetShadowType.

Returns: int


getShadowColor

NameDescription
getShadowColor ()Color of shadow. Read-only IColorFormat.

Returns: ColorFormat


getVersion

NameDescription
getVersion ()

Returns: long


hashCode

NameDescription
hashCode ()Serves as a hash function for a particular type.

Returns: int


setDirection

NameDescription
setDirection (float)Direction of shadow. Read/write float.

Returns: void


setDistance

NameDescription
setDistance (double)Distance of shadow. Read/write double.

Returns: void


setPreset

NameDescription
setPreset (int)Preset. Read/write PresetShadowType.

Returns: void