Uses of Interface
org.praxislive.core.Port
-
Packages that use Port Package Description org.praxislive.audio org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.video -
-
Uses of Port in org.praxislive.audio
Classes in org.praxislive.audio that implement Port Modifier and Type Class Description classAudioPortstatic classAudioPort.Inputstatic classAudioPort.OutputclassDefaultAudioInputPortclassDefaultAudioOutputPortMethods in org.praxislive.audio with parameters of type Port Modifier and Type Method Description voidAudioPort.Input. connect(Port port)voidDefaultAudioOutputPort. connect(Port port)voidAudioPort.Input. disconnect(Port port)voidDefaultAudioOutputPort. disconnect(Port port) -
Uses of Port in org.praxislive.base
Methods in org.praxislive.base that return Port Modifier and Type Method Description PortAbstractComponent. getPort(String id)PortAbstractRootContainer. getPort(String id)Methods in org.praxislive.base with parameters of type Port Modifier and Type Method Description protected voidAbstractComponent. registerPort(String id, Port port) -
Uses of Port in org.praxislive.code
Classes in org.praxislive.code that implement Port Modifier and Type Class Description classControlInputclassControlOutputclassDataPort<T>static classDataPort.Input<T>static classDataPort.Output<T>Methods in org.praxislive.code that return Port Modifier and Type Method Description PortCodeComponent. getPort(String id)protected PortCodeContext. getPort(String id)Get the port with the specified ID, or null if there isn't one.abstract PortPortDescriptor. getPort()Get the wrapped port.Methods in org.praxislive.code with parameters of type Port Modifier and Type Method Description abstract voidPortDescriptor. attach(CodeContext<?> context, Port previous)Configure the port for the provided context.voidControlOutput. connect(Port port)voidDataPort.Input. connect(Port port)voidDataPort.Output. connect(Port port)voidControlOutput. disconnect(Port port)voidDataPort.Input. disconnect(Port port)voidDataPort.Output. disconnect(Port port) -
Uses of Port in org.praxislive.core
Classes in org.praxislive.core with type parameters of type Port Modifier and Type Class Description static classPort.Type<T extends Port>Classes in org.praxislive.core that implement Port Modifier and Type Class Description classControlPortstatic classControlPort.Inputstatic classControlPort.OutputMethods in org.praxislive.core with type parameters of type Port Modifier and Type Method Description static <T extends Port>
Port.Type<T>Port.Type. of(Class<T> baseClass)Methods in org.praxislive.core that return Port Modifier and Type Method Description PortComponent. getPort(String id)Get the Port with the given ID, or null if it does not exist.Methods in org.praxislive.core that return types with arguments of type Port Modifier and Type Method Description List<? extends Port>Port. connections()static Optional<Port.Type<? extends Port>>Port.Type. fromName(String name)Port.Type<? extends Port>PortInfo. portType()Methods in org.praxislive.core with parameters of type Port Modifier and Type Method Description voidControlPort.Input. connect(Port port)voidPort. connect(Port port)voidPortListener. connectionsChanged(Port source)voidControlPort.Input. disconnect(Port port)voidPort. disconnect(Port port)default booleanPort. isConnectedTo(Port port)Method parameters in org.praxislive.core with type arguments of type Port Modifier and Type Method Description static PortInfoPortInfo. create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties)Info.PortInfoBuilderInfo.PortInfoChooser. input(Class<? extends Port> type)Create a PortInfoBuilder for input ports of the provided base type.Info.PortInfoBuilderInfo.PortInfoChooser. output(Class<? extends Port> type)Create a PortInfoBuilder for output ports of the provided base type. -
Uses of Port in org.praxislive.video
Classes in org.praxislive.video that implement Port Modifier and Type Class Description classDefaultVideoInputPortclassDefaultVideoOutputPortclassVideoPortstatic classVideoPort.Inputstatic classVideoPort.OutputMethods in org.praxislive.video with parameters of type Port Modifier and Type Method Description voidDefaultVideoOutputPort. connect(Port port)voidVideoPort.Input. connect(Port port)voidDefaultVideoOutputPort. disconnect(Port port)voidVideoPort.Input. disconnect(Port port)
-