SynthGraphicsUtils.drawLine() | Java

 

Descripción

Sintaxis

public void drawLine(SynthContext context, Object paintKey, Graphics g, int x1, int y1, int x2, int y2)
public void drawLine(SynthContext context, Object paintKey, Graphics g, int x1, int y1, int x2, int y2, Object styleKey)

Parámetros

  • int x1,
  • int x2,
  • Graphics g,
  • int y2,
  • Object styleKey,
  • Object paintKey,
  • int y1,
  • SynthContext context,

Clase Padre

SynthGraphicsUtils

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.