class
Text extends AnyRef
Instance Constructors
-
new
Text()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Text, B)
-
final
def
==(arg0: Any): Boolean
-
-
def
add(t: String): Unit
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
backspace: Unit
-
def
clear: Unit
-
def
clone(): AnyRef
-
def
content: String
-
def
delete: Unit
-
def
draw(fontsize: Int = 10, drawCursor: Boolean = false)(implicit g: processing.core.PGraphics): Unit
-
def
elementOf(xs: Set[Text]): Boolean
-
def
end: Unit
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Text
-
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
head: String
-
def
home: Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
left: Unit
-
val
min: Text
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
var
pos: Vec
-
def
preApply[B](f: (Text) ⇒ B): B
-
def
right: Unit
-
def
sideEffect(f: (Text) ⇒ Unit): Text
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tail: String
-
def
to(max: Text)(implicit b: Boundable[Text]): Bound[Text]
-
def
toString(): String
-
def
update(key: Int, keyCode: Int): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Text, B)
Deprecated Value Members
-
-
def
|>[B](f: (Text) ⇒ B): B
Inherited by implicit conversion DrxBoundOps from
Text to BoundOps[Text]
Inherited by implicit conversion any2stringadd from
Text to any2stringadd[Text]
Inherited by implicit conversion StringFormat from
Text to StringFormat[Text]
Inherited by implicit conversion Ensuring from
Text to Ensuring[Text]
Inherited by implicit conversion ArrowAssoc from
Text to ArrowAssoc[Text]