class
TextBox
extends AnyRef
Instance Constructors
-
new
TextBox
(font: Font, textColor: Color, bgColor: Color, rounded: Boolean, padx: Double, pady: Double)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
ascent
: Double
-
val
bgColor
: Color
-
var
bounds
: Rectangle2D
-
def
clone
(): AnyRef
-
def
descent
: Double
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
val
font
: Font
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
height
: Double
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
padx
: Double
-
val
pady
: Double
-
def
render
(g: Graphics2D, xLeft: Double, yBottom: Double): Unit
-
val
rounded
: Boolean
-
def
setText
(text: String, g: Graphics2D): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
var
text
: TextLayout
-
val
textColor
: Color
-
var
textData
: String
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
width
: Double
Inherited from AnyRef
Inherited from Any
A simple wrapper for a font and a text string.