public class RectanglePaintingInfo extends 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 © 2019 Apache Software Foundation. All rights reserved.