|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openfin.desktop.animation.AbstractAnimation
com.openfin.desktop.animation.PositionTransition
public class PositionTransition
class representing a transition of a Window's position. The left property represents the resulting left position of the window. The Top property represents the resulting top position of the window The Duration property represents the total time in milliseconds
| Field Summary |
|---|
| Fields inherited from class com.openfin.desktop.animation.AbstractAnimation |
|---|
jsonObject |
| Constructor Summary | |
|---|---|
PositionTransition()
Empty constructor |
|
PositionTransition(Integer left,
Integer top,
Integer duration)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.openfin.desktop.animation.AbstractAnimation |
|---|
toJsonObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PositionTransition()
public PositionTransition(Integer left,
Integer top,
Integer duration)
| Method Detail |
|---|
public 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 duration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||