Fx.Chart.Xy.As.Basic.Item

class Item(xPar: X, yPar: Y) extends Fx.Chart.XY.ItemBase
trait Able.Info
trait Able.Tag
class Object
trait Matchable
class Any

Def

Constructor

def this(p: (X, Y))

Body

def isVisible: Boolean
lazy val node: Node

Inherited body

def chart: Fx.Chart.XY[X, Y]
Inherited from
ItemBase
Source
__.scala
def info: Info
Inherited from
ItemBase
Source
__.scala
def setY(v: Y): Unit
Inherited from
ItemBase
Source
__.scala
def tag: String

To String

To String

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

Inherited from
Info
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