Class VertexImageShaperDemo.DemoIconShapeFunction<V>

  • All Implemented Interfaces:
    Function<V,​Shape>
    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.
    • Constructor Detail

      • DemoIconShapeFunction

        public DemoIconShapeFunction​(Function<V,​Shape> delegate)
    • Method Detail

      • isShapeImages

        public boolean isShapeImages()
        Returns:
        Returns the shapeImages.
      • setShapeImages

        public void setShapeImages​(boolean shapeImages)
        Parameters:
        shapeImages - The shapeImages to set.