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