Class AddLogoFilter

java.lang.Object
org.graphstream.stream.file.images.filters.AddLogoFilter
All Implemented Interfaces:
Filter

public class AddLogoFilter
extends Object
implements Filter
This filter adds a logo-picture on each outputted image.
  • Constructor Details

    • AddLogoFilter

      public AddLogoFilter​(String logoFile, int x, int y) throws IOException
      Create a new filter to add a logo on top of images.
      Parameters:
      logoFile - path to the logo picture-file
      x - x position of the logo (top-left corner is (0;0))
      y - y position of the logo
      Throws:
      IOException
  • Method Details