Uses of Interface
com.github.weisj.jsvg.attributes.value.LengthValue
-
-
Uses of LengthValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement LengthValue Modifier and Type Class Description classAnimatedLengthFields in com.github.weisj.jsvg.animation.value declared as LengthValue Modifier and Type Field Description private @NotNull LengthValueAnimatedLength. initialstatic @NotNull LengthValueNeutralElements. NEUTRAL_LENGTHMethods in com.github.weisj.jsvg.animation.value that return LengthValue Modifier and Type Method Description @NotNull LengthValueAnimatedLength. initial()Methods in com.github.weisj.jsvg.animation.value with parameters of type LengthValue Modifier and Type Method Description @NotNull AnimatedLengthAnimatedLength. derive(@NotNull LengthValue initialValue)Constructors in com.github.weisj.jsvg.animation.value with parameters of type LengthValue Constructor Description AnimatedLength(@NotNull Track track, @NotNull LengthValue initial, @NotNull Length @NotNull [] values) -
Uses of LengthValue in com.github.weisj.jsvg.attributes.value
Methods in com.github.weisj.jsvg.attributes.value that return LengthValue Modifier and Type Method Description static @Nullable LengthValueLengthValue. derive(@Nullable LengthValue current, @Nullable LengthValue other)Methods in com.github.weisj.jsvg.attributes.value with parameters of type LengthValue Modifier and Type Method Description static @Nullable LengthValueLengthValue. derive(@Nullable LengthValue current, @Nullable LengthValue other) -
Uses of LengthValue in com.github.weisj.jsvg.geometry
Fields in com.github.weisj.jsvg.geometry declared as LengthValue Modifier and Type Field Description private @NotNull LengthValueSVGCircle. cxprivate @NotNull LengthValueSVGEllipse. cxprivate @NotNull LengthValueSVGCircle. cyprivate @NotNull LengthValueSVGEllipse. cyprivate @NotNull LengthValueSVGRectangle. hprivate @NotNull LengthValueSVGRoundRectangle. hprivate @NotNull LengthValueSVGCircle. rprivate @NotNull LengthValueSVGEllipse. rxprivate @NotNull LengthValueSVGRoundRectangle. rxprivate @NotNull LengthValueSVGEllipse. ryprivate @NotNull LengthValueSVGRoundRectangle. ryprivate @NotNull LengthValueSVGRectangle. wprivate @NotNull LengthValueSVGRoundRectangle. wprivate @NotNull LengthValueSVGRectangle. xprivate @NotNull LengthValueSVGRoundRectangle. xprivate LengthValueSVGLine. x1private LengthValueSVGLine. x2private @NotNull LengthValueSVGRectangle. yprivate @NotNull LengthValueSVGRoundRectangle. yprivate LengthValueSVGLine. y1private LengthValueSVGLine. y2Constructors in com.github.weisj.jsvg.geometry with parameters of type LengthValue Constructor Description SVGCircle(@NotNull LengthValue cx, @NotNull LengthValue cy, @NotNull LengthValue r)SVGEllipse(@NotNull LengthValue cx, @NotNull LengthValue cy, @NotNull LengthValue rx, @NotNull LengthValue ry)SVGLine(@NotNull LengthValue x1, @NotNull LengthValue y1, @NotNull LengthValue x2, @NotNull LengthValue y2)SVGRectangle(@NotNull LengthValue x, @NotNull LengthValue y, @NotNull LengthValue w, @NotNull LengthValue h)SVGRoundRectangle(@NotNull LengthValue x, @NotNull LengthValue y, @NotNull LengthValue w, @NotNull LengthValue h, @NotNull LengthValue rx, @NotNull LengthValue ry) -
Uses of LengthValue in com.github.weisj.jsvg.geometry.size
Classes in com.github.weisj.jsvg.geometry.size that implement LengthValue Modifier and Type Class Description classLength -
Uses of LengthValue in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes with type parameters of type LengthValue Modifier and Type Field Description private static @NotNull Coordinate<LengthValue>SVG. TOP_LEVEL_TRANSFORM_ORIGINMethods in com.github.weisj.jsvg.nodes that return types with arguments of type LengthValue Modifier and Type Method Description @NotNull Coordinate<LengthValue>SVG. transformOrigin() -
Uses of LengthValue in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type LengthValue Modifier and Type Method Description @Nullable AnimatedLengthAnimate. animatedLength(@NotNull LengthValue initial, PercentageDimension dimension, @NotNull AttributeNode attributeNode) -
Uses of LengthValue in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return types with arguments of type LengthValue Modifier and Type Method Description default @NotNull Coordinate<LengthValue>HasGeometryContext.ByDelegate. transformOrigin()@NotNull Coordinate<LengthValue>Transformable. transformOrigin() -
Uses of LengthValue in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl with type parameters of type LengthValue Modifier and Type Field Description private @NotNull Coordinate<LengthValue>HasGeometryContextImpl. transformOriginMethods in com.github.weisj.jsvg.nodes.prototype.impl that return types with arguments of type LengthValue Modifier and Type Method Description @NotNull Coordinate<LengthValue>HasGeometryContextImpl. transformOrigin()Constructor parameters in com.github.weisj.jsvg.nodes.prototype.impl with type arguments of type LengthValue Constructor Description HasGeometryContextImpl(@Nullable TransformValue transform, @NotNull Coordinate<LengthValue> transformOrigin, @NotNull TransformBox transformBox, @Nullable ClipPath clipPath, @Nullable Mask mask, @Nullable Filter filter) -
Uses of LengthValue in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return LengthValue Modifier and Type Method Description @Nullable LengthValueAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable)@Nullable LengthValueAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, Inherited inherited, Animatable animatable)Methods in com.github.weisj.jsvg.parser.impl with parameters of type LengthValue Modifier and Type Method Description @Nullable AnimatedLengthAttributeNode. getAnimatedLength(@NotNull java.lang.String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension)@Nullable LengthValueAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable) -
Uses of LengthValue in com.github.weisj.jsvg.renderer.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as LengthValue Modifier and Type Field Description @Nullable LengthValueStrokeContext. dashOffset@Nullable LengthValueStrokeContext. strokeWidthConstructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type LengthValue Constructor Description StrokeContext(@Nullable LengthValue strokeWidth, @Nullable LineCap lineCap, @Nullable LineJoin lineJoin, float miterLimit, @NotNull Length[] dashPattern, @Nullable LengthValue dashOffset) -
Uses of LengthValue in com.github.weisj.jsvg.util
Fields in com.github.weisj.jsvg.util declared as LengthValue Modifier and Type Field Description private @NotNull LengthValueAttributeUtil.AxisPair. xAxisprivate @NotNull LengthValueAttributeUtil.AxisPair. yAxisMethods in com.github.weisj.jsvg.util that return LengthValue Modifier and Type Method Description @NotNull LengthValueAttributeUtil.AxisPair. xAxis()@NotNull LengthValueAttributeUtil.AxisPair. yAxis()Method parameters in com.github.weisj.jsvg.util with type arguments of type LengthValue Modifier and Type Method Description static @NotNull AttributeUtil.AxisPairAttributeUtil. parseAxisPair(@NotNull AttributeNode node, @NotNull java.lang.String xAttr, @NotNull java.lang.String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull java.util.function.Function<@NotNull LengthValue,@Nullable LengthValue> validator)static @NotNull AttributeUtil.AxisPairAttributeUtil. parseAxisPair(@NotNull AttributeNode node, @NotNull java.lang.String xAttr, @NotNull java.lang.String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull java.util.function.Function<@NotNull LengthValue,@Nullable LengthValue> validator)Constructors in com.github.weisj.jsvg.util with parameters of type LengthValue Constructor Description AxisPair(@NotNull LengthValue xAxis, @NotNull LengthValue yAxis)
-