Class GraphicStyle
- java.lang.Object
-
- net.sf.jasperreports.engine.export.oasis.Style
-
- net.sf.jasperreports.engine.export.oasis.GraphicStyle
-
public class GraphicStyle extends Style
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static Double
DPI_RATIO
The ratio of 72 dpi to 96 dpi-
Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style
styleWriter
-
-
Constructor Summary
Constructors Constructor Description GraphicStyle(WriterHelper styleWriter, JRPrintGraphicElement element, double cropTop, double cropLeft, double cropBottom, double cropRight)
-
-
-
Field Detail
-
DPI_RATIO
public static final Double DPI_RATIO
The ratio of 72 dpi to 96 dpi
-
-
Constructor Detail
-
GraphicStyle
public GraphicStyle(WriterHelper styleWriter, JRPrintGraphicElement element, double cropTop, double cropLeft, double cropBottom, double cropRight)
-
-