public class SizeTransition extends AbstractAnimation
jsonObject
Constructor and Description |
---|
SizeTransition() |
SizeTransition(Integer width,
Integer height,
Integer duration) |
Modifier and Type | Method and Description |
---|---|
Integer |
getDuration()
Gets value of duration
|
Integer |
getHeight()
Gets value of height
|
Integer |
getWidth()
Gets value of width
|
void |
setDuration(Integer duration)
Sets value of duration
|
void |
setHeight(Integer height)
Sets value of height
|
void |
setWidth(Integer width)
Sets value of width
|
toJsonObject
public Integer getWidth()
public void setWidth(Integer width)
width
- Value of widthpublic Integer getHeight()
public void setHeight(Integer height)
height
- Value of heightpublic Integer getDuration()
public void setDuration(Integer duration)
duration
- Value of durationCopyright © 2022. All rights reserved.