Index

A B C D E F G H I J L M N O P R S T U V X Y 
All Classes|All Packages

G

generateCurvePoints(double) - Method in class com.marginallyclever.donatello.Bezier
Returns a list of points along the curve.
generateCurvePointsOld() - Method in class com.marginallyclever.donatello.Bezier
Returns a list of points along the curve.
getBounds() - Method in class com.marginallyclever.nodegraphcore.NodeGraph
Calculates and returns the smallest Rectangle that contains all Nodes.
getConnections() - Method in class com.marginallyclever.nodegraphcore.NodeGraph
 
getConnectionsBetweenTheseNodes(List<Node>) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
Returns all NodeConnections that are only connected between the given set of nodes.
getCopiedGraph() - Method in class com.marginallyclever.donatello.NodeGraphEditorPanel
Returns the stored graph marked as copied.
getDefaultGson() - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
Returns the default Gson.
getDefaultGsonBuilder() - Static method in class com.marginallyclever.nodegraphcore.JSONHelper
Returns the default GsonBuilder.
getFirstNearbyConnection(Point, double) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
Return the first connection point found within radius of a point
getGraph() - Method in class com.marginallyclever.nodegraphcore.Subgraph
Returns the NodeGraph within this Subgraph
getGraph() - Method in class com.marginallyclever.donatello.NodeGraphEditorPanel
Returns the graph being edited.
getHasInput() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns true if this variable has an input
getHasOutput() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns true if this variable has an output
getInNode() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getInPosition() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getInPosition() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the center of the input connection point of this variable
getInPosition(int) - Method in class com.marginallyclever.nodegraphcore.Node
Returns the center of the input connection point of the requested NodeVariable.
getInVariable() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getInVariableIndex() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getIsDirty() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the dirty state.
getLabel() - Method in class com.marginallyclever.nodegraphcore.Node
Returns the label (nickname) of this node.
getMatchingConnection(NodeConnection) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
Searches this NodeGraph for an equivalent NodeConnection.
getName() - Method in class com.marginallyclever.nodegraphcore.Node
Returns the name of this node.
getName() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the name
getNames() - Static method in class com.marginallyclever.nodegraphcore.NodeFactory
 
getNodeInternalBounds(Rectangle) - Method in class com.marginallyclever.donatello.NodeGraphViewPanel
Returns the adjusted inner bounds of a Node.
getNodes() - Method in class com.marginallyclever.nodegraphcore.NodeGraph
 
getNodesInRectangle(Rectangle2D) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
Returns a List of all Nodes that intersect the given rectangle
getNumVariables() - Method in class com.marginallyclever.nodegraphcore.Node
Returns the number of variables in this node.
getOutNode() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getOutPosition() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getOutPosition() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the center of the output connection point of this variable
getOutPosition(int) - Method in class com.marginallyclever.nodegraphcore.Node
Returns the center of the output connection point of the requested NodeVariable.
getOutVariable() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getOutVariableIndex() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
 
getPopupPoint() - Method in class com.marginallyclever.donatello.NodeGraphEditorPanel
Returns the cursor location when the popup began.
getRectangle() - Method in class com.marginallyclever.nodegraphcore.Node
Returns the bounding rectangle for this node.
getRectangle() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the bounding rectangle.
getSelectedNodes() - Method in class com.marginallyclever.donatello.NodeGraphEditorPanel
Returns all selected nodes.
getTypeClass() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the class of this value type.
getTypeName() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the simple name of the class of this value type.
getUniqueID() - Method in class com.marginallyclever.nodegraphcore.Node
Returns the unique ID of this Node.
getUniqueIDSource() - Static method in class com.marginallyclever.nodegraphcore.Node
Returns the current uniqueIDSource.
getUniqueName() - Method in class com.marginallyclever.nodegraphcore.Node
Returns the unique name of this node, a combination of unique ID and name.
getValue() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
Returns the value.
getVariable() - Method in class com.marginallyclever.nodegraphcore.NodeConnectionPointInfo
Returns the variable
getVariable(int) - Method in class com.marginallyclever.nodegraphcore.Node
Get the i-th NodeVariable in this node.
getVariables() - Method in class com.marginallyclever.nodegraphcore.Node
Returns the list of variables in this node.
A B C D E F G H I J L M N O P R S T U V X Y 
All Classes|All Packages