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 UnitTypeUnitType. 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 LengthLength. coercePercentageToCorrectUnit(@NotNull UnitType unitType, @NotNull PercentageDimension dimension) -
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 UnitTypeClipPath. clipPathUnitsprotected UnitTypeAbstractGradient. gradientUnitsprivate UnitTypeMask. maskContentUnitsprivate UnitTypeMask. maskUnitsprivate UnitTypePattern. patternContentUnitsprivate UnitTypePattern. 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 UnitTypeFilter. filterPrimitiveUnitsprivate UnitTypeFilter. filterUnitsprivate @NotNull UnitTypeFilterContext. primitiveUnitsprivate @NotNull UnitTypeFilterLayoutContext. primitiveUnitsMethods in com.github.weisj.jsvg.nodes.filter that return UnitType Modifier and Type Method Description @NotNull UnitTypeFilterContext. primitiveUnits()@NotNull UnitTypeFilterLayoutContext. primitiveUnits()Methods in com.github.weisj.jsvg.nodes.filter with parameters of type UnitType Modifier and Type Method Description private java.awt.geom.Point2D.DoubleFeOffset. 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 UnitTypeMeshGradient. 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 BlittableImageBlittableImage. 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 BlittableImageBlittableImage. 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)
-