UiConfigText

Photo Editor Configuration file.

class UiConfigText constructor(parcel: <ERROR CLASS>?)

Constructors

UiConfigText
Link copied to clipboard
fun UiConfigText(parcel: <ERROR CLASS>?)

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getDefaultFontId
Link copied to clipboard
fun getDefaultFontId(): String
getDefaultTextAlignment
Link copied to clipboard
fun getDefaultTextAlignment(): <ERROR CLASS>
getDefaultTextBackgroundColor
Link copied to clipboard
fun getDefaultTextBackgroundColor(): Int
getDefaultTextColor
Link copied to clipboard
fun getDefaultTextColor(): Int
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open fun hasNonDefaults(): Boolean
setDefaultFontId
Link copied to clipboard
fun setDefaultFontId(defaultFont: String): UiConfigText
setDefaultTextAlignment
Link copied to clipboard
fun setDefaultTextAlignment(defaultAlignment: <ERROR CLASS>): UiConfigText
setDefaultTextBackgroundColor
Link copied to clipboard
fun setDefaultTextBackgroundColor(defaultColor: Int): UiConfigText
setDefaultTextColor
Link copied to clipboard
fun setDefaultTextColor(defaultColor: Int): UiConfigText
setFontList
Link copied to clipboard
fun setFontList(fontList: ArrayList<<ERROR CLASS>?>?): UiConfigText
fun setFontList(vararg fontList: Array<Out <ERROR CLASS>?>): UiConfigText
fun setFontList(vararg fontLists: Array<Out ArrayList<<ERROR CLASS>?>>): UiConfigText
setTextBackgroundColorList
Link copied to clipboard
fun setTextBackgroundColorList(textBackgroundColorList: ArrayList<<ERROR CLASS>?>?): UiConfigText
fun setTextBackgroundColorList(vararg textBackgroundColorList: Array<Out <ERROR CLASS>?>): UiConfigText
setTextColorList
Link copied to clipboard
fun setTextColorList(textColorList: ArrayList<<ERROR CLASS>?>?): UiConfigText
fun setTextColorList(vararg textColorList: Array<Out <ERROR CLASS>?>): UiConfigText
toString
Link copied to clipboard
open override fun toString(): String

Properties

fontList
Link copied to clipboard
var fontList: <ERROR CLASS>
fontPreviewList
Link copied to clipboard
var fontPreviewList: <ERROR CLASS>
optionList
Link copied to clipboard
var optionList: <ERROR CLASS>
quickOptionsList
Link copied to clipboard
var quickOptionsList: <ERROR CLASS>
textBackgroundColorList
Link copied to clipboard
var textBackgroundColorList: <ERROR CLASS>
textColorList
Link copied to clipboard
var textColorList: <ERROR CLASS>