@DoNotObfuscate
public class RectangleUpperLeftBasedPoints
extends java.lang.Object
implements com.pdfunit.internal.spi.RectangleUpperLeftBased
FormatUnit
Constructor and Description |
---|
RectangleUpperLeftBasedPoints(int leftX,
int upperY,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getHeightInPoints() |
int |
getLeftXInPoints() |
java.lang.String |
getName() |
java.awt.geom.Rectangle2D |
getRectangle2D() |
java.awt.geom.Rectangle2D |
getRectangle2DLowerLeftBased() |
java.awt.geom.Rectangle2D |
getRectangleUpperLeftBasedPoints() |
int |
getUpperYInPoints() |
int |
getWidthInPoints() |
void |
setName(java.lang.String name) |
void |
setPageHeightInPoints(int pageHeightInPoints) |
java.lang.String |
toString()
This methode is used in case of a failing unit test.
|
@Guarded public RectangleUpperLeftBasedPoints(int leftX, int upperY, int width, int height)
public int getHeightInPoints()
getHeightInPoints
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
public int getLeftXInPoints()
getLeftXInPoints
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
public java.lang.String getName()
getName
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
public java.awt.geom.Rectangle2D getRectangle2D()
public java.awt.geom.Rectangle2D getRectangle2DLowerLeftBased()
getRectangle2DLowerLeftBased
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
public java.awt.geom.Rectangle2D getRectangleUpperLeftBasedPoints()
getRectangleUpperLeftBasedPoints
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
public int getUpperYInPoints()
getUpperYInPoints
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
public int getWidthInPoints()
getWidthInPoints
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
@Guarded public void setName(java.lang.String name)
setName
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
@Guarded public void setPageHeightInPoints(int pageHeightInPoints)
setPageHeightInPoints
in interface com.pdfunit.internal.spi.RectangleUpperLeftBased
@IgnoreCoverage public java.lang.String toString()
toString
in class java.lang.Object
Copyright (C) PDFUnit.com. See here for license.