|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the set of basic timing attributes that are common to all timed elements.
| Method Summary | |
java.lang.String |
getBackgroundColor()
backgroundColor |
java.lang.String |
getBottom()
bottom |
java.lang.String |
getFit()
|
java.lang.String |
getLeft()
left |
java.lang.String |
getRegAlign()
regAlign |
java.lang.String |
getRegPoint()
regPoint |
java.lang.String |
getRight()
right |
java.lang.String |
getTop()
top |
int |
getZIndex()
|
void |
setBackgroundColor(java.lang.String backgroundColor)
|
void |
setBottom(java.lang.String bottom)
|
void |
setFit(java.lang.String fit)
|
void |
setLeft(java.lang.String left)
|
void |
setRegAlign(java.lang.String regAlign)
|
void |
setRegPoint(java.lang.String regPoint)
|
void |
setRight(java.lang.String right)
|
void |
setTop(java.lang.String top)
|
void |
setZIndex(int zIndex)
|
| Method Detail |
public java.lang.String getFit()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setFit(java.lang.String fit)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTop()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTop(java.lang.String top)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getBottom()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setBottom(java.lang.String bottom)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getLeft()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setLeft(java.lang.String left)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getRight()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setRight(java.lang.String right)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic int getZIndex()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setZIndex(int zIndex)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getBackgroundColor()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setBackgroundColor(java.lang.String backgroundColor)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getRegPoint()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setRegPoint(java.lang.String regPoint)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getRegAlign()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setRegAlign(java.lang.String regAlign)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||