public interface IStyle
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getStyleableObjectType()
Gets the target styleable object type.
|
void |
tryApplyStyle(java.lang.Object styleableObject)
Applies this style to specified styleable object.
|
void |
tryDiscardStyle(java.lang.Object styleableObject)
Discards this style on specified styleable object.
|
void tryApplyStyle(java.lang.Object styleableObject)
styleableObject
- The target styleable object.void tryDiscardStyle(java.lang.Object styleableObject)
styleableObject
- The target styleable object.java.lang.Class<?> getStyleableObjectType()