Class RectanglePaintingInfo

java.lang.Object
org.apache.fop.afp.RectanglePaintingInfo
All Implemented Interfaces:
PaintingInfo

public class RectanglePaintingInfo extends Object implements PaintingInfo
Filled rectangle painting information
  • Constructor Details

    • RectanglePaintingInfo

      public RectanglePaintingInfo(float x, float y, float width, float height)
      Main constructor
      Parameters:
      x - the x coordinate
      y - the y coordinate
      width - the width
      height - the height
  • Method Details

    • getX

      protected float getX()
      Returns the x coordinate
      Returns:
      the x coordinate
    • getY

      protected float getY()
      Returns the y coordinate
      Returns:
      the y coordinate
    • getWidth

      protected float getWidth()
      Returns the width
      Returns:
      the width
    • getHeight

      protected float getHeight()
      Returns the height
      Returns:
      the height