|
Apime v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.java4ever.apime.ui.RepaintManager
Gestor de repintado.
| Field Summary | |
static int |
BOUNDS
Actualización de las coordenadas (location, size, visible, ...). |
static RepaintManager |
instance
Instancia global. |
static int |
VISUAL
Actualización visual (foreground, background, font, ...). |
| Method Summary | |
void |
repaint(IComponent component)
Repinta un componente (VISUAL). |
void |
repaint(IComponent component,
int type)
Repinta un componente. |
void |
repaint(IComponent component,
int x,
int y,
int width,
int height)
Repinta una zona de un componente (VISUAL). |
void |
repaint(int x,
int y,
int width,
int height)
Repinta el área indicada. |
void |
repaint(Rectangle bounds)
Repinta el área indicada. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final RepaintManager instance
public static final int VISUAL
public static final int BOUNDS
| Method Detail |
public void repaint(IComponent component)
component - ComponenteIComponent,
VISUAL
public void repaint(IComponent component,
int x,
int y,
int width,
int height)
component - Componentex - Coordenada X localy - Coordenada Y localwidth - Anchoheight - AltoIComponent,
VISUAL
public void repaint(IComponent component,
int type)
component - Componentetype - Tipo de repintadoIComponent,
VISUAL,
BOUNDSpublic void repaint(Rectangle bounds)
bounds - Area a repintarRectangle
public void repaint(int x,
int y,
int width,
int height)
x - Coordenada Xy - Coordenada Ywidth - Anchoheight - Alto
|
Apime v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||