| 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 | Description |
|---|---|
| DependantColor.Mode | |
| DependantOriginalColor.Mode | |
| EdgeColor.Mode |
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.
Copyright © 2007–2016 Gephi Consortium. All rights reserved.