Interface GridColorGradientEditorBean

    • Method Detail

      • getTargetAxis

        int getTargetAxis()
        Get the axis where the target is located
        Returns:
        Element from the EnumDSSXMLAxisName enumeration
      • setTargetAxis

        void setTargetAxis​(int axis)
        Set the axis where the target is located
        Parameters:
        axis - Element from the EnumDSSXMLAxisName enumeration
      • getTargetPosition

        int getTargetPosition()
        Get the position in the axis where the target is located
        Returns:
        the index where the target is located
      • setTargetPosition

        void setTargetPosition​(int position)
        Set the position in the axis where the target is located
        Parameters:
        position - the index where the target is located
      • getTargetLevel

        int getTargetLevel()
        Get the level at which the formatting will be applied
        Returns:
        Element of the EnumWebFormatType enumeration indicating if the formatting is to be applied at the header, subtotal header, grid or subtotal grid level
      • setTargetLevel

        void setTargetLevel​(int level)
        Set the level at which the formatting will be applied
        Parameters:
        level - Element of the EnumWebFormatType enumeration indicating if the formatting is to be applied at the header, subtotal header, grid or subtotal grid level