mirror of
https://github.com/AR2000AR/openComputers_codes.git
synced 2025-09-07 22:21:14 +02:00
1.1 KiB
1.1 KiB
Text(Rectangle)
Display text.
Constructor
- x : int
- y : int
- width : int
- height : int
- backgroundColor : int
- text : string
Inherited public methods
- setX
- setY
- setPos
- getX
- getY
- getPos
- setCallback
- draw
- collide
- setWidth
- setHeight
- setSize
- setColor
- getWidth
- getHeight
- getSize
- getColor
Public methods
getText
Return
- text : string
setText
Arguments
- text : string
getForeground
Return
- color : int. RGB color
getBackground
Return
- color : int. RGB color
setForeground
Arguments
- color : int. RGB color
setBackground
Arguments
- color : int. RGB color