Module com.github.weisj.jsvg
Class MissingImageResource
java.lang.Object
com.github.weisj.jsvg.parser.resources.MissingImageResource
- All Implemented Interfaces:
RenderableResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final LazyProvider
<SVGDocument> private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull FloatSize
intrinsicSize
(@NotNull RenderContext context) void
render
(@NotNull Output output, @NotNull RenderContext context, @NotNull AffineTransform transform)
-
Field Details
-
SIZE
private static final int SIZE- See Also:
-
missingImage
-
-
Constructor Details
-
MissingImageResource
public MissingImageResource()
-
-
Method Details
-
intrinsicSize
- Specified by:
intrinsicSize
in interfaceRenderableResource
-
render
public void render(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull AffineTransform transform) - Specified by:
render
in interfaceRenderableResource
-