Interface RenderableResource
- All Known Implementing Classes:
ImageResource
,MissingImageResource
,SVGResource
public interface RenderableResource
-
Method Summary
Modifier and TypeMethodDescription@NotNull FloatSize
intrinsicSize
(@NotNull RenderContext context) void
render
(@NotNull Output output, @NotNull RenderContext context, @NotNull AffineTransform transform)
-
Method Details
-
intrinsicSize
-
render
void render(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull AffineTransform transform)
-