public class ScaleEffect extends Behavior implements IScaleEffect
Represents animation scale effect.
| Constructor and Description |
|---|
ScaleEffect() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Point2D.Float |
getBy()
describes the relative offset value for the animation (in percents).
|
java.awt.geom.Point2D.Float |
getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents).
|
java.awt.geom.Point2D.Float |
getTo()
Specifies the target location for an animation scale effect (in percents).
|
byte |
getZoomContent()
Determines whether a content should be zoomed.
|
void |
setBy(java.awt.geom.Point2D.Float value)
describes the relative offset value for the animation (in percents).
|
void |
setFrom(java.awt.geom.Point2D.Float value)
Specifies an x/y co-ordinate to start the animation from (in percents).
|
void |
setTo(java.awt.geom.Point2D.Float value)
Specifies the target location for an animation scale effect (in percents).
|
void |
setZoomContent(byte value)
Determines whether a content should be zoomed.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTimingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTimingpublic final byte getZoomContent()
Determines whether a content should be zoomed.
Read/write NullableBool.
getZoomContent in interface IScaleEffectpublic final void setZoomContent(byte value)
Determines whether a content should be zoomed.
Read/write NullableBool.
setZoomContent in interface IScaleEffectpublic final java.awt.geom.Point2D.Float getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents).
Read/write Point2D.Float.
getFrom in interface IScaleEffectpublic final void setFrom(java.awt.geom.Point2D.Float value)
Specifies an x/y co-ordinate to start the animation from (in percents).
Read/write Point2D.Float.
setFrom in interface IScaleEffectpublic final java.awt.geom.Point2D.Float getTo()
Specifies the target location for an animation scale effect (in percents).
Read/write Point2D.Float.
getTo in interface IScaleEffectpublic final void setTo(java.awt.geom.Point2D.Float value)
Specifies the target location for an animation scale effect (in percents).
Read/write Point2D.Float.
setTo in interface IScaleEffectpublic final java.awt.geom.Point2D.Float getBy()
describes the relative offset value for the animation (in percents).
Read/write Point2D.Float.
getBy in interface IScaleEffectpublic final void setBy(java.awt.geom.Point2D.Float value)
describes the relative offset value for the animation (in percents).
Read/write Point2D.Float.
setBy in interface IScaleEffect