Uses of Class
com.github.weisj.jsvg.attributes.UnitType
-
Packages that use UnitType Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.filter com.github.weisj.jsvg.nodes.mesh com.github.weisj.jsvg.util -
-
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.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, @NotNull 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
Fields in com.github.weisj.jsvg.util declared as UnitType Modifier and Type Field Description private @NotNull UnitType
BlittableImage. contentUnits
Methods in com.github.weisj.jsvg.util with parameters of type UnitType Modifier and Type Method Description static @NotNull 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)
Constructors in com.github.weisj.jsvg.util with parameters of type UnitType Constructor Description BlittableImage(@NotNull java.awt.image.BufferedImage image, @NotNull RenderContext context, @NotNull java.awt.geom.Rectangle2D boundsInUserSpace, @NotNull UnitType contentUnits)
-