Class MissingImageResource
- java.lang.Object
-
- com.github.weisj.jsvg.parser.resources.MissingImageResource
-
- All Implemented Interfaces:
RenderableResource
public final class MissingImageResource extends java.lang.Object implements RenderableResource
-
-
Field Summary
Fields Modifier and Type Field Description private static LazyProvider<SVGDocument>
missingImage
private static int
SIZE
-
Constructor Summary
Constructors Constructor Description MissingImageResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull FloatSize
intrinsicSize(@NotNull RenderContext context)
void
render(@NotNull Output output, @NotNull RenderContext context, @NotNull java.awt.geom.AffineTransform transform)
-
-
-
Field Detail
-
SIZE
private static final int SIZE
- See Also:
- Constant Field Values
-
missingImage
private static final LazyProvider<SVGDocument> missingImage
-
-
Method Detail
-
intrinsicSize
@NotNull public @NotNull FloatSize intrinsicSize(@NotNull @NotNull RenderContext context)
- Specified by:
intrinsicSize
in interfaceRenderableResource
-
render
public void render(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull java.awt.geom.AffineTransform transform)
- Specified by:
render
in interfaceRenderableResource
-
-