BackPrevious Page Next PageNext

Programming with the Design API

The class API is the root of the class hierarchy of JReport Design API (Design API and Catalog API). It is an abstract class and provides a series of editing methods for users. The Design API class has an API as a super class.

Designer is the principal class that manipulates reports and library components. The application creates a Designer instance and calls Designer methods to create or modify a report or library component. For details of summary of FIELD, CONSTRUCTOR and METHOD, see JReport Javadoc jet.api package in <install_root>\help\api, which includes all documents generated by Javadoc.

The following topics explain how to use the Design API:

Preparations

Using the Design API

Design API Samples

BackPrevious Page Next PageNext