Class UIExporterJsonPanel

    • Field Detail

      • attributesExportCheckbox

        private JCheckBox attributesExportCheckbox
      • colorsExportCheckbox

        private JCheckBox colorsExportCheckbox
      • dynamicExportCheckbox

        private JCheckBox dynamicExportCheckbox
      • formatCombo

        private JComboBox<org.gephi.io.exporter.plugin.ExporterJson.Format> formatCombo
      • labelExport

        private JLabel labelExport
      • labelFormat

        private JLabel labelFormat
      • labelNormalize

        private JLabel labelNormalize
      • normalizeCheckbox

        private JCheckBox normalizeCheckbox
      • positionExportCheckbox

        private JCheckBox positionExportCheckbox
      • prettyPrintCheckbox

        private JCheckBox prettyPrintCheckbox
      • sizeExportCheckbox

        private JCheckBox sizeExportCheckbox
    • Constructor Detail

      • UIExporterJsonPanel

        public UIExporterJsonPanel()
    • Method Detail

      • setup

        public void setup​(org.gephi.io.exporter.plugin.ExporterJson exporterJson)
      • unsetup

        public void unsetup​(org.gephi.io.exporter.plugin.ExporterJson exporterJson)
      • initComponents

        private void initComponents()
        This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.