Record Class LockingApp.PdfRenderer
java.lang.Object
java.lang.Record
com.priint.pubserverapi.document.lock.LockingApp.PdfRenderer
- All Implemented Interfaces:
LockingApp
- Enclosing interface:
LockingApp
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.priint.pubserverapi.document.lock.LockingApp
LockingApp.IllustratorDesktop, LockingApp.InDesignDesktop, LockingApp.InDesignServer, LockingApp.Neowise, LockingApp.PdfRenderer -
Field Summary
Fields inherited from interface com.priint.pubserverapi.document.lock.LockingApp
ILLUSTRATOR_DESKTOP, IN_DESIGN_DESKTOP_ACCESSED_BY_PROCESS, IN_DESIGN_DESKTOP_ACCESSED_BY_USER, IN_DESIGN_SERVER, NEOWISE, PDF_RENDERER -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdfRenderer
public PdfRenderer()Creates an instance of aPdfRendererrecord class.
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-