public class RectanglePaintingInfo extends java.lang.Object implements PaintingInfo
Constructor and Description |
---|
RectanglePaintingInfo(float x,
float y,
float width,
float height)
Main constructor
|
public RectanglePaintingInfo(float x, float y, float width, float height)
x
- the x coordinatey
- the y coordinatewidth
- the widthheight
- the heightprotected float getX()
protected float getY()
protected float getWidth()
protected float getHeight()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.