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