Polyline

io.worxbend.tui.widgets.Shape.Polyline
final case class Polyline(points: Seq[(Double, Double)], style: Style) extends Shape

Consecutive points joined by segments — what a line chart plots.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Shape
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def draw(painter: Painter): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product