Java com.itextpdf.text RectangleReadOnly fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text RectangleReadOnly fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text RectangleReadOnly.

The text is from its open source code.

Constructor

RectangleReadOnly(final float urx, final float ury)
Constructs a RectangleReadOnly-object starting from the origin (0, 0).
RectangleReadOnly(final float urx, final float ury, final int rotation)
Constructs a RectangleReadOnly-object starting from the origin (0, 0) and with a specific rotation (valid values are 0, 90, 180, 270).