Package com.pspdfkit.ui.settings
Class SettingsThemeConfiguration
-
- All Implemented Interfaces:
public final class SettingsThemeConfiguration
Configuration for the settings theme used in SettingsView to display and manage xml styled attributes.
-
-
Field Summary
Fields Modifier and Type Field Description private final TypedArray
typedArray
private final Drawable
horizontalDrawable
private final Drawable
verticalDrawable
private final Float
selectedBorderWidth
private final Float
unselectedBorderWidth
private final String
animationUrlVertical
private final String
animationUrlHorizontal
private final ColorStateList
colorStateList
private final Boolean
ignoreTint
-
Constructor Summary
Constructors Constructor Description SettingsThemeConfiguration(Context context)
-
Method Summary
Modifier and Type Method Description final TypedArray
getTypedArray()
final Drawable
getHorizontalDrawable()
final Drawable
getVerticalDrawable()
final Float
getSelectedBorderWidth()
final Float
getUnselectedBorderWidth()
final String
getAnimationUrlVertical()
final String
getAnimationUrlHorizontal()
final ColorStateList
getColorStateList()
final Boolean
getIgnoreTint()
-
-
Constructor Detail
-
SettingsThemeConfiguration
SettingsThemeConfiguration(Context context)
- Parameters:
context
- : Context to get the theme attributes
-
-
Method Detail
-
getTypedArray
final TypedArray getTypedArray()
-
getHorizontalDrawable
final Drawable getHorizontalDrawable()
-
getVerticalDrawable
final Drawable getVerticalDrawable()
-
getSelectedBorderWidth
final Float getSelectedBorderWidth()
-
getUnselectedBorderWidth
final Float getUnselectedBorderWidth()
-
getAnimationUrlVertical
final String getAnimationUrlVertical()
-
getAnimationUrlHorizontal
final String getAnimationUrlHorizontal()
-
getColorStateList
final ColorStateList getColorStateList()
-
getIgnoreTint
final Boolean getIgnoreTint()
-
-
-
-