Uses of Class
org.praxislive.core.types.PMap
-
Packages that use PMap Package Description org.praxislive.audio org.praxislive.core org.praxislive.core.types org.praxislive.hub.net org.praxislive.video -
-
Uses of PMap in org.praxislive.audio
Constructors in org.praxislive.audio with parameters of type PMap Constructor Description Input(PMap properties)Output(PMap properties) -
Uses of PMap in org.praxislive.core
Methods in org.praxislive.core that return PMap Modifier and Type Method Description PMapArgumentInfo. properties()PMapComponentInfo. properties()PMapControlInfo. properties()PMapPortInfo. properties()Methods in org.praxislive.core with parameters of type PMap Modifier and Type Method Description static PortInfoPortInfo. create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties)static ControlInfoControlInfo. createActionInfo(PMap properties)static ControlInfoControlInfo. createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties)static ControlInfoControlInfo. createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties)static ControlInfoControlInfo. createPropertyInfo(ArgumentInfo argument, Value def, PMap properties)static ControlInfoControlInfo. createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties)static ControlInfoControlInfo. createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties)static ArgumentInfoArgumentInfo. of(Class<? extends Value> argClass, PMap properties)Create an ArgumentInfo from the Value class and optional PMap of additional properties. -
Uses of PMap in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PMap Modifier and Type Field Description static PMapPMap. EMPTYMethods in org.praxislive.core.types that return PMap Modifier and Type Method Description PMapPMap.Builder. build()static PMapPMap. of(String key, Object value)static PMapPMap. of(String key1, Object value1, String key2, Object value2)static PMapPMap. of(String key1, Object value1, String key2, Object value2, String key3, Object value3)static PMapPMap. parse(String str)Methods in org.praxislive.core.types that return types with arguments of type PMap Modifier and Type Method Description static Optional<PMap>PMap. from(Value arg) -
Uses of PMap in org.praxislive.hub.net
Methods in org.praxislive.hub.net with parameters of type PMap Modifier and Type Method Description static DefaultProxyInfoDefaultProxyInfo. fromMap(PMap conf)Parse a DefaultProxyInfo from a provided PMap.static HubConfigurationHubConfiguration. fromMap(PMap configuration) -
Uses of PMap in org.praxislive.video
Constructors in org.praxislive.video with parameters of type PMap Constructor Description Input(PMap properties)Output(PMap properties)
-