(para los que no la conocen aquí la página http://www.jfree.org/jfreechart/)
Resulta que uno de los métodos que necesito usar, me pide como parámetro "Graphics2D g2" osea el graphics device y me estoy volviendo loco para hacerlo funcionar. Por lo que estuve leyendo el graphics2D no se puede instanciar y nose como hacerlo andar (soy bastante nuevo en java también)
Por favor necesito ayuda sobre como hacerlo andar
Acá pongo más info sobre el método que necesito implementar
Código:
Desde ya muchas graciass!! drawDomainGridLine public void drawDomainGridLine(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value) Draws a grid line against the domain axis. Parameters: g2 - the graphics device. plot - the plot. axis - the value axis. dataArea - the area for plotting data (not yet adjusted for any 3D effect). value - the value.