|
||||||||||
| 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.SizeTransition
public class SizeTransition
A class representing a transition of a Window's dimensions. The Width property represents the resulting width of the window The Height property represents the resulting height of the window The Duration property represents the total time in milliseconds for the transition to complete.
| Field Summary |
|---|
| Fields inherited from class com.openfin.desktop.animation.AbstractAnimation |
|---|
jsonObject |
| Constructor Summary | |
|---|---|
SizeTransition()
|
|
SizeTransition(Integer width,
Integer height,
Integer duration)
|
|
| Method Summary | |
|---|---|
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 |
| 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 SizeTransition()
public SizeTransition(Integer width,
Integer height,
Integer duration)
| Method Detail |
|---|
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 duration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||