public class DefaultVertexIconTransformer<V> extends Object implements org.apache.commons.collections4.Transformer<V,Icon>
Modifier and Type | Field and Description |
---|---|
protected Map<V,Icon> |
iconMap
icon storage
|
Constructor and Description |
---|
DefaultVertexIconTransformer() |
Modifier and Type | Method and Description |
---|---|
Map<V,Icon> |
getIconMap()
Returns the icon storage as a
Map . |
void |
setIconMap(Map<V,Icon> iconMap)
Sets the icon storage to the specified
Map . |
Icon |
transform(V v)
Returns the
Icon associated with v . |
Copyright © 2015. All rights reserved.