3 Replies
-
Hola Ignacio,
Quizás debe usar esta función : 'Designer.setFillColor(model, occ, java.awt.Color.red);'
Un Saludo
AO -
Hola André:
Gracias por tu respuesta, no me funcionó, el objet Designer es necesario importarlo? de qué componente?
Saludos,
-
Hola Ignacio,
Mira esta información:
SetFillColor
SetFillColor(int r [, int g, int b])
Description
Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
Parameters
r
If g and b are given, red component; if not, indicates the gray level. Value between 0 and 255.
g
Green component (between 0 and 255).
b
Blue component (between 0 and 255).