Class MotionKeyCycle

    • Constructor Detail

      • MotionKeyCycle

        public MotionKeyCycle()
    • Method Detail

      • getAttributeNames

        public void getAttributeNames​(java.util.HashSet<java.lang.String> attributes)
        Specified by:
        getAttributeNames in class MotionKey
      • addValues

        public void addValues​(java.util.HashMap<java.lang.String,​SplineSet> splines)
        Description copied from class: MotionKey
        Defines method to add a a view to splines derived form this key frame. The values are written to the spline
        Specified by:
        addValues in class MotionKey
        Parameters:
        splines - splines to write values to
      • setValue

        public boolean setValue​(int type,
                                int value)
        Description copied from interface: TypedValues
        Used to set integer values
        Specified by:
        setValue in interface TypedValues
        Overrides:
        setValue in class MotionKey
        Returns:
        true if it accepted the value
      • setValue

        public boolean setValue​(int type,
                                java.lang.String value)
        Description copied from interface: TypedValues
        Used to set String values
        Specified by:
        setValue in interface TypedValues
        Overrides:
        setValue in class MotionKey
        Returns:
        true if it accepted the value
      • setValue

        public boolean setValue​(int type,
                                float value)
        Description copied from interface: TypedValues
        Used to set float values
        Specified by:
        setValue in interface TypedValues
        Overrides:
        setValue in class MotionKey
        Returns:
        true if it accepted the value
      • getValue

        public float getValue​(java.lang.String key)
      • getId

        public int getId​(java.lang.String name)
      • addCycleValues

        public void addCycleValues​(java.util.HashMap<java.lang.String,​KeyCycleOscillator> oscSet)
      • dump

        public void dump()
      • printAttributes

        public void printAttributes()