ScaleEffect
ScaleEffect class
Represents animation scale effect.
ScaleEffect
| Name | Description |
|---|
| ScaleEffect() | |
Result:
ScaleEffect
getAccumulate
| Name | Description |
|---|
| getAccumulate() | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
Result:
byte
getAdditive
| Name | Description |
|---|
| getAdditive() | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
Result:
int
getBy
| Name | Description |
|---|
| getBy() | describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float. |
Result:
Point2D.Float
getFrom
| Name | Description |
|---|
| getFrom() | Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float. |
Result:
Point2D.Float
| Name | Description |
|---|
| getParent_Immediate() | |
getProperties
| Name | Description |
|---|
| getProperties() | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
Result:
BehaviorPropertyCollection
getTiming
| Name | Description |
|---|
| getTiming() | Represents timing properties for the effect behavior. Read/write ITiming. |
Result:
Timing
getTo
| Name | Description |
|---|
| getTo() | Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float. |
Result:
Point2D.Float
getZoomContent
| Name | Description |
|---|
| getZoomContent() | Determines whether a content should be zoomed. Read/write NullableBool. |
Result:
byte
setAccumulate
| Name | Description |
|---|
| setAccumulate(byte) | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
setAdditive
| Name | Description |
|---|
| setAdditive(int) | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
setBy
| Name | Description |
|---|
| setBy(Point2D.Float) | describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float. |
setFrom
| Name | Description |
|---|
| setFrom(Point2D.Float) | Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float. |
setTiming
| Name | Description |
|---|
| setTiming(Timing) | Represents timing properties for the effect behavior. Read/write ITiming. |
setTo
| Name | Description |
|---|
| setTo(Point2D.Float) | Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float. |
setZoomContent
| Name | Description |
|---|
| setZoomContent(byte) | Determines whether a content should be zoomed. Read/write NullableBool. |