Package org.gephi.preview.types

Additional property types.

Properties values are traditionally basic types like Float or String. This package defines additional property types which can be used by renderers.

Every new type should also define a PropertyEditor to provide serialization and cutom UI components to edit the value. Example are provided in the org.gephi.desktop.preview.editors package.