TextLine

final case
class TextLine(text: String, lineBounds: Rectangle)

Represents a single line of text.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def moveTo(x: Int, y: Int): TextLine
def moveTo(newPosition: Point): TextLine

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product