Packages

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()
Linear Supertypes
Updatable[ControlAsset], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ControlAsset
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def companion: ControlAsset.type
    Definition Classes
    ControlAsset → GeneratedMessage
  7. val content: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val fill: String
  10. val fontStyle: Int
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ControlAsset → GeneratedMessage
  13. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ControlAsset → GeneratedMessage
  14. val height: Int
  15. val hideafter: Int
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val margin: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. val opacity: Float
  22. val outlined: Boolean
  23. val padding: String
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def serializedSize: Int
    Definition Classes
    ControlAsset → GeneratedMessage
  26. val shadow: String
  27. val stroke: String
  28. val strokeWidth: Float
  29. val style: String
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    ControlAsset → GeneratedMessage
  35. def update(ms: (Lens[ControlAsset, ControlAsset]) => Mutation[ControlAsset]*): ControlAsset
    Definition Classes
    Updatable
  36. val visible: Boolean
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. val width: Int
  41. def withContent(__v: String): ControlAsset
  42. def withFill(__v: String): ControlAsset
  43. def withFontStyle(__v: Int): ControlAsset
  44. def withHeight(__v: Int): ControlAsset
  45. def withHideafter(__v: Int): ControlAsset
  46. def withMargin(__v: String): ControlAsset
  47. def withOpacity(__v: Float): ControlAsset
  48. def withOutlined(__v: Boolean): ControlAsset
  49. def withPadding(__v: String): ControlAsset
  50. def withShadow(__v: String): ControlAsset
  51. def withStroke(__v: String): ControlAsset
  52. def withStrokeWidth(__v: Float): ControlAsset
  53. def withStyle(__v: String): ControlAsset
  54. def withVisible(__v: Boolean): ControlAsset
  55. def withWidth(__v: Int): ControlAsset
  56. def withX(__v: String): ControlAsset
  57. def withY(__v: String): ControlAsset
  58. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  59. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ControlAsset → GeneratedMessage
  60. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. val x: String
  62. val y: String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[ControlAsset]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped