Package com.reportmill.shape
Interface Java2DShapePainter
- 
- All Known Implementing Classes:
- BarcodeShape,- LineGraph
 
 public interface Java2DShapePainterShapes should implement this if they draw themselves using Java2D. The PDF output writer will render components like this to an image for PDF rendering
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbasePaint(java.awt.Graphics2D g, java.awt.geom.Rectangle2D rect)
 
-