|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.smil.Core christophedelory.playlist.smil.Position
public class Position
Defines the parameters position such as bottom, left, right and top.
Constructor Summary | |
---|---|
Position()
|
Method Summary | |
---|---|
String |
getBottomString()
Returns the bottom position as a string. |
String |
getLeftString()
Returns the left position as a string. |
String |
getRightString()
Returns the right position as a string. |
String |
getTopString()
Returns the top position as a string. |
void |
setBottom(int bottom)
Initializes the bottom position as an integer. |
void |
setBottomString(String bottom)
Initializes the bottom position as a string. |
void |
setLeft(int left)
Initializes the left position as an integer. |
void |
setLeftString(String left)
Initializes the left position as a string. |
void |
setRight(int right)
Initializes the right position as an integer. |
void |
setRightString(String right)
Initializes the right position as a string. |
void |
setTop(int top)
Initializes the top position as an integer. |
void |
setTopString(String top)
Initializes the top position as a string. |
Methods inherited from class christophedelory.playlist.smil.Core |
---|
getClassName, getId, getLang, getTitle, setClassName, setId, setLang, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Position()
Method Detail |
---|
public String getBottomString()
null
.setBottomString(java.lang.String)
public void setBottomString(String bottom)
bottom
- a bottom position. May be null
.getBottomString()
,
setBottom(int)
public void setBottom(int bottom)
bottom
- a bottom position.setBottomString(java.lang.String)
public String getLeftString()
null
.setLeftString(java.lang.String)
public void setLeftString(String left)
left
- a left position. May be null
.getLeftString()
,
setLeft(int)
public void setLeft(int left)
left
- a left position.setLeftString(java.lang.String)
public String getRightString()
null
.setRightString(java.lang.String)
public void setRightString(String right)
right
- a right position. May be null
.getRightString()
,
setRight(int)
public void setRight(int right)
right
- a right position.setRightString(java.lang.String)
public String getTopString()
null
.setTopString(java.lang.String)
public void setTopString(String top)
top
- a top position. May be null
.getTopString()
,
setTop(int)
public void setTop(int top)
top
- a top position.setTopString(java.lang.String)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |