Uses of Class
com.github.weisj.jsvg.attributes.VectorEffect
-
Packages that use VectorEffect Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.prototype com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.renderer -
-
Uses of VectorEffect in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return VectorEffect Modifier and Type Method Description static VectorEffect
VectorEffect. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VectorEffect[]
VectorEffect. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.attributes that return types with arguments of type VectorEffect Modifier and Type Method Description static @NotNull java.util.Set<VectorEffect>
VectorEffect. parse(@NotNull AttributeNode attributeNode)
Method parameters in com.github.weisj.jsvg.attributes with type arguments of type VectorEffect Modifier and Type Method Description static void
VectorEffect. applyEffects(@NotNull java.util.Set<VectorEffect> effects, @NotNull Output output, @NotNull RenderContext context, @Nullable java.awt.geom.AffineTransform elementTransform)
private static int
VectorEffect. flags(@NotNull java.util.Set<VectorEffect> effects)
-
Uses of VectorEffect in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes with type parameters of type VectorEffect Modifier and Type Field Description private java.util.Set<VectorEffect>
ShapeNode. vectorEffects
Methods in com.github.weisj.jsvg.nodes that return types with arguments of type VectorEffect Modifier and Type Method Description @NotNull java.util.Set<VectorEffect>
ShapeNode. vectorEffects()
-
Uses of VectorEffect in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return types with arguments of type VectorEffect Modifier and Type Method Description @NotNull java.util.Set<VectorEffect>
HasVectorEffects. vectorEffects()
-
Uses of VectorEffect in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text with type parameters of type VectorEffect Modifier and Type Field Description private java.util.Set<VectorEffect>
TextContainer. vectorEffects
Methods in com.github.weisj.jsvg.nodes.text that return types with arguments of type VectorEffect Modifier and Type Method Description @NotNull java.util.Set<VectorEffect>
TextContainer. vectorEffects()
Method parameters in com.github.weisj.jsvg.nodes.text with type arguments of type VectorEffect Modifier and Type Method Description (package private) static void
GlyphRenderer. renderGlyphRun(@NotNull Output output, @NotNull PaintOrder paintOrder, @NotNull java.util.Set<VectorEffect> vectorEffects, @NotNull StringTextSegment segment, @NotNull java.awt.geom.Rectangle2D completeGlyphRunBounds)
-
Uses of VectorEffect in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer with type parameters of type VectorEffect Modifier and Type Field Description private @NotNull java.util.Set<VectorEffect>
ShapeRenderer.ShapePaintContext. vectorEffects
Constructor parameters in com.github.weisj.jsvg.renderer with type arguments of type VectorEffect Constructor Description ShapePaintContext(@NotNull RenderContext context, @NotNull java.util.Set<VectorEffect> vectorEffects, @NotNull java.awt.Stroke stroke, @Nullable java.awt.geom.AffineTransform transform)
-