Uses of Interface
com.github.weisj.jsvg.attributes.value.LengthValue
Packages that use LengthValue
Package
Description
-
Uses of LengthValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement LengthValueFields in com.github.weisj.jsvg.animation.value declared as LengthValueModifier and TypeFieldDescriptionprivate final @NotNull LengthValueAnimatedLength.initialstatic final @NotNull LengthValueNeutralElements.NEUTRAL_LENGTHMethods in com.github.weisj.jsvg.animation.value that return LengthValueMethods in com.github.weisj.jsvg.animation.value with parameters of type LengthValueModifier and TypeMethodDescription@NotNull AnimatedLengthAnimatedLength.derive(@NotNull LengthValue initialValue) Constructors in com.github.weisj.jsvg.animation.value with parameters of type LengthValueModifierConstructorDescriptionAnimatedLength(@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 LengthValueModifier and TypeMethodDescriptionstatic @Nullable LengthValueLengthValue.derive(@Nullable LengthValue current, @Nullable LengthValue other) Methods in com.github.weisj.jsvg.attributes.value with parameters of type LengthValueModifier and TypeMethodDescriptionstatic @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 LengthValueModifier and TypeFieldDescriptionprivate final @NotNull LengthValueSVGCircle.cxprivate final @NotNull LengthValueSVGEllipse.cxprivate final @NotNull LengthValueSVGCircle.cyprivate final @NotNull LengthValueSVGEllipse.cyprivate final @NotNull LengthValueSVGRectangle.hprivate final @NotNull LengthValueSVGRoundRectangle.hprivate final @NotNull LengthValueSVGCircle.rprivate final @NotNull LengthValueSVGEllipse.rxprivate final @NotNull LengthValueSVGRoundRectangle.rxprivate final @NotNull LengthValueSVGEllipse.ryprivate final @NotNull LengthValueSVGRoundRectangle.ryprivate final @NotNull LengthValueSVGRectangle.wprivate final @NotNull LengthValueSVGRoundRectangle.wprivate final @NotNull LengthValueSVGRectangle.xprivate final @NotNull LengthValueSVGRoundRectangle.xprivate final LengthValueSVGLine.x1private final LengthValueSVGLine.x2private final @NotNull LengthValueSVGRectangle.yprivate final @NotNull LengthValueSVGRoundRectangle.yprivate final LengthValueSVGLine.y1private final LengthValueSVGLine.y2Constructors in com.github.weisj.jsvg.geometry with parameters of type LengthValueModifierConstructorDescriptionSVGCircle(@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 -
Uses of LengthValue in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes with type parameters of type LengthValueMethods in com.github.weisj.jsvg.nodes that return types with arguments of type LengthValue -
Uses of LengthValue in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type LengthValueModifier and TypeMethodDescription@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 LengthValueModifier and TypeMethodDescriptiondefault @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 LengthValueModifier and TypeFieldDescriptionprivate final @NotNull Coordinate<LengthValue> HasGeometryContextImpl.transformOriginMethods in com.github.weisj.jsvg.nodes.prototype.impl that return types with arguments of type LengthValueModifier and TypeMethodDescription@NotNull Coordinate<LengthValue> HasGeometryContextImpl.transformOrigin()Constructor parameters in com.github.weisj.jsvg.nodes.prototype.impl with type arguments of type LengthValueModifierConstructorDescriptionprivateHasGeometryContextImpl(@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 LengthValueModifier and TypeMethodDescription@Nullable LengthValueAttributeNode.getLength(@NotNull String key, @NotNull PercentageDimension dimension, Inherited inherited, Animatable animatable) @Nullable LengthValueAttributeNode.getLength(@NotNull String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable) Methods in com.github.weisj.jsvg.parser.impl with parameters of type LengthValueModifier and TypeMethodDescription@Nullable AnimatedLengthAttributeNode.getAnimatedLength(@NotNull String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension) @Nullable LengthValueAttributeNode.getLength(@NotNull 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 LengthValueModifier and TypeFieldDescriptionfinal @Nullable LengthValueStrokeContext.dashOffsetfinal @Nullable LengthValueStrokeContext.strokeWidthConstructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type LengthValueModifierConstructorDescriptionStrokeContext(@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 LengthValueModifier and TypeFieldDescriptionprivate final @NotNull LengthValueAttributeUtil.AxisPair.xAxisprivate final @NotNull LengthValueAttributeUtil.AxisPair.yAxisMethods in com.github.weisj.jsvg.util that return LengthValueModifier and TypeMethodDescription@NotNull LengthValueAttributeUtil.AxisPair.xAxis()@NotNull LengthValueAttributeUtil.AxisPair.yAxis()Method parameters in com.github.weisj.jsvg.util with type arguments of type LengthValueModifier and TypeMethodDescriptionstatic @NotNull AttributeUtil.AxisPairAttributeUtil.parseAxisPair(@NotNull AttributeNode node, @NotNull String xAttr, @NotNull String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull Function<@NotNull LengthValue, @Nullable LengthValue> validator) static @NotNull AttributeUtil.AxisPairAttributeUtil.parseAxisPair(@NotNull AttributeNode node, @NotNull String xAttr, @NotNull String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull Function<@NotNull LengthValue, @Nullable LengthValue> validator) Constructors in com.github.weisj.jsvg.util with parameters of type LengthValue