Class EmptyReplacedElement

java.lang.Object
com.openhtmltopdf.swing.EmptyReplacedElement
All Implemented Interfaces:
ReplacedElement
Direct Known Subclasses:
Java2DRendererBuilder.Graphics2DPaintingReplacedElement

public class EmptyReplacedElement extends Object implements ReplacedElement
  • Field Details

    • _width

      private int _width
    • _height

      private int _height
    • _location

      private Point _location
  • Constructor Details

    • EmptyReplacedElement

      public EmptyReplacedElement(int width, int height)
  • Method Details