Graphics2D
object for rendering into the specified {@link BufferedImage}.
@param img the specified BufferedImage
@return a Graphics2D
to be used for rendering intothe specified BufferedImage
@throws NullPointerException if img
is null
Graphics2D
, which can be used to draw into this BufferedImage
.
@return a Graphics2D
, used for drawing into thisimage.
Graphics2D
to write on. The graphics are translated to PDF commands.
@param width the width of the panel
@param height the height of the panel
@return a Graphics2D
@deprecated use the constructor in PdfGraphics2D
Graphics2D
to write on. The graphics are translated to PDF commands.
@param width the width of the panel
@param height the height of the panel
@param convertImagesToJPEG
@param quality
@return a Graphics2D
Graphics2D
object for rendering into the specified {@link BufferedImage}.
@param img the specified BufferedImage
@return a Graphics2D
to be used for rendering intothe specified BufferedImage
@throws NullPointerException if img
is null
SplashScreen
when you want the splash screen to be updated immediately.
@return graphics context for the splash screen overlay surface
@throws IllegalStateException if the splash screen has already been closed
Graphics2D
, which can be used to draw into this BufferedImage
.
@return a Graphics2D
, used for drawing into thisimage.
Graphics2D
, which can be used to draw into this VolatileImage
.
@return a Graphics2D
, used for drawing into thisimage.
Graphics2D
object that can be used to paint text and graphics onto the TiledImage
. The TiledImage
must be of integral data type or an UnsupportedOperationException
will be thrown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|