@Deprecated public interface ITwoDObject
Represents any two dimensional object in a document structure.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Deprecated.
Gets the height of the object.
|
double |
getWidth()
Deprecated.
Gets the width of the object.
|
double |
getX()
Deprecated.
Gets the x-coordinate of the object.
|
double |
getY()
Deprecated.
Gets the y-coordinate of the object.
|
double getX()
Gets the x-coordinate of the object.
double getY()
Gets the y-coordinate of the object.
double getWidth()
Gets the width of the object.
double getHeight()
Gets the height of the object.
Copyright © 2020. All rights reserved.