sealed case class Style(parentStyle: Option[StyleReference] = None, conditionalStyles: Seq[(Expression[Boolean], Style)] = Vector.empty, backcolor: Option[Color] = None, forecolor: Option[Color] = None, font: Font = Font.empty, horizontalImageAlignment: Option[HorizontalImageAlignEnum] = None, horizontalTextAlignment: Option[HorizontalTextAlignEnum] = None, paragraph: Paragraph = Paragraph.empty, markup: Option[String] = None, mode: Option[ModeEnum] = None, pattern: Option[String] = None, radius: Option[Int] = None, rotation: Option[RotationEnum] = None, scaleImage: Option[ScaleImageEnum] = None, verticalImageAlignment: Option[VerticalImageAlignEnum] = None, verticalTextAlignment: Option[VerticalTextAlignEnum] = None, line: Pen = Pen.empty, box: LineBox = LineBox.empty, fill: Option[FillEnum] = None, blankWhenNull: Option[Boolean] = None) extends AbstractStyle with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AbstractStyle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Style
  2. Serializable
  3. Product
  4. Equals
  5. AbstractStyle
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Style(parentStyle: Option[StyleReference] = None, conditionalStyles: Seq[(Expression[Boolean], Style)] = Vector.empty, backcolor: Option[Color] = None, forecolor: Option[Color] = None, font: Font = Font.empty, horizontalImageAlignment: Option[HorizontalImageAlignEnum] = None, horizontalTextAlignment: Option[HorizontalTextAlignEnum] = None, paragraph: Paragraph = Paragraph.empty, markup: Option[String] = None, mode: Option[ModeEnum] = None, pattern: Option[String] = None, radius: Option[Int] = None, rotation: Option[RotationEnum] = None, scaleImage: Option[ScaleImageEnum] = None, verticalImageAlignment: Option[VerticalImageAlignEnum] = None, verticalTextAlignment: Option[VerticalTextAlignEnum] = None, line: Pen = Pen.empty, box: LineBox = LineBox.empty, fill: Option[FillEnum] = None, blankWhenNull: Option[Boolean] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(rhs: Style): Style

    combine this style with given style.

    combine this style with given style. If a property is set in both styles, the right side replaces the left. This is different from the copy method, in that it is a 'deep' combination. ParentStyle and conditionalStyles can hardly be combined automatically; so don't expect anything of one of the styles uses it.

  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val backcolor: Option[Color]
  7. val blankWhenNull: Option[Boolean]
  8. val box: LineBox
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val conditionalStyles: Seq[(Expression[Boolean], Style)]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val fill: Option[FillEnum]
  13. val font: Font
  14. val forecolor: Option[Color]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val horizontalImageAlignment: Option[HorizontalImageAlignEnum]
  17. val horizontalTextAlignment: Option[HorizontalTextAlignEnum]
  18. def isEmpty: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val line: Pen
  21. val markup: Option[String]
  22. val mode: Option[ModeEnum]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val paragraph: Paragraph
  27. val parentStyle: Option[StyleReference]
  28. val pattern: Option[String]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val radius: Option[Int]
  31. val rotation: Option[RotationEnum]
  32. val scaleImage: Option[ScaleImageEnum]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val verticalImageAlignment: Option[VerticalImageAlignEnum]
  35. val verticalTextAlignment: Option[VerticalTextAlignEnum]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractStyle

Inherited from AnyRef

Inherited from Any

Ungrouped