Uses of Interface
com.github.weisj.jsvg.nodes.prototype.Renderable
-
Packages that use Renderable Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.container com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.renderer -
-
Uses of Renderable in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement Renderable Modifier and Type Class Description class
AbstractPolyShape
class
Anchor
As jsvg is only a static renderer without interaction the anchor tag behaves just as if it were a group.class
Circle
class
Ellipse
class
Group
class
Image
class
Line
class
Marker
class
Mask
class
Path
class
Pattern
class
Polygon
class
Polyline
class
Rect
class
RenderableSVGNode
class
ShapeNode
class
SVG
class
Symbol
class
Use
-
Uses of Renderable in com.github.weisj.jsvg.nodes.container
Classes in com.github.weisj.jsvg.nodes.container that implement Renderable Modifier and Type Class Description class
BaseInnerViewContainer
class
CommonInnerViewContainer
class
CommonRenderableContainerNode
-
Uses of Renderable in com.github.weisj.jsvg.nodes.text
Classes in com.github.weisj.jsvg.nodes.text that implement Renderable Modifier and Type Class Description (package private) class
LinearTextContainer
class
Text
(package private) class
TextContainer
class
TextPath
class
TextSpan
-
Uses of Renderable in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as Renderable Modifier and Type Field Description private @NotNull Renderable
Info. renderable
Methods in com.github.weisj.jsvg.renderer that return Renderable Modifier and Type Method Description @NotNull Renderable
Info. renderable()
Methods in com.github.weisj.jsvg.renderer with parameters of type Renderable Modifier and Type Method Description private static void
NodeRenderer. applyTransform(@NotNull Renderable renderable, @NotNull Output childOutput, @NotNull RenderContext childContext)
private static boolean
NodeRenderer. checkInstantiation(@NotNull SVGNode node, @Nullable Instantiator instantiator, @NotNull Renderable renderable)
(package private) static @Nullable Info.InfoWithIsolation
Info.InfoWithIsolation. create(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output, @NotNull ElementBounds elementBounds, @NotNull IsolationEffects effects)
static @NotNull RenderContext
NodeRenderer. createChildContext(@NotNull Renderable node, @NotNull RenderContext context, @Nullable Instantiator instantiator)
Constructors in com.github.weisj.jsvg.renderer with parameters of type Renderable Constructor Description Info(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output)
InfoWithIsolation(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output, @NotNull Output imageOutput, @NotNull BlittableImage blittableImage, @NotNull ElementBounds elementBounds, @NotNull IsolationEffects isolationEffects, Filter.FilterInfo filterInfo)
-