Package org.jungrapht.samples
Class VertexImageShaperDemo.DemoIconShapeFunction<V>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.IconShapeFunction<V>
-
- org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction<V>
-
- Enclosing class:
- VertexImageShaperDemo
public static class VertexImageShaperDemo.DemoIconShapeFunction<V> extends IconShapeFunction<V>
this class exists only to provide settings to turn on/off shapes and image fill in this demo. In a real application, use VertexIconShapeTransformer instead.
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.decorators.IconShapeFunction
delegate, iconMap, shapeMap
-
-
Constructor Summary
Constructors Constructor Description DemoIconShapeFunction(Function<V,Shape> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shapeapply(V v)booleanisShapeImages()voidsetShapeImages(boolean shapeImages)-
Methods inherited from class org.jungrapht.visualization.decorators.IconShapeFunction
getDelegate, getIconMap, getShapeMap, setDelegate, setIconMap, setShapeMap
-
-