Class RecordingScreenProp

    • Constructor Detail

      • RecordingScreenProp

        public RecordingScreenProp()
        Creates the recording screens property container without a name. The name must be set in all cases using the setPropertyAtom call.
      • RecordingScreenProp

        public RecordingScreenProp​(Atom propertyAtom)
        Creates the recording screens property container with the specified name. All system-reserved names for components begins with "$".
        Parameters:
        propertyAtom - the name of the component, unique within it's parent.
    • Method Detail

      • clone

        public RecordingScreenProp clone()
                                  throws java.lang.CloneNotSupportedException
        Clone must be overridden.
        Overrides:
        clone in class PropCnr
        Throws:
        java.lang.CloneNotSupportedException - If cloning fails.