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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractStyle

Inherited from AnyRef

Inherited from Any

Ungrouped