Descripción
Sintaxis
public abstract void drawString(String str, float x, float y)
public abstract void drawString(String str, int x, int y)
public abstract void drawString(AttributedCharacterIterator iterator, float x, float y)
public abstract void drawString(AttributedCharacterIterator iterator, int x, int y)
Parámetros
- int y,
- float y,
- AttributedCharacterIterator iterator,
- String str,
- float x,
- int x,
Excepciones
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.