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