Uses of Class
com.github.weisj.jsvg.attributes.Coordinate
Packages that use Coordinate
Package
Description
-
Uses of Coordinate in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as CoordinateMethods in com.github.weisj.jsvg.nodes that return Coordinate -
Uses of Coordinate in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return CoordinateModifier and TypeMethodDescriptiondefault @NotNull Coordinate<LengthValue> HasGeometryContext.ByDelegate.transformOrigin()@NotNull Coordinate<LengthValue> Transformable.transformOrigin() -
Uses of Coordinate in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as CoordinateModifier and TypeFieldDescriptionprivate final @NotNull Coordinate<LengthValue> HasGeometryContextImpl.transformOriginMethods in com.github.weisj.jsvg.nodes.prototype.impl that return CoordinateModifier and TypeMethodDescription@NotNull Coordinate<LengthValue> HasGeometryContextImpl.transformOrigin()Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type CoordinateModifierConstructorDescriptionprivateHasGeometryContextImpl(@Nullable TransformValue transform, @NotNull Coordinate<LengthValue> transformOrigin, @NotNull TransformBox transformBox, @Nullable ClipPath clipPath, @Nullable Mask mask, @Nullable Filter filter)