Java com.itextpdf.kernel.geom Rectangle fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.kernel.geom Rectangle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.kernel.geom Rectangle.

The text is from its open source code.

Constructor

Method

floatgetBottom()
Gets the Y coordinate of the lower edge of the rectangle.
floatgetLeft()
Gets the X coordinate of the left edge of the rectangle.
floatgetRight()
Gets the X coordinate of the right edge of the rectangle.
floatgetTop()
Gets the Y coordinate of the upper edge of the rectangle.
floatgetWidth()
Gets the width of rectangle.