Uses of Class
pamViewFX.fxNodes.connectionPane.ConnectionLine
-
Uses of ConnectionLine in pamViewFX.fxNodes.connectionPane
Modifier and TypeMethodDescriptionConnectionPane.getConnectionLines
(StandardConnectionNode connectionNode) Get all the connection lines from all the ConnectionNodes in a ConnectionPane.ArrayList<? extends ConnectionLine>
ConnectionNode.getPlugConnectionLines()
Get the lines that connect plugs and the connection node.StandardConnectionNode.getPlugConnectionLines()
Get all connection lines connected to plugsStandardConnectionPlug.getPlugConnectionLines()
StandardConnectionNode.getSocketConnectionLines()
Get all connection lines connected to socketsStandardConnectionSocket.getSocketConnectionLines()
Get all connection lines associated with a ConnectionSocket.Modifier and TypeMethodDescriptionvoid
StandardConnectionPlug.setPlugConnectionLines
(ArrayList<ConnectionLine> plugConnectionLines) void
StandardConnectionSocket.setSocketConnectionLines
(ArrayList<ConnectionLine> connectionLines) Set all connection lines associated with a ConnectionSocket.ModifierConstructorDescriptionStandardConnectionSocket
(StandardConnectionNode connectionNode, double socketBodyWidth, double socketEndWidth, double socketBodyHeight, double socketEndHeight, double cornerRadius, javafx.geometry.Orientation orientation, ConnectionLine connectionLine) Create a branch connection socket.