|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpcastStyle
This interface defines the public interface for for an upCast style object.
It lets you query its properties, change properties and similar tasks.
Method Summary | |
---|---|
CSSValue |
getCSSProperty(int propertyId)
retrieves the value of the CSS property with the specified index as defined in CSSProperties . |
java.lang.String |
getStyleName()
retrieves the name of this style |
java.lang.String |
toString()
retrieves a string representation of all info stored in this style for debugging purposes |
Method Detail |
---|
CSSValue getCSSProperty(int propertyId)
CSSProperties
.
propertyId
- the id of the CSS property
CSSValue
otherwise.java.lang.String getStyleName()
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |