Uses of Class
com.github.weisj.jsvg.attributes.transform.TransformBox
-
Packages that use TransformBox Package Description com.github.weisj.jsvg.attributes.transform com.github.weisj.jsvg.nodes.prototype com.github.weisj.jsvg.nodes.prototype.impl -
-
Uses of TransformBox in com.github.weisj.jsvg.attributes.transform
Methods in com.github.weisj.jsvg.attributes.transform that return TransformBox Modifier and Type Method Description static TransformBox
TransformBox. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransformBox[]
TransformBox. values()
Returns an array containing the constants of this enum type, 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 TransformBox Modifier and Type Method Description default TransformBox
HasGeometryContext.ByDelegate. transformBox()
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 TransformBox Modifier and Type Field Description private @NotNull TransformBox
HasGeometryContextImpl. transformBox
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return TransformBox Modifier and Type Method Description @NotNull TransformBox
HasGeometryContextImpl. transformBox()
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type TransformBox Constructor Description HasGeometryContextImpl(@Nullable TransformValue transform, @NotNull Coordinate<LengthValue> transformOrigin, @NotNull TransformBox transformBox, @Nullable ClipPath clipPath, @Nullable Mask mask, @Nullable Filter filter)
-