ImageGear for Java
Using com.accusoft.imagegear.art Package

Using the com.accusoft.imagegear.art package, you can annotate any image that your application loads into ImageGear. The annotations are called "ART marks", or "marks" for short. Marks objects are created using their constructors, but their actual life starts when they are added into the ImGearARTPage Class. ART page can be associated with one or more ImGearPage Class objects. The association is done by using ImGearPageDisplay Class properties: setPage method and setARTPage method. Your application can save an image with the marks into a separate file in legacy .ART file format or .XML file format. Any time the image is reloaded, the ART marks can be reloaded with a simple function-call.

The com.accusoft.imagegear.art package consists of the marks objects as well as the objects for handling marks.

To enable the com.accusoft.imagegear.art package in your project, specify the following directive:

Java Example
Copy Code
import com.accusoft.imagegear.art.*;

This section provides information about the following:

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback