Bueno muchachos, estoy teniendo un pequeño problema... resulta que estoy haciendo unas gráficas de funciones para la facultad y estoy usando la librería JFreeChart ...
(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:
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.
Desde ya muchas graciass!!