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.

Result: boolean


getDirection

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

Result: float


getDistance

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

Result: double


getEffective

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

Result: PresetShadowEffectiveData


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent()

getPreset

NameDescription
getPreset()Preset. Read/write PresetShadowType.

Result: int


getShadowColor

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

Result: ColorFormat


getVersion

NameDescription
getVersion()

Result: long


hashCode

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

Result: int


setDirection

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

setDistance

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

setPreset

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