Class HasGeometryContextImpl

java.lang.Object
com.github.weisj.jsvg.nodes.prototype.impl.HasGeometryContextImpl
All Implemented Interfaces:
HasClip, HasFilter, HasGeometryContext, Transformable

public final class HasGeometryContextImpl extends Object implements HasGeometryContext
  • Field Details

    • transform

      @Nullable private final @Nullable AffineTransform transform
    • transformOriginX

      @NotNull private final @NotNull Length transformOriginX
    • transformOriginY

      @NotNull private final @NotNull Length transformOriginY
    • clipPath

      @Nullable private final @Nullable ClipPath clipPath
    • mask

      @Nullable private final @Nullable Mask mask
    • filter

      @Nullable private final @Nullable Filter filter
  • Constructor Details

    • HasGeometryContextImpl

      private HasGeometryContextImpl(@Nullable @Nullable AffineTransform transform, @NotNull @NotNull Length transformOriginX, @NotNull @NotNull Length transformOriginY, @Nullable @Nullable ClipPath clipPath, @Nullable @Nullable Mask mask, @Nullable @Nullable Filter filter)
  • Method Details