Interface RenderableResource
-
- All Known Implementing Classes:
ImageResource
,MissingImageResource
,SVGResource
public interface RenderableResource
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
intrinsicSize
@NotNull @NotNull FloatSize intrinsicSize(@NotNull @NotNull RenderContext context)
-
render
void render(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull java.awt.geom.AffineTransform transform)
-
-