Class ScaledOptions

    • Constructor Detail

      • ScaledOptions

        protected ScaledOptions​(String scope,
                                IsDefaultScaledOptions defaultValues)
        Creates the object only with default provider. This is used as the root element.
        New native java script object is created and it's empty.
        Parameters:
        scope - scope of the options
        defaultValues - default provider instance.
      • ScaledOptions

        protected ScaledOptions​(String scope,
                                IsDefaultScaledOptions defaultValues,
                                NativeObject nativeObject,
                                boolean createScales)
        Creates the object only with default provider and native object. This is used as the root element.
        Parameters:
        scope - scope of the options
        defaultValues - default provider instance.
        nativeObject - native object to store properties.
        createScales - if true, the subscale node must be initialized