Uses of Class
com.github.weisj.jsvg.attributes.VectorEffect
-
-
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 VectorEffectVectorEffect. 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 voidVectorEffect. applyEffects(@NotNull java.util.Set<VectorEffect> effects, @NotNull Output output, @NotNull RenderContext context, @Nullable java.awt.geom.AffineTransform elementTransform)private static intVectorEffect. 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. vectorEffectsMethods 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. vectorEffectsMethods 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 voidGlyphRenderer. renderGlyphRun(@NotNull Output output, @NotNull PaintOrder paintOrder, @NotNull java.util.Set<VectorEffect> vectorEffects, @NotNull StringTextSegment segment) -
Uses of VectorEffect in com.github.weisj.jsvg.renderer.impl
Fields in com.github.weisj.jsvg.renderer.impl with type parameters of type VectorEffect Modifier and Type Field Description private @NotNull java.util.Set<VectorEffect>ShapeRenderer.ShapePaintContext. vectorEffectsConstructor parameters in com.github.weisj.jsvg.renderer.impl 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)
-