Class PaddingItem

    • Constructor Detail

      • PaddingItem

        public PaddingItem()
        Creates an empty padding to use for chart configuration with global defaults.
      • PaddingItem

        public PaddingItem​(int padding)
        Creates an padding to use for chart configuration with global defaults and setting the same size for all dimensions.
        Parameters:
        padding - the initial size for all dimensions
      • PaddingItem

        public PaddingItem​(IsDefaultPadding defaultValues)
        Creates an empty padding to use for chart configuration when the font is created by a callback.
        Parameters:
        defaultValues - default provider
      • PaddingItem

        public PaddingItem​(IsDefaultPadding defaultValues,
                           int padding)
        Creates an empty padding to use for chart configuration when the font is created by a callback and setting the same size for all dimensions.
        Parameters:
        defaultValues - default provider
        padding - the initial size for all dimensions
    • Method Detail

      • nativeObject

        public NativeObject nativeObject()
        Returns the native object instance.
        Returns:
        the native object instance.