Class CartDualAxisDistribution

    • Constructor Detail

      • CartDualAxisDistribution

        public CartDualAxisDistribution()
    • Method Detail

      • initializeCart

        public void initializeCart()
        Description copied from class: CartImpl
        InitializeCart, for initializing all Cart properties to default values.
        Specified by:
        initializeCart in interface Cart
        Overrides:
        initializeCart in class CartImpl
      • renderCart

        public void renderCart​(MarkupOutput out,
                               java.util.ArrayList y1AxisSeries,
                               java.util.ArrayList y2AxisSeries)
        renderCart, function that abstracts standard Cart output.
        Parameters:
        out - where to write the output of the method.
        y1AxisSeries - ShortcutList instance with the font name picker information.
        y2AxisSeries - enumeration of all selected items
      • renderAvailable

        public void renderAvailable​(MarkupOutput out,
                                    java.util.ArrayList y1AxisSeries)
        renderAvailable, function that abstracts Available output.
        Parameters:
        out - where to write the output of the method.
        y1AxisSeries - ShortcutList instance with the font name picker information.
      • renderSelected

        public void renderSelected​(MarkupOutput out,
                                   java.util.ArrayList y2AxisSeries)
        renderSelected, function that abstracts Selected output.
        Parameters:
        out - where to write the output of the method.
        y2AxisSeries - ArrayList of all selected items
      • renderSwap

        public void renderSwap​(MarkupOutput out)
        renderRemove, function that abstracts Remove arrow functionality and output.
        Parameters:
        out - where to write the output of the method.
      • getRemoveTitle

        protected java.lang.String getRemoveTitle()
        Overrides:
        getRemoveTitle in class CartImpl
        Returns:
        The title used for the remove button
      • getAddTitle

        protected java.lang.String getAddTitle()
        Overrides:
        getAddTitle in class CartImpl
        Returns:
        The title used for the add button