apps.conceptmap.graphcomponents.nodes
Class PDFNode

java.lang.Object
  extended by apps.conceptmap.graphcomponents.GraphComponent
      extended by apps.conceptmap.graphcomponents.nodes.GraphNode
          extended by apps.conceptmap.graphcomponents.nodes.QuadNode
              extended by apps.conceptmap.graphcomponents.nodes.DocNode
                  extended by apps.conceptmap.graphcomponents.nodes.PDFNode

public class PDFNode
extends DocNode

The Class PDFNode.


Nested Class Summary
 
Nested classes/interfaces inherited from class apps.conceptmap.graphcomponents.GraphComponent
GraphComponent.OptionMessageListener
 
Field Summary
 
Fields inherited from class apps.conceptmap.graphcomponents.nodes.GraphNode
BOTTOM_LEFT_CORNER, BOTTOM_RIGHT_CORNER, MIDDLE, TOP_LEFT_CORNER, TOP_RIGHT_CORNER
 
Constructor Summary
PDFNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new PDF node.
 
Method Summary
 SimpleButton getNextPageButton()
          Gets the next page button.
 PDFViewer getPdfViewer()
          Gets the pdf viewer.
 SimpleButton getPreviousPageButton()
          Gets the previous page button.
 void setNextPageButtonLocation(java.lang.String location)
          Sets the next page button location.
 void setPreviousPageButtonLocation(java.lang.String location)
          Sets the previous page button location.
 
Methods inherited from class apps.conceptmap.graphcomponents.nodes.QuadNode
getNodeContent, setCloseButtonLocation, setLinkButtonLocation
 
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 apps.conceptmap.graphcomponents.GraphComponent
addOptionMessageListener, fireMessageProcessed, removeOptionMessageListeners
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFNode

public PDFNode(ContentSystem contentSystem,
               GraphManager gManager)
Instantiates a new PDF node.

Parameters:
contentSystem - the content system
gManager - the g manager
Method Detail

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