final class Line extends Product with Serializable

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

Instance Constructors

  1. new Line(shape: Option[LineShape], color: Option[OneOrSeq[Color]], width: Option[OneOrSeq[Double]], dash: Option[Dash], outliercolor: Option[Color], outlierwidth: Option[Double])

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Line → Equals
  2. val color: Option[OneOrSeq[Color]]
  3. val dash: Option[Dash]
  4. def equals(obj: Any): Boolean
    Definition Classes
    Line → Equals → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    Line → AnyRef → Any
  6. val outliercolor: Option[Color]
  7. val outlierwidth: Option[Double]
  8. def productArity: Int
    Definition Classes
    Line → Product
  9. def productElement(n: Int): Any
    Definition Classes
    Line → Product
  10. def productElementName(n: Int): String
    Definition Classes
    Line → Product
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def productIterator: Iterator[Any]
    Definition Classes
    Product
  13. def productPrefix: String
    Definition Classes
    Line → Product
  14. val shape: Option[LineShape]
  15. def toString(): String
    Definition Classes
    Line → AnyRef → Any
  16. val width: Option[OneOrSeq[Double]]
  17. def withColor(color: Option[OneOrSeq[Color]]): Line
  18. def withDash(dash: Option[Dash]): Line
  19. def withOutliercolor(outliercolor: Option[Color]): Line
  20. def withOutlierwidth(outlierwidth: Option[Double]): Line
  21. def withShape(shape: Option[LineShape]): Line
  22. def withWidth(width: Option[OneOrSeq[Double]]): Line