DestinationFactory
Inheritance: java.lang.Object
public class DestinationFactory
Represents DestinationFactory class
Methods
| Method | Description |
|---|---|
| create(IPdfPrimitive destination) | Creates IAppointment object |
| create(ITrailerable trailer, IAppointment destination) | Creates IPdfPrimitive object |
create(IPdfPrimitive destination)
public static IAppointment create(IPdfPrimitive destination)
Creates IAppointment object
Parameters:
| Parameter | Type | Description |
|---|---|---|
| destination | IPdfPrimitive | IPdfPrimitive object |
Returns: IAppointment - IAppointment object
create(ITrailerable trailer, IAppointment destination)
public static IPdfPrimitive create(ITrailerable trailer, IAppointment destination)
Creates IPdfPrimitive object
Parameters:
| Parameter | Type | Description |
|---|---|---|
| trailer | ITrailerable | ITrailerable object |
| destination | IAppointment | IAppointment object |
Returns: IPdfPrimitive - IPdfPrimitive object