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

Inherited from:
Product