Uses of Class
apps.conceptmap.graphcomponents.nodes.GraphNode

Packages that use GraphNode
apps.conceptmap.graphcomponents   
apps.conceptmap.graphcomponents.link   
apps.conceptmap.graphcomponents.nodes   
apps.conceptmap.utility   
synergynetframework.appsystem.services.net.networkedcontentmanager.utils   
 

Uses of GraphNode in apps.conceptmap.graphcomponents
 

Subclasses of GraphNode in apps.conceptmap.graphcomponents
 class OptionMessage
          The Class OptionMessage.
 

Uses of GraphNode in apps.conceptmap.graphcomponents.link
 

Methods in apps.conceptmap.graphcomponents.link that return GraphNode
 GraphNode GraphLink.getLinkPoint()
          Gets the link point.
 GraphNode GraphLink.getSourceNode()
          Gets the source node.
 GraphNode GraphLink.getTargetNode()
          Gets the target node.
 

Methods in apps.conceptmap.graphcomponents.link with parameters of type GraphNode
 void GraphLink.setSourceNode(GraphNode sourceNode)
          Sets the source node.
 void GraphLink.setTargetNode(GraphNode targetNode)
          Sets the target node.
 

Uses of GraphNode in apps.conceptmap.graphcomponents.nodes
 

Subclasses of GraphNode in apps.conceptmap.graphcomponents.nodes
 class DocNode
          The Class DocNode.
 class EditableQuadNode
          The Class EditableQuadNode.
 class ImageTextNode
          The Class ImageTextNode.
 class KeyboardNode
          The Class KeyboardNode.
 class PDFNode
          The Class PDFNode.
 class PPTNode
          The Class PPTNode.
 class QuadNode
          The Class QuadNode.
 class TextNode
          The Class TextNode.
 

Uses of GraphNode in apps.conceptmap.utility
 

Methods in apps.conceptmap.utility that return types with arguments of type GraphNode
 java.util.ArrayList<GraphNode> GraphManager.getGraphNodes()
          Gets the graph nodes.
 

Methods in apps.conceptmap.utility with parameters of type GraphNode
 void GraphManager.addGraphNode(GraphNode node)
          Adds the graph node.
 void GraphManager.detachGraphNode(GraphNode node)
          Detach graph node.
 void GraphManager.graphNodeClicked(GraphNode graphNode, long id, float x, float y)
          Graph node clicked.
 void GraphManager.graphNodeDragged(GraphNode graphNode, long id, float x, float y)
          Graph node dragged.
 void GraphManager.graphNodePressed(GraphNode graphNode, long id, float x, float y)
          Graph node pressed.
 void GraphManager.graphNodeReleased(GraphNode graphNode, long id, float x, float y)
          Graph node released.
 void GraphManager.linkPointDragged(GraphNode sourceNode, long id, float x, float y)
          Link point dragged.
 void GraphManager.linkPointPressed(GraphNode sourceNode, long id, float x, float y)
          Link point pressed.
 void GraphManager.linkPointReleased(GraphNode sourceNode, long id, float x, float y)
          Link point released.
 

Uses of GraphNode in synergynetframework.appsystem.services.net.networkedcontentmanager.utils
 

Subclasses of GraphNode in synergynetframework.appsystem.services.net.networkedcontentmanager.utils
 class ProjectorNode
          The Class ProjectorNode.
 class RemoteDesktop
          The Class RemoteDesktop.