[LIB-9] Add functional for transcoding vector images
[chesshog.git] / chesshog-graphics / src / main / java / org / hedgecode / chess / img / ImageFilter.java
index a39255b..37a2e0e 100644 (file)
@@ -22,9 +22,10 @@ import java.nio.file.Files;
 import java.nio.file.Path;
 
 /**
- *
+ * Filter for images by name and extention.
  *
  * @author Dmitry Samoshin aka gotty
+ * @see DirectoryStream.Filter
  */
 public class ImageFilter implements DirectoryStream.Filter<Path> {