apps.conceptmap.graphcomponents.nodes
Class PPTNode

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.PPTNode

public class PPTNode
extends DocNode

The Class PPTNode.


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
PPTNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new PPT node.
 
Method Summary
 PPTViewer getPPTViewer()
          Gets the PPT viewer.
 
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

PPTNode

public PPTNode(ContentSystem contentSystem,
               GraphManager gManager)
Instantiates a new PPT node.

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

getPPTViewer

public PPTViewer getPPTViewer()
Gets the PPT viewer.

Returns:
the PPT viewer