Uses of Class
com.github.weisj.jsvg.attributes.UnitType
-
-
Uses of UnitType in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return UnitType Modifier and Type Method Description static UnitType
UnitType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitType[]
UnitType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UnitType in com.github.weisj.jsvg.geometry.size
Methods in com.github.weisj.jsvg.geometry.size with parameters of type UnitType Modifier and Type Method Description @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 UnitType Modifier and Type Field Description private 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 UnitType Modifier and Type Field Description private UnitType
Filter. filterPrimitiveUnits
private UnitType
Filter. filterUnits
private @NotNull UnitType
FilterContext. primitiveUnits
private @NotNull UnitType
FilterLayoutContext. primitiveUnits
Methods in com.github.weisj.jsvg.nodes.filter that return UnitType Modifier and Type Method Description @NotNull UnitType
FilterContext. primitiveUnits()
@NotNull UnitType
FilterLayoutContext. primitiveUnits()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type UnitType Modifier and Type Method Description private java.awt.geom.Point2D.Double
FeOffset. offset(@Nullable java.awt.geom.AffineTransform at, @NotNull UnitType filterPrimitiveUnits, @NotNull java.awt.geom.Rectangle2D elementBounds)
Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type UnitType Constructor Description FilterContext(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable java.awt.RenderingHints renderingHints)
FilterLayoutContext(@NotNull UnitType primitiveUnits, @NotNull java.awt.geom.Rectangle2D elementBounds, @NotNull java.awt.geom.Rectangle2D clipBounds)
-
Uses of UnitType in com.github.weisj.jsvg.nodes.mesh
Fields in com.github.weisj.jsvg.nodes.mesh declared as UnitType Modifier and Type Field Description private UnitType
MeshGradient. gradientUnits
-
Uses of UnitType in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type UnitType Modifier and Type Method Description static @Nullable BlittableImage
BlittableImage. create(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable java.awt.geom.Rectangle2D clipBounds, @NotNull java.awt.geom.Rectangle2D bounds, @NotNull java.awt.geom.Rectangle2D objectBounds, @NotNull UnitType contentUnits)
static @Nullable BlittableImage
BlittableImage. create(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable java.awt.geom.Rectangle2D clipBounds, @NotNull java.awt.geom.Rectangle2D bounds, @NotNull java.awt.geom.Rectangle2D objectBounds, @NotNull UnitType contentUnits, @NotNull RenderContext imageContext)
-