final case class AssetModel(content: String = "", fill: String = "", fontStyle: Int = 0, height: Int = 0, hideafter: Int = 0, margin: Float = 0.0f, opacity: Float = 0.0f, outlined: Boolean = false, padding: Float = 0.0f, shadow: String = "", stroke: String = "", strokeWidth: Float = 0.0f, style: String = "", visible: Boolean = false, width: Int = 0, x: String = "", y: String = "") extends GeneratedMessage with Updatable[AssetModel] with Product with Serializable
- content
Text with the format: "text %1.0f" where the argument is remaining seconds
- fill
Fill color hex
- fontStyle
Font style (normal - 0, bold - 1, italic - 2, bold_italic - 3)
- height
Height in dp
- hideafter
Interval in seconds after it will be hidden. 0 if element is always on screen
- margin
Element margin in CSS format
- opacity
Opacity 0-1
- outlined
Border
- padding
Element padding in CSS format
- shadow
Shadow color hex
- stroke
Stroke color hex
- strokeWidth
Size which is used for outline or in some case for text size
- style
One of element styles
- visible
Boolean flag indicates that asset is visible or not
- width
Width in DP
- x
The horizontal position
- y
The vertical position
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- AssetModel
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AssetModel(content: String = "", fill: String = "", fontStyle: Int = 0, height: Int = 0, hideafter: Int = 0, margin: Float = 0.0f, opacity: Float = 0.0f, outlined: Boolean = false, padding: Float = 0.0f, shadow: String = "", stroke: String = "", strokeWidth: Float = 0.0f, style: String = "", visible: Boolean = false, width: Int = 0, x: String = "", y: String = "")
- content
Text with the format: "text %1.0f" where the argument is remaining seconds
- fill
Fill color hex
- fontStyle
Font style (normal - 0, bold - 1, italic - 2, bold_italic - 3)
- height
Height in dp
- hideafter
Interval in seconds after it will be hidden. 0 if element is always on screen
- margin
Element margin in CSS format
- opacity
Opacity 0-1
- outlined
Border
- padding
Element padding in CSS format
- shadow
Shadow color hex
- stroke
Stroke color hex
- strokeWidth
Size which is used for outline or in some case for text size
- style
One of element styles
- visible
Boolean flag indicates that asset is visible or not
- width
Width in DP
- x
The horizontal position
- y
The vertical position
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: AssetModel.type
- Definition Classes
- AssetModel → GeneratedMessage
- val content: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fill: String
- val fontStyle: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- AssetModel → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AssetModel → GeneratedMessage
- val height: Int
- val hideafter: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val margin: Float
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val opacity: Float
- val outlined: Boolean
- val padding: Float
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- AssetModel → GeneratedMessage
- val shadow: String
- val stroke: String
- val strokeWidth: Float
- val style: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- AssetModel → GeneratedMessage
- def update(ms: (Lens[AssetModel, AssetModel]) => Mutation[AssetModel]*): AssetModel
- Definition Classes
- Updatable
- val visible: Boolean
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val width: Int
- def withContent(__v: String): AssetModel
- def withFill(__v: String): AssetModel
- def withFontStyle(__v: Int): AssetModel
- def withHeight(__v: Int): AssetModel
- def withHideafter(__v: Int): AssetModel
- def withMargin(__v: Float): AssetModel
- def withOpacity(__v: Float): AssetModel
- def withOutlined(__v: Boolean): AssetModel
- def withPadding(__v: Float): AssetModel
- def withShadow(__v: String): AssetModel
- def withStroke(__v: String): AssetModel
- def withStrokeWidth(__v: Float): AssetModel
- def withStyle(__v: String): AssetModel
- def withVisible(__v: Boolean): AssetModel
- def withWidth(__v: Int): AssetModel
- def withX(__v: String): AssetModel
- def withY(__v: String): AssetModel
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AssetModel → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val x: String
- val y: String
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)