Class VertexIconShapeTransformer<V>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer<V>
- Direct Known Subclasses:
VertexImageShaperDemo.DemoVertexIconShapeTransformer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVertexIconShapeTransformer(com.google.common.base.Function<V, Shape> delegate) Creates an instance with the specified delegate. -
Method Summary
Modifier and TypeMethodDescriptionget the shape from the image.voidsetDelegate(com.google.common.base.Function<V, Shape> delegate) voidsetIconMap(Map<V, Icon> iconMap) voidsetShapeMap(Map<Image, Shape> shapeMap) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
shapeMap
-
iconMap
-
delegate
-
-
Constructor Details
-
VertexIconShapeTransformer
-
-
Method Details
-
getDelegate
-
setDelegate
-
apply
-
getIconMap
-
setIconMap
-
getShapeMap
-
setShapeMap
-