public interface ImageTheme
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCheckboxCheckedPath()
Gets the path of the image corresponding to the checked check box.
|
java.lang.String |
getCheckboxUncheckedPath()
Gets the path of the image corresponding to the unchecked check box.
|
java.lang.String |
getProgressBarHorizontalPath()
Gets the path of the image corresponding to the horizontal progress bar.
|
java.lang.String |
getProgressBarVerticalPath()
Gets the path of the image corresponding to the vertical progress bar.
|
java.lang.String |
getRadioButtonCheckedPath()
Gets the path of the image corresponding to the checked radio button.
|
java.lang.String |
getRadioButtonUncheckedPath()
Gets the path of the image corresponding to the unchecked radio button.
|
java.lang.String |
getSliderCursorPath()
Gets the path of the image corresponding to the slider cursor.
|
java.lang.String |
getSliderHorizontalBarPath()
Gets the path of the image corresponding to the slider horizontal bar.
|
java.lang.String |
getSliderVerticalBarPath()
Gets the path of the image corresponding to the slider vertical bar.
|
java.lang.String |
getSwitchCheckedPath()
Gets the path of the image corresponding to the checked switch.
|
java.lang.String |
getSwitchUncheckedPath()
Gets the path of the image corresponding to the unchecked switch.
|
java.lang.String getCheckboxCheckedPath()
java.lang.String getCheckboxUncheckedPath()
java.lang.String getSwitchCheckedPath()
java.lang.String getSwitchUncheckedPath()
java.lang.String getRadioButtonCheckedPath()
java.lang.String getRadioButtonUncheckedPath()
java.lang.String getSliderHorizontalBarPath()
java.lang.String getSliderVerticalBarPath()
java.lang.String getSliderCursorPath()
java.lang.String getProgressBarHorizontalPath()
java.lang.String getProgressBarVerticalPath()