Uses of Class
story.scheherazade.misc.SCHPoint

Packages that use SCHPoint
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.misc   
story.scheherazade.virgil   
 

Uses of SCHPoint in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type SCHPoint
 void StoryInterpreter.setInterpPosition(TimelineID timelineID, InterpElement element, SCHPoint point)
           
 

Uses of SCHPoint in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return SCHPoint
abstract  SCHPoint AssignedPredicate.getCanvasPosition()
           
 SCHPoint AssignedModifier.getCanvasPosition()
           
 SCHPoint AssignedInterpNode.getCanvasPosition()
           
 SCHPoint AssignedCondition.getCanvasPosition()
           
 SCHPoint AssignedAction.getCanvasPosition()
           
 SCHPoint Timeline.getInterpPositionFromNode(NodeAddress node, boolean getSourceSpanPosition)
          Helper function that retrieves a common attribute from a node.
abstract  SCHPoint AssignedPredicate.getSourceCanvasPosition()
           
 SCHPoint AssignedModifier.getSourceCanvasPosition()
           
 SCHPoint AssignedInterpNode.getSourceCanvasPosition()
           
 SCHPoint AssignedCondition.getSourceCanvasPosition()
           
 SCHPoint AssignedAction.getSourceCanvasPosition()
           
 

Methods in story.scheherazade.elements with parameters of type SCHPoint
 AssignedInterpNode Timeline.assignInterpNode(NodeAddress timeline, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key, SCHPoint position)
           
 AssignedInterpNode Narrative.assignInterpNode(TimelineID timelineID, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key, SCHPoint position)
          Assigns an Interp node.
 void Timeline.setInterpPosition(InterpElement element, SCHPoint position)
          Sets the position of an interpretative-element box on the canvas.
 void Narrative.setInterpPosition(TimelineID timelineID, InterpElement element, SCHPoint position)
          Sets the position of an interpretative-element box on the canvas.
 

Constructors in story.scheherazade.elements with parameters of type SCHPoint
AssignedAction(ValidAction action, NodeProxy actionNode, NodeProxy transitionNode, TransitionTime time, Conditionality conditionality, long creationTime, TextSpan sourceSpan, SCHPoint canvasPosition, SCHPoint sourceCanvasPosition, InterpNodeID interpKey, java.lang.Boolean noInterpretation)
           
AssignedCondition(ValidCondition condition, NodeProxy conditionNode, NodeProxy stateNode, StateTime assignedState, Conditionality conditionality, long creationTime, TextSpan sourceSpan, SCHPoint position, SCHPoint sourcePosition, InterpNodeID interpKey, java.lang.Boolean noInterpretation)
          Constructor to use if the condition is in a State
AssignedCondition(ValidCondition condition, NodeProxy conditionNode, NodeProxy stateNode, TransitionTimePair persistentRange, Conditionality conditionality, long creationTime, TextSpan sourceSpan, SCHPoint position, SCHPoint sourcePosition, InterpNodeID interpKey, java.lang.Boolean noInterpretation)
          Constructor to use for persistent conditions
AssignedInterpNode(NodeProxy interpNode, InterpretativeNodeType nodeType, TimelineID timeline, NounName character, SCHPoint position, SCHPoint sourcePosition, long creationTime, InterpNodeID key)
           
AssignedModifier(ValidModifier modifier, AssignedPredicate modified, ModifierScope scope, NodeProxy modifierNode, Conditionality conditionality, long creationTime, TextSpan sourceSpan, SCHPoint position, SCHPoint sourcePosition, java.lang.Boolean noInterpretation)
           
 

Uses of SCHPoint in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return SCHPoint
 SCHPoint InterpSourceBox.getCanvasPosition()
           
 SCHPoint InterpElement.getCanvasPosition()
           
 SCHPoint InterpSourceBox.getSourceCanvasPosition()
           
 SCHPoint InterpElement.getSourceCanvasPosition()
           
 

Methods in story.scheherazade.misc with parameters of type SCHPoint
 boolean SCHPoint.equals(SCHPoint other)
           
 

Uses of SCHPoint in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil that return SCHPoint
 SCHPoint InterpretativeEditor.getViewportCenter()
           
 

Methods in story.scheherazade.virgil with parameters of type SCHPoint
 void InterpretativeEditor.IPanel.panelMoved(SCHPoint newOrigin)
           
 



Copyright © 2011 David K. Elson. All Rights Reserved.