java.lang.Object
com.github.weisj.jsvg.nodes.filter.Filter.FilterInfo
- Enclosing class:
Filter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull BlittableImage
private final @NotNull Filter.FilterBounds
final int
private final @NotNull Output
final int
-
Constructor Summary
ConstructorsConstructorDescriptionFilterInfo
(@NotNull BlittableImage blittableImage, @NotNull Output imageOutput, @NotNull Filter.FilterBounds filterBounds) -
Method Summary
Modifier and TypeMethodDescription@NotNull Rectangle2D
@NotNull Rectangle2D
@NotNull Rectangle2D
@NotNull Output
output()
@NotNull Rectangle2D
tile()
-
Field Details
-
imageWidth
public final int imageWidth -
imageHeight
public final int imageHeight -
filterBounds
-
blittableImage
-
imageOutput
-
-
Constructor Details
-
FilterInfo
public FilterInfo(@NotNull @NotNull BlittableImage blittableImage, @NotNull @NotNull Output imageOutput, @NotNull @NotNull Filter.FilterBounds filterBounds)
-
-
Method Details
-
imageBounds
-
filterRegion
-
elementBounds
-
output
-
tile
-