TextDesignMasked

Created by svennahler on 06.04f.18.

open class TextDesignMasked : TextDesign

Constructors

TextDesignMasked
Link copied to clipboard
fun TextDesignMasked()
TextDesignMasked
Link copied to clipboard
fun TextDesignMasked(parcel: <ERROR CLASS>)
TextDesignMasked
Link copied to clipboard
fun TextDesignMasked(identifier: String, fonts: List<String>)

Types

Companion
Link copied to clipboard
object Companion
RowType
Link copied to clipboard
data class RowType(image: <ERROR CLASS>, minimumHeightRatio: Float, sizeToFitContent: Boolean, capInsets: <ERROR CLASS>, relativeInsets: <ERROR CLASS>)

Functions

bindStateHandler
Link copied to clipboard
override fun bindStateHandler(stateHandler: <ERROR CLASS>)
calculatedNumberOfLines
Link copied to clipboard
override fun calculatedNumberOfLines(words: Words): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
generateLayoutData
Link copied to clipboard
open override fun generateLayoutData(text: String, width: Float): TextDesignLayoutData
hashCode
Link copied to clipboard
open override fun hashCode(): Int
randomizedNumberOfWordsPerLine
Link copied to clipboard
override fun randomizedNumberOfWordsPerLine(numberOfLines: Int, numberOfWords: Int): IntArray
setSeed
Link copied to clipboard
override fun setSeed(seed: Long): <ERROR CLASS>
textLines
Link copied to clipboard
override fun textLines(text: String): <ERROR CLASS><Words>

Splits the given words into lines.

override fun textLines(words: Words, numberOfWordsPerLine: IntArray): <ERROR CLASS><Words>
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
open override fun writeToParcel(dest: <ERROR CLASS>, flags: Int)

Properties

configType
Link copied to clipboard
open override val configType: Class<Out <ERROR CLASS>?>
pseudoFontRandom
Link copied to clipboard
override val pseudoFontRandom: <ERROR CLASS>
pseudoLineNumberRandom
Link copied to clipboard
override val pseudoLineNumberRandom: PseudoRandom
pseudoRandomAlignment
Link copied to clipboard
val pseudoRandomAlignment: <ERROR CLASS>
pseudoWordsPerLineRandom
Link copied to clipboard
override val pseudoWordsPerLineRandom: PseudoRandom

Inheritors

TextDesignMaskedBadge
Link copied to clipboard
TextDesignMaskedSpeechBubble
Link copied to clipboard
TextDesignMultiline
Link copied to clipboard