apps.conceptmap.graphcomponents.nodes
Class PDFNode
java.lang.Object
apps.conceptmap.graphcomponents.GraphComponent
apps.conceptmap.graphcomponents.nodes.GraphNode
apps.conceptmap.graphcomponents.nodes.QuadNode
apps.conceptmap.graphcomponents.nodes.DocNode
apps.conceptmap.graphcomponents.nodes.PDFNode
public class PDFNode
- extends DocNode
The Class PDFNode.
Methods inherited from class apps.conceptmap.graphcomponents.nodes.GraphNode |
addConceptMapListener, contains, fireNodeConnected, fireNodeDisconnected, getCloseButton, getIncomingLinks, getLinkButton, getLocation, getName, getNodeContainer, getOrder, getOutgoingLinks, isLinkable, isVisible, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setLinkable, setLocation, setOrder, setScale, setVisible, unregisterAllLinks, unregisterLink, updateConnectionPoints, updateNode |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFNode
public PDFNode(ContentSystem contentSystem,
GraphManager gManager)
- Instantiates a new PDF node.
- Parameters:
contentSystem
- the content systemgManager
- the g manager
getNextPageButton
public SimpleButton getNextPageButton()
- Gets the next page button.
- Returns:
- the next page button
getPdfViewer
public PDFViewer getPdfViewer()
- Gets the pdf viewer.
- Returns:
- the pdf viewer
getPreviousPageButton
public SimpleButton getPreviousPageButton()
- Gets the previous page button.
- Returns:
- the previous page button
setNextPageButtonLocation
public void setNextPageButtonLocation(java.lang.String location)
- Sets the next page button location.
- Parameters:
location
- the new next page button location
setPreviousPageButtonLocation
public void setPreviousPageButtonLocation(java.lang.String location)
- Sets the previous page button location.
- Parameters:
location
- the new previous page button location