Package org.silverpeas.core.viewer.model
Class TemporaryPdfView
- java.lang.Object
-
- org.silverpeas.core.viewer.model.AbstractPreview
-
- org.silverpeas.core.viewer.model.AbstractView
-
- org.silverpeas.core.viewer.model.TemporaryPdfView
-
- All Implemented Interfaces:
Serializable
,DocumentView
,Preview
public class TemporaryPdfView extends AbstractView
- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemporaryPdfView(ViewerContext context, File physicalFile, DocumentInfo info)
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHeight()
Getting the height of the documentString
getWidth()
Getting the width of the document-
Methods inherited from class org.silverpeas.core.viewer.model.AbstractView
areSearchDataComputed, getDisplayLicenseKey, getNbPages, isDocumentSplit, markDocumentSplit, markSearchDataComputed
-
Methods inherited from class org.silverpeas.core.viewer.model.AbstractPreview
getDocumentId, getDocumentType, getLanguage, getOriginalFileName, getPhysicalFile, getServerFilePath, getURLAsString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.viewer.model.Preview
getDocumentId, getDocumentType, getLanguage, getOriginalFileName, getPhysicalFile, getServerFilePath, getURLAsString
-
-
-
-
Constructor Detail
-
TemporaryPdfView
public TemporaryPdfView(ViewerContext context, File physicalFile, DocumentInfo info)
Default constructor
-
-