Class ITextImageElement

java.lang.Object
org.xhtmlrenderer.pdf.ITextImageElement
All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElement, ITextReplacedElement

public class ITextImageElement extends Object implements ITextReplacedElement
  • Constructor Details

    • ITextImageElement

      public ITextImageElement(org.xhtmlrenderer.extend.FSImage image)
  • Method Details

    • getIntrinsicWidth

      public int getIntrinsicWidth()
      Specified by:
      getIntrinsicWidth in interface org.xhtmlrenderer.extend.ReplacedElement
    • getIntrinsicHeight

      public int getIntrinsicHeight()
      Specified by:
      getIntrinsicHeight in interface org.xhtmlrenderer.extend.ReplacedElement
    • getLocation

      public Point getLocation()
      Specified by:
      getLocation in interface org.xhtmlrenderer.extend.ReplacedElement
    • setLocation

      public void setLocation(int x, int y)
      Specified by:
      setLocation in interface org.xhtmlrenderer.extend.ReplacedElement
    • getImage

      public org.xhtmlrenderer.extend.FSImage getImage()
    • detach

      public void detach(org.xhtmlrenderer.layout.LayoutContext c)
      Specified by:
      detach in interface org.xhtmlrenderer.extend.ReplacedElement
    • isRequiresInteractivePaint

      public boolean isRequiresInteractivePaint()
      Specified by:
      isRequiresInteractivePaint in interface org.xhtmlrenderer.extend.ReplacedElement
    • paint

      public void paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box)
      Specified by:
      paint in interface ITextReplacedElement
    • getBaseline

      public int getBaseline()
      Specified by:
      getBaseline in interface org.xhtmlrenderer.extend.ReplacedElement
    • hasBaseline

      public boolean hasBaseline()
      Specified by:
      hasBaseline in interface org.xhtmlrenderer.extend.ReplacedElement