Interface StemUtility.DyadAxisAction

  • Enclosing class:
    StemUtility

    public static interface StemUtility.DyadAxisAction
    Action to be applied at a given axis.
    • Method Detail

      • action

        void action​(QDLStem out,
                    Object key,
                    QDLStem leftStem,
                    QDLStem rightStem)
        Action to be applied
        Parameters:
        out - - the result
        key - - current key
        leftStem - - The left hand stem's argument at this axis
        rightStem - - the right hand stem's argument at this axis.