Package org.tn5250j.framework.tn5250
Class Rect
- java.lang.Object
-
- org.tn5250j.framework.tn5250.Rect
-
public class Rect extends java.lang.ObjectSimplified rectangle class. Very much similar like java.awt.Rectangle, but we want to decouple the packages ...
-
-
Constructor Summary
Constructors Constructor Description Rect()
-
-
-
Method Detail
-
setBounds
public void setBounds(Rect rect)
- Parameters:
rect- a rect angle
-
setBounds
public void setBounds(int x, int y, int width, int height)- Parameters:
x- the new X coordinate for the upper-left corner of this rectangley- the new Y coordinate for the upper-left corner of this rectanglewidth- the new width for this rectangleheight- the new height for this rectangle
-
-