Class Rectangle
- java.lang.Object
-
- com.pdftools.toolbox.internal.NativeBase
-
- com.pdftools.toolbox.geometry.real.Rectangle
-
public class Rectangle extends NativeBase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)doublegetBottom()GetsbottomdoublegetLeft()GetsleftdoublegetRight()GetsrightdoublegetTop()GetstopinthashCode()voidsetBottom(double bottom)SetsbottomvoidsetLeft(double left)SetsleftvoidsetRight(double right)SetsrightvoidsetTop(double top)Setstop
-
-
-
Method Detail
-
getLeft
public double getLeft()
Getsleft
-
setLeft
public void setLeft(double left)
Setsleft
-
getBottom
public double getBottom()
Getsbottom
-
setBottom
public void setBottom(double bottom)
Setsbottom
-
getRight
public double getRight()
Getsright
-
setRight
public void setRight(double right)
Setsright
-
getTop
public double getTop()
Getstop
-
setTop
public void setTop(double top)
Setstop
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-