Package com.github.weisj.jsvg
Class SVGDocument
java.lang.Object
com.github.weisj.jsvg.SVGDocument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Shape@NotNull ShapecomputeShape(@Nullable ViewBox viewBox) voidrender(@Nullable Component component, @NotNull Graphics2D graphics2D, @Nullable ViewBox bounds) voidrender(@Nullable JComponent component, @NotNull Graphics2D g) voidrender(@Nullable JComponent component, @NotNull Graphics2D graphics2D, @Nullable ViewBox bounds) Deprecated.voidrenderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds) voidrenderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Graphics2D graphics2D, @Nullable ViewBox bounds) @NotNull FloatSizesize()@NotNull ViewBoxviewBox()
-
Constructor Details
-
SVGDocument
-
-
Method Details
-
size
-
viewBox
-
computeShape
-
computeShape
-
render
-
render
@Deprecated public void render(@Nullable @Nullable JComponent component, @NotNull @NotNull Graphics2D graphics2D, @Nullable @Nullable ViewBox bounds) Deprecated. -
render
public void render(@Nullable @Nullable Component component, @NotNull @NotNull Graphics2D graphics2D, @Nullable @Nullable ViewBox bounds) -
renderWithPlatform
public void renderWithPlatform(@NotNull @NotNull PlatformSupport platformSupport, @NotNull @NotNull Graphics2D graphics2D, @Nullable @Nullable ViewBox bounds) -
renderWithPlatform
public void renderWithPlatform(@NotNull @NotNull PlatformSupport platformSupport, @NotNull @NotNull Output output, @Nullable @Nullable ViewBox bounds)
-