Interface JRPrintImage

All Superinterfaces:
JRBoxContainer, JRCommonElement, JRCommonGraphicElement, JRCommonImage, JRIdentifiable, JRImageAlignment, JRPenContainer, JRPrintAnchor, JRPrintElement, JRPrintGraphicElement, JRPrintHyperlink, JRPropertiesHolder, JRStyleContainer
All Known Implementing Classes:
JRBasePrintImage, JRRecordedValuesPrintImage, JRTemplatePrintImage

public interface JRPrintImage extends JRPrintGraphicElement, JRPrintAnchor, JRPrintHyperlink, JRCommonImage
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • getRenderer

      Renderable getRenderer()
    • setRenderer

      void setRenderer(Renderable renderer)
    • isUsingCache

      boolean isUsingCache()
    • setUsingCache

      void setUsingCache(boolean isUsingCache)
    • getOnErrorType

      OnErrorTypeEnum getOnErrorType()
    • setOnErrorType

      void setOnErrorType(OnErrorTypeEnum onErrorType)