public class Move extends Effect
| Constructor and Description |
|---|
Move() |
Move(int x,
int y)
Move an element to a new position.
|
Move(int x,
int y,
java.lang.String mode)
Move an element to a new position
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFunctionName()
The javascript function name
|
java.lang.String |
getMode()
Get the mode of the move (absolute or relative)
|
int |
getX()
Get the X or left end position
|
int |
getY()
Get the Y or top position
|
int |
hasCode() |
void |
setMode(java.lang.String mode)
Set the mode (absolute or realitve)
|
void |
setX(int x)
Set the X or left end position
|
void |
setY(int y)
Set the Y or top position
|
getDelay, getDuration, getFps, getFrom, getId, getIntfromString, getQueue, getSequence, getSequenceId, getTo, hashCode, isFired, isQueued, isQueueEnd, isSubmit, isSync, isTransitory, setDelay, setDuration, setFired, setFps, setFrom, setId, setOptions, setQueue, setQueued, setQueueEnd, setSequence, setSequenceId, setSubmit, setSync, setTo, setTransitory, toString, toStringpublic Move()
public Move(int x,
int y,
java.lang.String mode)
x - or left locationy - or top locationmode - can be relative or absolutepublic Move(int x,
int y)
x - or left locationy - or top locationpublic int getX()
public void setX(int x)
x - public int getY()
public void setY(int y)
y - public java.lang.String getMode()
public void setMode(java.lang.String mode)
mode - public java.lang.String getFunctionName()
getFunctionName in class Effectpublic int hasCode()
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.