@Deprecated public abstract class ComparisonRectangleBase extends Object
Constructor and Description |
---|
ComparisonRectangleBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
correctPositionOfTops(ComparisonRectangleBase rect)
Deprecated.
Correct position of tops.
|
abstract boolean |
equals(ComparisonRectangleBase rect)
Deprecated.
Equals boolean.
|
abstract double |
getHeight()
Deprecated.
Gets or sets the height.
|
abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot |
getLLDot()
Deprecated.
Gets or sets the ll dot.
|
abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot |
getLUDot()
Deprecated.
Gets or sets the lu dot.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonRectangleBase> |
getNeighborRectangles(com.aspose.ms.System.Collections.Generic.List<ComparisonRectangleBase> rects)
Deprecated.
Gets neighbor rectangles.
|
abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot |
getRLDot()
Deprecated.
Gets or sets the rl dot.
|
abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot |
getRUDot()
Deprecated.
Gets or sets the ru dot.
|
abstract double |
getWidth()
Deprecated.
Gets or sets the width.
|
abstract double |
getX()
Deprecated.
Gets the x.
|
abstract double |
getY()
Deprecated.
Gets the y.
|
abstract boolean |
haveCommonSide(ComparisonRectangleBase rect)
Deprecated.
Have common side boolean.
|
abstract boolean |
isExternalByNesting(ComparisonRectangleBase rect)
Deprecated.
Is external by nesting boolean.
|
abstract boolean |
isInternalByNesting(ComparisonRectangleBase rect)
Deprecated.
Is internal by nesting boolean.
|
abstract void |
setLLDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Deprecated.
Gets or sets the ll dot.
|
abstract void |
setLUDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Deprecated.
Gets or sets the lu dot.
|
abstract void |
setRLDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Deprecated.
Gets or sets the rl dot.
|
abstract void |
setRUDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Deprecated.
Gets or sets the ru dot.
|
abstract void |
setY(double y)
Deprecated.
Sets the y.
|
public abstract double getWidth()
Gets or sets the width.
Value: The width.public abstract double getHeight()
Gets or sets the height.
Value: The height.public abstract double getX()
Gets the x.
Value: The x.public abstract double getY()
Gets the y.
Value: The y.public abstract void setY(double y)
Sets the y.
y
- the ypublic abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot getLLDot()
Gets or sets the ll dot.
Value: The ll dot.public abstract void setLLDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Gets or sets the ll dot.
Value: The ll dot.value
- the valuepublic abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot getLUDot()
Gets or sets the lu dot.
Value: The lu dot.public abstract void setLUDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Gets or sets the lu dot.
Value: The lu dot.value
- the valuepublic abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot getRUDot()
Gets or sets the ru dot.
Value: The ru dot.public abstract void setRUDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Gets or sets the ru dot.
Value: The ru dot.value
- the valuepublic abstract com.groupdocs.comparison.pdf.contracts.IComparisonDot getRLDot()
Gets or sets the rl dot.
Value: The rl dot.public abstract void setRLDot(com.groupdocs.comparison.pdf.contracts.IComparisonDot value)
Gets or sets the rl dot.
Value: The rl dot.value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<ComparisonRectangleBase> getNeighborRectangles(com.aspose.ms.System.Collections.Generic.List<ComparisonRectangleBase> rects)
rects
- the rectspublic abstract boolean haveCommonSide(ComparisonRectangleBase rect)
rect
- the rectpublic abstract boolean equals(ComparisonRectangleBase rect)
rect
- the rectpublic abstract boolean isExternalByNesting(ComparisonRectangleBase rect)
rect
- the rectpublic abstract boolean isInternalByNesting(ComparisonRectangleBase rect)
rect
- the rectpublic abstract void correctPositionOfTops(ComparisonRectangleBase rect)
rect
- the rectCopyright © 2018. All rights reserved.