Uses of Enum Class
com.github.weisj.jsvg.attributes.VectorEffect
Packages that use VectorEffect
Package
Description
-
Uses of VectorEffect in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return VectorEffectModifier and TypeMethodDescriptionstatic VectorEffect
Returns the enum constant of this class with the specified name.static VectorEffect[]
VectorEffect.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.attributes that return types with arguments of type VectorEffectModifier and TypeMethodDescriptionstatic @NotNull Set
<VectorEffect> VectorEffect.parse
(@NotNull AttributeNode attributeNode) Method parameters in com.github.weisj.jsvg.attributes with type arguments of type VectorEffectModifier and TypeMethodDescriptionstatic void
VectorEffect.applyEffects
(@NotNull Set<VectorEffect> effects, @NotNull Output output, @NotNull RenderContext context, @Nullable AffineTransform elementTransform) private static int
VectorEffect.flags
(@NotNull Set<VectorEffect> effects) -
Uses of VectorEffect in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes with type parameters of type VectorEffectMethods in com.github.weisj.jsvg.nodes that return types with arguments of type VectorEffect -
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 -
Uses of VectorEffect in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text with type parameters of type VectorEffectMethods in com.github.weisj.jsvg.nodes.text that return types with arguments of type VectorEffectMethod parameters in com.github.weisj.jsvg.nodes.text with type arguments of type VectorEffectModifier and TypeMethodDescription(package private) static void
GlyphRenderer.renderGlyphRun
(@NotNull Output output, @NotNull PaintOrder paintOrder, @NotNull Set<VectorEffect> vectorEffects, @NotNull StringTextSegment segment, @NotNull Rectangle2D completeGlyphRunBounds) -
Uses of VectorEffect in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer with type parameters of type VectorEffectModifier and TypeFieldDescriptionprivate final @NotNull Set
<VectorEffect> ShapeRenderer.ShapePaintContext.vectorEffects
Constructor parameters in com.github.weisj.jsvg.renderer with type arguments of type VectorEffectModifierConstructorDescriptionShapePaintContext
(@NotNull RenderContext context, @NotNull Set<VectorEffect> vectorEffects, @NotNull Stroke stroke, @Nullable AffineTransform transform)