Package org.rrd4j.graph
Class BufferedImageWorker
java.lang.Object
org.rrd4j.graph.ImageWorker
org.rrd4j.graph.BufferedImageWorker
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImageWorker.Builderprotected voidmakeImage(OutputStream stream) protected voidreset(Graphics2D g2d) reset the dimensions of theGraphics2Dprotected voidresize(int width, int height) Methods inherited from class org.rrd4j.graph.ImageWorker
clip, dispose, drawLine, drawPolyline, drawString, fillPolygon, fillPolygon, fillRect, getFontAscent, getFontHeight, getImageBytes, getStringWidth, loadImage, makeImage, reset, saveImage, setAntiAliasing, setG2d, setTextAntiAliasing, transform
-
Constructor Details
-
BufferedImageWorker
BufferedImageWorker(int width, int height)
-
-
Method Details
-
getBuilder
-
resize
protected void resize(int width, int height) - Specified by:
resizein classImageWorker
-
reset
Description copied from class:ImageWorkerreset the dimensions of theGraphics2D- Specified by:
resetin classImageWorker
-
makeImage
- Specified by:
makeImagein classImageWorker- Throws:
IOException
-