public class WaterMark extends GlobalTrack
GlobalTrack.Type| Constructor and Description |
|---|
WaterMark() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ActionBase> |
getActions()
Gets the action animation list
|
float |
getHeight()
Gets the height of this watermark relative to the screen resolution.
|
Source |
getSource()
Gets the watermark resource
|
float |
getWidth()
Gets the width of this watermark relative to the screen resolution.
|
float |
getX()
Sets the x coordinate of the centroid of this watermark relative to the screen resolution.
|
float |
getY()
Sets the y coordinate of the centroid of this watermark relative to the screen resolution.
|
void |
setHeight(float height)
Sets the height of this watermark relative to the screen resolution.
|
void |
setSource(Source source)
Sets the watermark resource
|
void |
setWidth(float width)
Sets the width of this watermark relative to the screen resolution.
|
void |
setX(float x)
Gets the x coordinate of the centroid of this watermark relative to the screen resolution.
|
void |
setY(float y)
Gets the y coordinate of the centroid of this watermark relative to the screen resolution.
|
getType, setTypepublic Source getSource()
public void setSource(Source source)
source - resourcepublic float getWidth()
public void setWidth(float width)
width - widthpublic float getHeight()
public void setHeight(float height)
height - heightpublic float getX()
public void setX(float x)
x - x coordinatepublic float getY()
public void setY(float y)
y - y coordinatepublic java.util.ArrayList<ActionBase> getActions()