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 Summary
Constructors Constructor Description AddLogoFilter(String logoFile, int x, int y)Create a new filter to add a logo on top of images. -
Method Summary
Modifier and Type Method Description voidapply(BufferedImage image)
-
Constructor Details
-
AddLogoFilter
Create a new filter to add a logo on top of images.- Parameters:
logoFile- path to the logo picture-filex- x position of the logo (top-left corner is (0;0))y- y position of the logo- Throws:
IOException
-
-
Method Details