-
-
Field Summary
-
Fields inherited from class stream.AbstractProcessor
context
-
Constructor Summary
Constructors
| Constructor and Description |
Rectangle() |
-
Method Summary
-
Methods inherited from class stream.AbstractProcessor
finish, init, resetState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Rectangle
public Rectangle()
-
Method Detail
-
getX
public int getX()
- Returns:
- the x
-
setX
public void setX(int x)
- Parameters:
x - the x to set
-
getY
public int getY()
- Returns:
- the y
-
setY
public void setY(int y)
- Parameters:
y - the y to set
-
getWidth
public int getWidth()
- Returns:
- the width
-
getHeight
public int getHeight()
- Returns:
- the height
Copyright © 2014. All Rights Reserved.