Fx.Chart.Xy.X.Basic.Item

class Item(xPar: X, yPar: Y) extends Fx.Chart.XY.ItemBase
Source
__.scala
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

Constructor

def this(p: (X, Y))
Source
__.scala

Body

def chart: Fx.Chart.XY[X, Y]
Inherited from
ItemBase
Source
__.scala
def doc: Doc
Inherited from
ItemBase
Source
__.scala
def isVisible: Boolean
Source
__.scala
lazy val node: Fx.Node
Source
__.scala
def tag: String

Make String

Make String

tag returns this instance String representation, which should be used insted of toString

Inherited from
Doc
Source
Doc.scala
def x: X
Inherited from
ItemBase
Source
__.scala
def x_=(v: X): Unit
Inherited from
ItemBase
Source
__.scala
def xPos: Double
Inherited from
ItemBase
Source
__.scala
def y: Y
Inherited from
ItemBase
Source
__.scala
def y_=(v: Y): Unit
Inherited from
ItemBase
Source
__.scala
def yPos: Double
Inherited from
ItemBase
Source
__.scala