LinePoint2Point

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(xPosition: Double, yPosition: Double, xPosition2: Double, yPosition2: Double): LinePoint2Point
def apply(xPosition: Double, yPosition: Double, xPosition2: Double, yPosition2: Double, name: String): LinePoint2Point
def apply(xPosition: Double, yPosition: Double, xPosition2: Double, yPosition2: Double, xAxis: String, yAxis: String): LinePoint2Point
def createPoint2PointLine(xPosition: Double, yPosition: Double, xPosition2: Double, yPosition2: Double, positionMode: Value): LinePoint2Point
def createPoint2PointLine(xPosition: Double, yPosition: Double, xPosition2: Double, yPosition2: Double, positionMode: Value, xAxis: String, yAxis: String): LinePoint2Point
def createPoint2PointLine(xPosition: Double, yPosition: Double, xPosition2: Double, yPosition2: Double, positionMode: Value, xAxis: String, yAxis: String, name: String): LinePoint2Point