StringImplictGeom

ostrat.geom.`package`.StringImplictGeom
implicit class StringImplictGeom(thisString: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def findPt2: EMon[Pt2]

Find unique Pt2 expression from this String parsing it as an Sequence of RSON statements.

Find unique Pt2 expression from this String parsing it as an Sequence of RSON statements.

Attributes

def findPt2Else(elseValue: => Pt2): Pt2

Find unique Pt2 expression from this String, or return default Pt2 value, parsing it as an Sequence of RSON statements.

Find unique Pt2 expression from this String, or return default Pt2 value, parsing it as an Sequence of RSON statements.

Attributes

def findSettingPt2(setting: String): EMon[Pt2]

Find unique Pt2 setting of the given name from this String, parsing it as an Sequence of RSON statements.

Find unique Pt2 setting of the given name from this String, parsing it as an Sequence of RSON statements.

Attributes

def findSettingPt2Else(setting: String, elseValue: Pt2): Pt2

Find unique Pt2 setting of the given name from this String, or return default Pt2 value, parsing it as an Sequence of RSON statements.

Find unique Pt2 setting of the given name from this String, or return default Pt2 value, parsing it as an Sequence of RSON statements.

Attributes

def graphic(fontSize: Int, posn: Pt2, colour: Colour, align: TextAlign, baseLine: BaseLine): TextFixed