|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CSSBox
CSS box.
| Method Summary | |
|---|---|
CSSPoint |
getBackgroundPosition()
Gets the position for the background image, if any. |
org.w3c.dom.css.CSSPrimitiveValue |
getBorderBottomColor()
|
float |
getBorderBottomWidth()
|
org.w3c.dom.css.CSSPrimitiveValue |
getBorderLeftColor()
|
float |
getBorderLeftWidth()
|
org.w3c.dom.css.CSSPrimitiveValue |
getBorderRightColor()
|
float |
getBorderRightWidth()
|
org.w3c.dom.css.CSSPrimitiveValue |
getBorderTopColor()
|
float |
getBorderTopWidth()
|
CSS2ComputedProperties |
getComputedStyle()
Gets the computed style for the element that generated this box. |
CSSContainerBox |
getContainingBlock()
Gets the 'containing block' for thid box, as defined by the CSS specification. |
CSSBox |
getGeneratedSibling()
Gets the box generated by the element that generated this box. |
float |
getLeft()
|
float |
getMarginBottom()
Gets the value of the margin-bottom property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getMarginLeft()
Gets the value of the margin-left property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getMarginRight()
Gets the value of the margin-right property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getMarginTop()
Gets the value of the margin-top property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getPaddingBottom()
Gets the value of the padding-bottom property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getPaddingLeft()
Gets the value of the padding-left property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getPaddingRight()
Gets the value of the padding-right property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getPaddingTop()
Gets the value of the padding-top property, expressed in the unit given by the StyleDatabase.getNaturalUnit() method. |
float |
getRight()
|
void |
setErrorHandler(CSSErrorHandler errorHandler)
Sets the CSS error handler. |
| Method Detail |
|---|
CSS2ComputedProperties getComputedStyle()
void setErrorHandler(CSSErrorHandler errorHandler)
errorHandler - the error handler.CSSContainerBox getContainingBlock()
CSSBox getGeneratedSibling()
float getLeft()
float getRight()
org.w3c.dom.css.CSSPrimitiveValue getBorderTopColor()
org.w3c.dom.css.CSSPrimitiveValue getBorderRightColor()
org.w3c.dom.css.CSSPrimitiveValue getBorderBottomColor()
org.w3c.dom.css.CSSPrimitiveValue getBorderLeftColor()
float getBorderTopWidth()
float getBorderRightWidth()
float getBorderBottomWidth()
float getBorderLeftWidth()
float getMarginTop()
StyleDatabase.getNaturalUnit() method.
float getMarginBottom()
StyleDatabase.getNaturalUnit() method.
float getMarginRight()
StyleDatabase.getNaturalUnit() method.
float getMarginLeft()
StyleDatabase.getNaturalUnit() method.
float getPaddingTop()
StyleDatabase.getNaturalUnit() method.
float getPaddingRight()
StyleDatabase.getNaturalUnit() method.
float getPaddingBottom()
StyleDatabase.getNaturalUnit() method.
float getPaddingLeft()
StyleDatabase.getNaturalUnit() method.
CSSPoint getBackgroundPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||