Interface ITextReplacedElement

All Superinterfaces:
org.xhtmlrenderer.extend.ReplacedElement
All Known Implementing Classes:
AbstractFormField, BookmarkElement, CheckboxFormField, EmptyReplacedElement, ITextImageElement, RadioButtonFormField, SelectFormField, TextAreaFormField, TextFormField

@ParametersAreNonnullByDefault public interface ITextReplacedElement extends org.xhtmlrenderer.extend.ReplacedElement
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box)
     

    Methods inherited from interface org.xhtmlrenderer.extend.ReplacedElement

    detach, getBaseline, getIntrinsicHeight, getIntrinsicWidth, getLocation, hasBaseline, isRequiresInteractivePaint, setLocation
  • Method Details

    • paint

      void paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box)