MapTextStyle

open class MapTextStyle : Parcelable

Constructors

MapTextStyle
Link copied to clipboard
open fun MapTextStyle()

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getBorderColor
Link copied to clipboard
open fun getBorderColor(): Int
Returns a color-int value from alpha, red, green, blue components for border
getBorderSize
Link copied to clipboard
open fun getBorderSize(): Float
Returns border size in pixels
getFontFamily
Link copied to clipboard
open fun getFontFamily(): String
Returns the font family.
getTextColor
Link copied to clipboard
open fun getTextColor(): Int
Returns a color-int value from alpha, red, green, blue components for text
getTextSize
Link copied to clipboard
open fun getTextSize(): Float
Returns the default text size to the given value, interpreted as "scaled pixel" units.
hashCode
Link copied to clipboard
open fun hashCode(): Int
setBorderColor
Link copied to clipboard
open fun setBorderColor(@ColorInt borderColor: Int)
Sets a color-int value from alpha, red, green, blue components for border
setBorderSize
Link copied to clipboard
open fun setBorderSize(borderSize: Float)
Sets border size in pixels
setFontFamily
Link copied to clipboard
open fun setFontFamily(@NonNull fontFamily: String)
Sets the font family of displayed text.
setTextColor
Link copied to clipboard
open fun setTextColor(@ColorInt textColor: Int)
Sets a color-int value from alpha, red, green, blue components for text
setTextSize
Link copied to clipboard
open fun setTextSize(textSize: Float)
Set the default text size to the given value, interpreted as "scaled pixel" units.
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<StyledText.MapTextStyle>