ScaleEffect

ScaleEffect class

Represents animation scale effect.

ScaleEffect

NameDescription
ScaleEffect()

Returns: ScaleEffect


getBy

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

Returns: 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.

Returns: Point2D.Float


getTo

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

Returns: Point2D.Float


getZoomContent

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

Returns: byte


setBy

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

Returns: void


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.

Returns: void


setTo

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

Returns: void


setZoomContent

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

Returns: void