Package com.github.weisj.jsvg.renderer
Class RenderContext
java.lang.Object
com.github.weisj.jsvg.renderer.RenderContext
-
Method Summary
Modifier and TypeMethodDescription@NotNull ImagecreateImage(@NotNull ImageProducer imageProducer)static @NotNull RenderContextcreateInitial(@Nullable JComponent targetComponent, @NotNull MeasureContext measureContext)float@NotNull SVGPaint@NotNull FillRulefillRule()@NotNull SVGFontfont()@NotNull FontRenderContext@NotNull MeasureContextfloat@NotNull AffineTransform@NotNull Strokestroke(float pathLengthFactor)@NotNull StrokeContextfloat@NotNull SVGPaint@Nullable JComponenttoString()
-
Method Details
-
createInitial
@NotNull public static @NotNull RenderContext createInitial(@Nullable @Nullable JComponent targetComponent, @NotNull @NotNull MeasureContext measureContext) -
strokeContext
-
rootTransform
-
targetComponent
-
measureContext
-
fontRenderContext
-
fillRule
-
strokePaint
-
fillPaint
-
rawOpacity
public float rawOpacity() -
fillOpacity
public float fillOpacity() -
strokeOpacity
public float strokeOpacity() -
stroke
-
font
-
toString
-
createImage
-