Package org.gephi.ui.exporter.plugin
Class UIExporterJson.ExporterJsonSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterJson.ExporterJsonSettings
-
- Enclosing class:
- UIExporterJson
private static class UIExporterJson.ExporterJsonSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterJsonDEFAULTprivate static StringEXPORT_ATTRIBUTESprivate static StringEXPORT_COLORSprivate static StringEXPORT_DYNAMICSprivate static StringEXPORT_METAprivate static StringEXPORT_POSITIONprivate static StringEXPORT_SIZEprivate static StringFORMATprivate static StringNORMALIZEprivate static StringPRETTY_PRINT
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterJsonSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterJson exporterJson)private voidsave(org.gephi.io.exporter.plugin.ExporterJson exporterJson)
-
-
-
Field Detail
-
NORMALIZE
private static final String NORMALIZE
- See Also:
- Constant Field Values
-
EXPORT_COLORS
private static final String EXPORT_COLORS
- See Also:
- Constant Field Values
-
EXPORT_POSITION
private static final String EXPORT_POSITION
- See Also:
- Constant Field Values
-
EXPORT_ATTRIBUTES
private static final String EXPORT_ATTRIBUTES
- See Also:
- Constant Field Values
-
EXPORT_SIZE
private static final String EXPORT_SIZE
- See Also:
- Constant Field Values
-
EXPORT_DYNAMICS
private static final String EXPORT_DYNAMICS
- See Also:
- Constant Field Values
-
EXPORT_META
private static final String EXPORT_META
- See Also:
- Constant Field Values
-
PRETTY_PRINT
private static final String PRETTY_PRINT
- See Also:
- Constant Field Values
-
FORMAT
private static final String FORMAT
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterJson DEFAULT
-
-