Uses of Class
pamViewFX.fxNodes.connectionPane.ConnectionLine
Packages that use ConnectionLine
-
Uses of ConnectionLine in pamViewFX.fxNodes.connectionPane
Methods in pamViewFX.fxNodes.connectionPane that return ConnectionLineMethods in pamViewFX.fxNodes.connectionPane that return types with arguments of type ConnectionLineModifier 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.Method parameters in pamViewFX.fxNodes.connectionPane with type arguments of type ConnectionLineModifier and TypeMethodDescriptionvoidStandardConnectionPlug.setPlugConnectionLines(ArrayList<ConnectionLine> plugConnectionLines) voidStandardConnectionSocket.setSocketConnectionLines(ArrayList<ConnectionLine> connectionLines) Set all connection lines associated with a ConnectionSocket.Constructors in pamViewFX.fxNodes.connectionPane with parameters of type ConnectionLineModifierConstructorDescriptionStandardConnectionSocket(StandardConnectionNode connectionNode, double socketBodyWidth, double socketEndWidth, double socketBodyHeight, double socketEndHeight, double cornerRadius, javafx.geometry.Orientation orientation, ConnectionLine connectionLine) Create a branch connection socket.