public class Renderer
extends java.lang.Object
Constructor and Description |
---|
Renderer(ICCFProvider ccf) |
Modifier and Type | Method and Description |
---|---|
void |
clear(java.awt.Graphics g,
CCFColor color,
int x,
int y,
int w,
int h) |
void |
draw(java.awt.Graphics g,
CCFButton button,
int x,
int y) |
void |
draw(java.awt.Graphics g,
CCFChild[] child,
int x,
int y) |
void |
draw(java.awt.Graphics g,
CCFChild child,
int x,
int y) |
void |
draw(java.awt.Graphics g,
CCFFrame frame,
int x,
int y) |
void |
draw(java.awt.Graphics g,
CCFIcon icon,
int x,
int y,
int w,
int h) |
void |
draw(java.awt.Graphics g,
CCFPanel panel,
int x,
int y) |
void |
draw(java.awt.Graphics g,
java.lang.String label,
CCFFont font,
CCFColor color,
int x,
int y,
int w,
int h) |
static java.awt.Rectangle |
getBounds(CCFChild c) |
static CCFChild |
getClick(CCFChild[] c,
java.awt.Point off,
java.awt.Point click) |
static CCFChild |
getClick(CCFPanel p,
java.awt.Point click) |
public Renderer(ICCFProvider ccf)
public void draw(java.awt.Graphics g, CCFPanel panel, int x, int y)
public void draw(java.awt.Graphics g, CCFChild[] child, int x, int y)
public void draw(java.awt.Graphics g, CCFChild child, int x, int y)
public void draw(java.awt.Graphics g, CCFButton button, int x, int y)
public void draw(java.awt.Graphics g, CCFFrame frame, int x, int y)
public void clear(java.awt.Graphics g, CCFColor color, int x, int y, int w, int h)
public void draw(java.awt.Graphics g, java.lang.String label, CCFFont font, CCFColor color, int x, int y, int w, int h)
public void draw(java.awt.Graphics g, CCFIcon icon, int x, int y, int w, int h)
public static java.awt.Rectangle getBounds(CCFChild c)