E - the type to map to colorspublic interface ColorMapper<E>
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor(E entity)
Get color for an entity.
|
Collection<Color> |
getColors()
Colors to reserve - note that it will only be called once, any changes to
the collection after that will have no effect.
|
Color getColor(E entity)
entity - entity to get color forCollection<Color> getColors()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.