Class Configure.Builder

  • Enclosing class:
    Configure

    public static class Configure.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • withEnabled

        public Configure.Builder withEnabled​(java.lang.Boolean enabled)
        Enables configuration. Default value is true
      • withFilter

        public Configure.Builder withFilter​(java.lang.String filter)
        'true', 'false', String, Array or javascript's function. 'true' means all options. 'false' means no options. If string is supplied, any combination is allowed: edges, layout, interaction, manipulation, physics, selection, renderer. When function is provided, then it should have the following signature: function(option, path). Default value is true
      • withShowButton

        public Configure.Builder withShowButton​(java.lang.Boolean showButton)
        Shows options button at the bottom of the configurator. Default value is true