TextDesignRowMasked

Created by svennahler on 16.04.18.

open class TextDesignRowMasked(words: Words, width: Float, attributes: TextDesignAttributes, image: <ERROR CLASS>?, imageInsets: <ERROR CLASS>, capInsets: <ERROR CLASS>?, backgroundColor: Int) : TextDesignRowSingle

Constructors

TextDesignRowMasked
Link copied to clipboard
fun TextDesignRowMasked(words: Words, width: Float, attributes: TextDesignAttributes, image: <ERROR CLASS>?, imageInsets: <ERROR CLASS>, capInsets: <ERROR CLASS>?, backgroundColor: Int)

Functions

didRender
Link copied to clipboard
open override fun didRender(canvas: <ERROR CLASS>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
layout
Link copied to clipboard
override fun layout()
render
Link copied to clipboard
open override fun render(canvas: <ERROR CLASS>)
textFrame
Link copied to clipboard
open override fun textFrame(element: TextDesignElement, fontSize: Float): <ERROR CLASS>
toString
Link copied to clipboard
open override fun toString(): String
willRender
Link copied to clipboard
open override fun willRender(canvas: <ERROR CLASS>)

Properties

attributes
Link copied to clipboard
override var attributes: TextDesignAttributes
autoAdjustTextColor
Link copied to clipboard
var autoAdjustTextColor: Boolean
backgroundColor
Link copied to clipboard
var backgroundColor: Int
isMasked
Link copied to clipboard
var isMasked: Boolean
isUsedInInvertedLayout
Link copied to clipboard
var isUsedInInvertedLayout: Boolean
shearingAngle
Link copied to clipboard
override var shearingAngle: Float
size
Link copied to clipboard
override var size: SizeValue
width
Link copied to clipboard
override val width: Float
words
Link copied to clipboard
override val words: Words

Inheritors

TextDesignRowMultiline
Link copied to clipboard