TextLine

indigo.shared.scenegraph.TextLine
final case class TextLine(text: String, lineBounds: Rectangle)

Represents a single line of text.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product