PROYECTO “eventos”
Ejemplo Boton:
· Launcher: Button. “BotonCEA” hereda de este tipo
· ActionEvent: “ActionEventCEA” hereda de este tipo.
· ActionListener: “EscuchadorBotonCEA” hereda de este tipo
Ejemplo Ventana:
· Launcher: Frame. “VentanaCEA” hereda de este tipo
· WindowEvent: “WindowEventCEA” hereda de este tipo
· WindowListener: “EscuchadorVentanaCEA” hereda
Processing.org "eventos...es.cea.processing"
Pintar:
· LINEAS
· PUNTOS
· CUADROS
· CIRCULOS
· IMÁGENES
Cambiar:
· Ancho línea: strokeWeight(x);
· Cambio color: fill(x);
· Cambio color línea: stroke(x);
Escribir mensajes:
· Typography
Crear colores:
· Int rojo=color(255,0,0);
· Int color=color(red,gree,blue);
Entrada Info/Eventos
· Raton
o Posicion
o Click
· Teclas
No hay comentarios:
Publicar un comentario