AnyGeomImplicit

ostrat.geom.`package`.AnyGeomImplicit
implicit class AnyGeomImplicit(thisAny: Any)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toTextGraphic(fontSize: Double, posn: Pt2, colour: Colour, align: TextAlign, baseLine: BaseLine): TextFixed

Creates a TextFixed at the given [[Pt2], default x = 0, y = 0, using the toString method on this object.

Creates a TextFixed at the given [[Pt2], default x = 0, y = 0, using the toString method on this object.

Attributes

def xyTextGraphic(fontSize: Double, xPosn: Double, yPosn: Double, colour: Colour, align: TextAlign, baseLine: BaseLine): TextFixed

Creates a TextFixed at the given X and Y positions, using the toString method on this object.

Creates a TextFixed at the given X and Y positions, using the toString method on this object.

Attributes