public interface Template
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackColor()
Gets the background color.
|
java.lang.String |
getDescription()
Gets the description.
|
int |
getHeight()
Gets the height.
|
java.util.Iterator<? extends RevelControl> |
getModules()
Gets the modules.
|
java.lang.String |
getName()
Gets the name.
|
OrientationType |
getOrientation()
Gets the orientation.
|
java.lang.String |
getScript()
Gets the script.
|
int |
getWidth()
Gets the width.
|
void |
start()
Start.
|
void |
stop()
Stop.
|
void |
stop(java.lang.Runnable callback)
Stop with callback after fade animation completes.
|
java.lang.String getName()
java.lang.String getDescription()
void start()
void stop()
void stop(java.lang.Runnable callback)
callback
- int getWidth()
int getHeight()
OrientationType getOrientation()
java.lang.String getBackColor()
java.util.Iterator<? extends RevelControl> getModules()
java.lang.String getScript()