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.
-
Class Summary Class Description DependantColor A color that can be custom or depend from a parent color.DependantOriginalColor A color that depends from another object, but can also have it's own color.EdgeColor An edge color type. -
Enum Summary Enum Description DependantColor.Mode DependantOriginalColor.Mode EdgeColor.Mode