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
Subclasses with type arguments of type VectorEffect in com.github.weisj.jsvg.attributesMethods in com.github.weisj.jsvg.attributes that return VectorEffectModifier and TypeMethodDescriptionstatic VectorEffectReturns 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 voidVectorEffect.applyEffects(@NotNull Set<VectorEffect> effects, @NotNull Output output, @NotNull RenderContext context, @Nullable AffineTransform elementTransform) private static intVectorEffect.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 voidGlyphRenderer.renderGlyphRun(@NotNull Output output, @NotNull PaintOrder paintOrder, @NotNull 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 VectorEffectModifier and TypeFieldDescriptionprivate final @NotNull Set<VectorEffect> ShapeRenderer.ShapePaintContext.vectorEffectsConstructor parameters in com.github.weisj.jsvg.renderer.impl with type arguments of type VectorEffectModifierConstructorDescriptionShapePaintContext(@NotNull RenderContext context, @NotNull Set<VectorEffect> vectorEffects, @NotNull Stroke stroke, @Nullable AffineTransform transform)