final case class ControlAsset(content: String = "", fill: String = "", fontStyle: Int = 0, height: Int = 0, hideafter: Int = 0, margin: String = "", opacity: Float = 0.0f, outlined: Boolean = false, padding: String = "", shadow: String = "", stroke: String = "", strokeWidth: Float = 0.0f, style: String = "", visible: Boolean = false, width: Int = 0, x: String = "", y: String = "") extends GeneratedMessage with Updatable[ControlAsset] 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 hiden. 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
- ControlAsset
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ControlAsset(content: String = "", fill: String = "", fontStyle: Int = 0, height: Int = 0, hideafter: Int = 0, margin: String = "", opacity: Float = 0.0f, outlined: Boolean = false, padding: String = "", 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 hiden. 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: ControlAsset.type
- Definition Classes
- ControlAsset → 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
- ControlAsset → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ControlAsset → GeneratedMessage
- val height: Int
- val hideafter: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val margin: String
- 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: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ControlAsset → 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
- ControlAsset → GeneratedMessage
- def update(ms: (Lens[ControlAsset, ControlAsset]) => Mutation[ControlAsset]*): ControlAsset
- 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): ControlAsset
- def withFill(__v: String): ControlAsset
- def withFontStyle(__v: Int): ControlAsset
- def withHeight(__v: Int): ControlAsset
- def withHideafter(__v: Int): ControlAsset
- def withMargin(__v: String): ControlAsset
- def withOpacity(__v: Float): ControlAsset
- def withOutlined(__v: Boolean): ControlAsset
- def withPadding(__v: String): ControlAsset
- def withShadow(__v: String): ControlAsset
- def withStroke(__v: String): ControlAsset
- def withStrokeWidth(__v: Float): ControlAsset
- def withStyle(__v: String): ControlAsset
- def withVisible(__v: Boolean): ControlAsset
- def withWidth(__v: Int): ControlAsset
- def withX(__v: String): ControlAsset
- def withY(__v: String): ControlAsset
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ControlAsset → 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)