Class GraphicStyle


  • public class GraphicStyle
    extends Style
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Double DPI_RATIO
      The ratio of 72 dpi to 96 dpi
      • Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style

        styleWriter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      void write​(java.lang.String lineStyleName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DPI_RATIO

        public static final java.lang.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)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in class Style
      • write

        public void write​(java.lang.String lineStyleName)
        Specified by:
        write in class Style