ScaleEffect
ScaleEffect class
Represents animation scale effect.
ScaleEffect
| Name | Description |
|---|---|
| ScaleEffect() |
Returns: ScaleEffect
getBy
| Name | Description |
|---|---|
| getBy () | describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float. |
Returns: 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. |
Returns: Point2D.Float
getTo
| Name | Description |
|---|---|
| getTo () | Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float. |
Returns: Point2D.Float
getZoomContent
| Name | Description |
|---|---|
| getZoomContent () | Determines whether a content should be zoomed. Read/write NullableBool. |
Returns: byte
setBy
| Name | Description |
|---|---|
| setBy (Point2D.Float) | describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float. |
Returns: void
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. |
Returns: void
setTo
| Name | Description |
|---|---|
| setTo (Point2D.Float) | Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float. |
Returns: void
setZoomContent
| Name | Description |
|---|---|
| setZoomContent (byte) | Determines whether a content should be zoomed. Read/write NullableBool. |
Returns: void