SmartWeatherSticker

open class SmartWeatherSticker(context: <ERROR CLASS>, textColor: <ERROR CLASS>, icon: Int, boxColor: <ERROR CLASS>, iconAlignment: SmartWeatherSticker.IconAlignment) : SmartSticker

Types

IconAlignment
Link copied to clipboard
enum IconAlignment : Enum<SmartWeatherSticker.IconAlignment>

Functions

calculateSize
Link copied to clipboard
open fun calculateSize(): <ERROR CLASS>
draw
Link copied to clipboard
open fun draw(canvas: <ERROR CLASS>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
generateText
Link copied to clipboard
open fun generateText(): String
getDrawableFont
Link copied to clipboard
override fun getDrawableFont(font: SmartSticker.Font): <ERROR CLASS>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

boxPaint
Link copied to clipboard
val boxPaint: Nothing?
drawableFont
Link copied to clipboard
val drawableFont: <ERROR CLASS>
icon
Link copied to clipboard
val icon: Int
iconAlignment
Link copied to clipboard
val iconAlignment: SmartWeatherSticker.IconAlignment
imageSource
Link copied to clipboard
val imageSource: <ERROR CLASS>
padding
Link copied to clipboard
val padding: Float
text
Link copied to clipboard
val text: String
textBounds
Link copied to clipboard
val textBounds: <ERROR CLASS>
textPaint
Link copied to clipboard
val textPaint: <ERROR CLASS>

Inheritors

SmartWeatherCloudSticker0
Link copied to clipboard
SmartWeatherCloudSticker1
Link copied to clipboard
SmartWeatherCloudSticker2
Link copied to clipboard
SmartWeatherThermostatSticker0
Link copied to clipboard
SmartWeatherThermostatSticker1
Link copied to clipboard
SmartWeatherThermostatSticker2
Link copied to clipboard