ScaleEffect

ScaleEffect class

Represents animation scale effect.

ScaleEffect

NameDescription
ScaleEffect()

Result: ScaleEffect


getAccumulate

NameDescription
getAccumulate()Represents whether animation behaviors are accumulated. Read/write NullableBool.

Result: byte


getAdditive

NameDescription
getAdditive()Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

Result: int


getBy

NameDescription
getBy()describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float.

Result: Point2D.Float


getFrom

NameDescription
getFrom()Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float.

Result: Point2D.Float


getParent_Immediate

NameDescription
getParent_Immediate()

getProperties

NameDescription
getProperties()Represents properties of behavior. Read-only IBehaviorPropertyCollection.

Result: BehaviorPropertyCollection


getTiming

NameDescription
getTiming()Represents timing properties for the effect behavior. Read/write ITiming.

Result: Timing


getTo

NameDescription
getTo()Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float.

Result: Point2D.Float


getZoomContent

NameDescription
getZoomContent()Determines whether a content should be zoomed. Read/write NullableBool.

Result: byte


setAccumulate

NameDescription
setAccumulate(byte)Represents whether animation behaviors are accumulated. Read/write NullableBool.

setAdditive

NameDescription
setAdditive(int)Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

setBy

NameDescription
setBy(Point2D.Float)describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float.

setFrom

NameDescription
setFrom(Point2D.Float)Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float.

setTiming

NameDescription
setTiming(Timing)Represents timing properties for the effect behavior. Read/write ITiming.

setTo

NameDescription
setTo(Point2D.Float)Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float.

setZoomContent

NameDescription
setZoomContent(byte)Determines whether a content should be zoomed. Read/write NullableBool.