Class EmptyReplacedElement

java.lang.Object
org.xhtmlrenderer.swing.EmptyReplacedElement
All Implemented Interfaces:
ReplacedElement

public class EmptyReplacedElement extends Object implements ReplacedElement
  • Field Details

    • _width

      private final int _width
    • _height

      private final int _height
    • _location

      private Point _location
  • Constructor Details

    • EmptyReplacedElement

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