public class PositionTransition extends AbstractAnimation
jsonObject| Constructor and Description |
|---|
PositionTransition()
Empty constructor
|
PositionTransition(Integer left,
Integer top,
Integer duration) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDuration()
Gets value of duration
|
Integer |
getLeft()
Gets value of left
|
Integer |
getTop()
Gets value of top
|
void |
setDuration(Integer duration)
Sets value of duration
|
void |
setLeft(Integer left)
Sets value of left
|
void |
setTop(Integer top)
Sets value of top
|
toJsonObjectpublic Integer getLeft()
public void setLeft(Integer left)
left - Value of leftpublic Integer getTop()
public void setTop(Integer top)
top - Value of toppublic Integer getDuration()
public void setDuration(Integer duration)
duration - Value of durationCopyright © 2022. All rights reserved.