Package cil.li.oc.proxies
Class GPUProxy
java.lang.Object
cil.li.oc.ComponentProxy
cil.li.oc.proxies.GPUProxy
public class GPUProxy extends ComponentProxy
Component proxy of a GPU.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidfill(int x, int y, int width, int height, char ch)java.lang.StringgetAddress()java.lang.StringgetType()voidsetBackground(int rgb)voidsetForeground(int rgb)
-
Constructor Details
-
Method Details
-
fill
public void fill(int x, int y, int width, int height, char ch) -
setForeground
public void setForeground(int rgb) -
setBackground
public void setBackground(int rgb) -
getAddress
public java.lang.String getAddress()- Specified by:
getAddressin classComponentProxy
-
getType
public java.lang.String getType()- Specified by:
getTypein classComponentProxy
-