Uses of Enum Class
com.github.weisj.jsvg.attributes.transform.TransformBox
Packages that use TransformBox
Package
Description
-
Uses of TransformBox in com.github.weisj.jsvg.attributes.transform
Subclasses with type arguments of type TransformBox in com.github.weisj.jsvg.attributes.transformModifier and TypeClassDescriptionenumRepresents possible values of the transform-box rule.Methods in com.github.weisj.jsvg.attributes.transform that return TransformBoxModifier and TypeMethodDescriptionstatic TransformBoxReturns the enum constant of this class with the specified name.static TransformBox[]TransformBox.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransformBox in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return TransformBoxModifier and TypeMethodDescriptiondefault TransformBoxHasGeometryContext.ByDelegate.transformBox()Transformable.transformBox() -
Uses of TransformBox in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as TransformBoxModifier and TypeFieldDescriptionprivate final @NotNull TransformBoxHasGeometryContextImpl.transformBoxMethods in com.github.weisj.jsvg.nodes.prototype.impl that return TransformBoxConstructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type TransformBoxModifierConstructorDescriptionprivateHasGeometryContextImpl(@Nullable TransformValue transform, @NotNull Coordinate<LengthValue> transformOrigin, @NotNull TransformBox transformBox, @Nullable ClipPath clipPath, @Nullable Mask mask, @Nullable Filter filter)