Class EdgeMode.EdgeModeImage
java.lang.Object
com.github.weisj.jsvg.attributes.filter.EdgeMode.EdgeModeImage
- Enclosing class:
EdgeMode
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
EdgeModeImage
(@NotNull BufferedImage img, int xOff, int yOff, int width, int height) -
Method Summary
-
Field Details
-
img
-
xOff
private final int xOff -
yOff
private final int yOff -
width
private final int width -
height
private final int height
-
-
Constructor Details
-
EdgeModeImage
private EdgeModeImage(@NotNull @NotNull BufferedImage img, int xOff, int yOff, int width, int height)
-