|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.ContentItem
synergynetframework.appsystem.contentsystem.items.OrthoContentItem
synergynetframework.appsystem.contentsystem.items.QuadContentItem
synergynetframework.appsystem.contentsystem.items.Frame
synergynetframework.appsystem.contentsystem.items.DocViewer
synergynetframework.appsystem.contentsystem.items.PDFViewer
public class PDFViewer
The Class PDFViewer.
| Field Summary |
|---|
| Fields inherited from class synergynetframework.appsystem.contentsystem.items.OrthoContentItem |
|---|
removable |
| Fields inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
|---|
name |
| Constructor Summary | |
|---|---|
PDFViewer(ContentSystem contentSystem,
java.lang.String name)
Instantiates a new PDF viewer. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.io.File |
getPdfFile()
Gets the pdf file. |
java.net.URL |
getPdfURL()
Gets the pdf url. |
void |
init()
Inits the. |
void |
setPdfFile(java.io.File pdfFile)
Sets the pdf file. |
void |
setPdfURL(java.net.URL pdfURL)
Sets the pdf url. |
| Methods inherited from class synergynetframework.appsystem.contentsystem.items.DocViewer |
|---|
changePage, cursorClicked, cursorPressed, cursorReleased, firstPage, getCurrentPageIndex, getPageCount, gotoPage, lastPage, nextPage, previousPage, setPageCount |
| Methods inherited from class synergynetframework.appsystem.contentsystem.items.Frame |
|---|
drawImage, drawImage, flushGraphics, getGraphicsContext, getImageResources, getImages, removeAllImages, removeImage |
| Methods inherited from class synergynetframework.appsystem.contentsystem.items.QuadContentItem |
|---|
addSizeChangeListener, getHeight, getWidth, isAutoFitSize, removeSizeChangeListener, setAutoFit, setAutoFitSize, setHeight, setWidth |
| Methods inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
|---|
addMultitouchListener, canManipulate, contains, generateUniqueName, getAngle, getBackGround, getBackgroundColour, getBorder, getBorderColour, getBorderSize, getContentSystem, getId, getImplementationObject, getLocalLocation, getName, getNote, getResource, getScale, hasCollision, initImplementationObjet, isBoundaryEnabled, isVisible, setAngle, setBackGround, setBackgroundColour, setBorder, setBorderColour, setBorderSize, setBoundaryEnabled, setContentSystem, setId, setLocalLocation, setLocalLocation, setLocalLocation, setManipulate, setNote, setResource, setScale, setScale, setVisible, setVisible, update, update |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IDocViewerImplementation |
|---|
changePage |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IFrameImplementation |
|---|
drawImage, drawImage, flushGraphics, getGraphicsContext, getImages, removeAllImages, removeImage |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IQuadContentItemImplementation |
|---|
setAutoFitSize, setHeight, setWidth |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
|---|
addMultitouchListener, contains, getImplementationObject, hasCollision, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
| Constructor Detail |
|---|
public PDFViewer(ContentSystem contentSystem,
java.lang.String name)
contentSystem - the content systemname - the name| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class QuadContentItemjava.lang.CloneNotSupportedExceptionpublic java.io.File getPdfFile()
public java.net.URL getPdfURL()
public void init()
IContentItemImplementation
init in interface IContentItemImplementationinit in class ContentItempublic void setPdfFile(java.io.File pdfFile)
IPDFViewerImplementation
setPdfFile in interface IPDFViewerImplementationpdfFile - the new pdf filepublic void setPdfURL(java.net.URL pdfURL)
IPDFViewerImplementation
setPdfURL in interface IPDFViewerImplementationpdfURL - the new pdf url
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||