DestinationFactory

Наследование: java.lang.Object

public class DestinationFactory

Представляет класс DestinationFactory

Методы

МетодОписание
create(IPdfPrimitive destination)Создает объект IAppointment
create(ITrailerable trailer, IAppointment destination)Создает объект IPdfPrimitive
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

create(IPdfPrimitive destination)

public static IAppointment create(IPdfPrimitive destination)

Создает объект IAppointment

Параметры:

ПараметрТипОписание
destinationIPdfPrimitiveОбъект IPdfPrimitive

Возвращает: IAppointment - объект IAppointment

create(ITrailerable trailer, IAppointment destination)

public static IPdfPrimitive create(ITrailerable trailer, IAppointment destination)

Создает объект IPdfPrimitive

Параметры:

ПараметрТипОписание
trailerITrailerableITrailerable объект
destinationIAppointmentОбъект IAppointment

Возвращает: IPdfPrimitive - Объект IPdfPrimitive

equals(Object arg0)

public boolean equals(Object arg0)

Параметры:

ПараметрТипОписание
arg0java.lang.Object

Возвращает: логический

getClass()

public final native Class<?> getClass()

Возвращает: java.lang.Класс

hashCode()

public native int hashCode()

Возвращает: инт

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Возвращает: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Параметры:

ПараметрТипОписание
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Параметры:

ПараметрТипОписание
arg0long
arg1int