public class RectanglePaintingInfo extends java.lang.Object implements PaintingInfo
Constructor and Description |
---|
RectanglePaintingInfo(float x,
float y,
float width,
float height)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
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-2017 The Apache Software Foundation. All Rights Reserved.