fop 1.0

org.apache.fop.afp
Class RectanglePaintingInfo

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

public class RectanglePaintingInfo
extends java.lang.Object
implements PaintingInfo

Filled rectangle painting information


Constructor Summary
RectanglePaintingInfo(float x, float y, float width, float height)
          Main constructor
 
Method Summary
protected  float getHeight()
          Returns the height
protected  float getWidth()
          Returns the width
protected  float getX()
          Returns the x coordinate
protected  float getY()
          Returns the y coordinate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.