Class ButtonAppearance

  • All Implemented Interfaces:
    android.os.Parcelable

    public final class ButtonAppearance
    extends java.lang.Object
    implements android.os.Parcelable
    ButtonAppearance provides interfaces for Button customization. ButtonAppearance are created using ButtonAppearance.Builder.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ButtonAppearance.Builder
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<ButtonAppearance> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<ButtonAppearance> CREATOR
    • Method Detail

      • getBorderColor

        public int getBorderColor()
        Returns the border color specified for Button.
        Returns:
        border color of the Button.
      • getBorderWidth

        public float getBorderWidth()
        Returns the border width specified for Button.
        Returns:
        border width of the Button.
      • getNormalColor

        public int getNormalColor()
        Returns the background color specified for normal state of the Button.
        Returns:
        background color of the Button in the normal state.
      • getPressedColor

        public int getPressedColor()
        Returns the backgroundcolor specified for pressed state of the Button.
        Returns:
        background color of the Button in the pressed state.
      • getTextAppearance

        @Nullable
        public TextAppearance getTextAppearance()
        Returns the text appearance specified for Button.
        Returns:
        text appearance of the Button.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable