ImageGearJava Project > com.accusoft.imagegear.art Package : IImGearARTCurve Interface |
The following tables list the members exposed by IImGearARTCurve.
Name | Description | |
---|---|---|
![]() | getColor | Gets the color of the mark.
|
![]() | getNumberOfPoints | Gets the actual number of mark's points.
|
![]() | getOpacity | Gets the opacity of the mark.
|
![]() | getPoint | Gets the point with the specified index. |
![]() | getPoints | Gets the raw points array.
com.accusoft.imagegear.core.shapes.ImGearPoint structure array. |
![]() | getStyle | Gets the style of the mark.
|
![]() | getTension | Gets the tension of the curve.
|
![]() | getWidth | Gets the width of the mark.
|
![]() | setColor | Sets the color of the mark.
|
![]() | setOpacity | Sets the opacity of the mark.
|
![]() | setPoint | Sets the point with the specified index. |
![]() | setStyle | Sets the style of the mark.
|
![]() | setTension | Sets the tension of the curve.
|
![]() | setWidth | Sets the width of the mark.
|