Uses of Enum
com.github.weisj.jsvg.attributes.UnitType
Packages that use UnitType
Package
Description
-
Uses of UnitType in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return UnitType -
Uses of UnitType in com.github.weisj.jsvg.geometry.size
Methods in com.github.weisj.jsvg.geometry.size with parameters of type UnitTypeModifier and TypeMethodDescription@NotNull Length
Length.coercePercentageToCorrectUnit
(@NotNull UnitType unitType) -
Uses of UnitType in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as UnitTypeModifier and TypeFieldDescriptionprivate UnitType
ClipPath.clipPathUnits
protected UnitType
AbstractGradient.gradientUnits
private UnitType
Mask.maskContentUnits
private UnitType
Mask.maskUnits
private UnitType
Pattern.patternContentUnits
private UnitType
Pattern.patternUnits
-
Uses of UnitType in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as UnitTypeModifier and TypeFieldDescriptionprivate UnitType
Filter.filterPrimitiveUnits
private UnitType
Filter.filterUnits
private final @NotNull UnitType
FilterContext.primitiveUnits
private final @NotNull UnitType
FilterLayoutContext.primitiveUnits
Methods in com.github.weisj.jsvg.nodes.filter that return UnitTypeModifier and TypeMethodDescription@NotNull UnitType
FilterContext.primitiveUnits()
@NotNull UnitType
FilterLayoutContext.primitiveUnits()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type UnitTypeModifier and TypeMethodDescriptionprivate Point2D.Double
FeOffset.offset
(@Nullable AffineTransform at, @NotNull UnitType filterPrimitiveUnits, @NotNull Rectangle2D elementBounds) Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type UnitTypeModifierConstructorDescriptionFilterContext
(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable RenderingHints renderingHints) FilterLayoutContext
(@NotNull UnitType primitiveUnits, @NotNull Rectangle2D elementBounds, @NotNull Rectangle2D clipBounds) -
Uses of UnitType in com.github.weisj.jsvg.nodes.mesh
Fields in com.github.weisj.jsvg.nodes.mesh declared as UnitType -
Uses of UnitType in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type UnitTypeModifier and TypeMethodDescriptionstatic @Nullable BlittableImage
BlittableImage.create
(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable Rectangle2D clipBounds, @NotNull Rectangle2D bounds, @NotNull Rectangle2D objectBounds, @NotNull UnitType contentUnits) static @Nullable BlittableImage
BlittableImage.create
(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable Rectangle2D clipBounds, @NotNull Rectangle2D bounds, @NotNull Rectangle2D objectBounds, @NotNull UnitType contentUnits, @NotNull RenderContext imageContext)