ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTMarkStatistics Class |
The following tables list the members exposed by ImGearARTMarkStatistics.
Name | Description | |
---|---|---|
![]() | getArea | Gets the area of the mark.
If the mark does not have an area (for example, Line or Protractor mark), this method will return 0. |
![]() | getBoundsArea | Gets the area of the marks' bounds rectangle.
Gets the area of the marks' bounds rectangle. |
![]() | getBoundsPerimeter | Gets the perimeter of the marks' bounds rectangle.
|
![]() | getLength | Gets the total length of the line mark.
If the mark does not have a Length (for example, Ellipse mark), this method will return 0. |
![]() | getPerimeter | Gets the perimeter of the mark.
|
![]() | getResolution | Sets an image resolution.
An image resolution is needed to calculate areas and lengths correctly when measurement unit other than Pixel is used. |
![]() | getUnit | Sets a measurement unit that is used to calculate statistics information.
|
![]() | setResolution | Gets an image resolution.
An image resolution is needed to calculate areas and lengths correctly when measurement unit other than Pixel is used. |
![]() | setUnit | Gets a measurement unit that is used to calculate statistics information.
|
Name | Description | |
---|---|---|
![]() | polygonArea | Internal API. |