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 class
AnimatedLength
Fields in com.github.weisj.jsvg.animation.value declared as LengthValue Modifier and Type Field Description private @NotNull LengthValue
AnimatedLength. initial
static @NotNull LengthValue
NeutralElements. NEUTRAL_LENGTH
Methods in com.github.weisj.jsvg.animation.value that return LengthValue Modifier and Type Method Description @NotNull LengthValue
AnimatedLength. initial()
Methods in com.github.weisj.jsvg.animation.value with parameters of type LengthValue Modifier and Type Method Description @NotNull AnimatedLength
AnimatedLength. 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 LengthValue
LengthValue. 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 LengthValue
LengthValue. 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 LengthValue
SVGCircle. cx
private @NotNull LengthValue
SVGEllipse. cx
private @NotNull LengthValue
SVGCircle. cy
private @NotNull LengthValue
SVGEllipse. cy
private @NotNull LengthValue
SVGRectangle. h
private @NotNull LengthValue
SVGRoundRectangle. h
private @NotNull LengthValue
SVGCircle. r
private @NotNull LengthValue
SVGEllipse. rx
private @NotNull LengthValue
SVGRoundRectangle. rx
private @NotNull LengthValue
SVGEllipse. ry
private @NotNull LengthValue
SVGRoundRectangle. ry
private @NotNull LengthValue
SVGRectangle. w
private @NotNull LengthValue
SVGRoundRectangle. w
private @NotNull LengthValue
SVGRectangle. x
private @NotNull LengthValue
SVGRoundRectangle. x
private LengthValue
SVGLine. x1
private LengthValue
SVGLine. x2
private @NotNull LengthValue
SVGRectangle. y
private @NotNull LengthValue
SVGRoundRectangle. y
private LengthValue
SVGLine. y1
private LengthValue
SVGLine. y2
Constructors 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 class
Length
-
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_ORIGIN
Methods 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 AnimatedLength
Animate. 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. transformOrigin
Methods 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 LengthValue
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable)
@Nullable LengthValue
AttributeNode. 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 AnimatedLength
AttributeNode. getAnimatedLength(@NotNull java.lang.String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension)
@Nullable LengthValue
AttributeNode. 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 LengthValue
StrokeContext. dashOffset
@Nullable LengthValue
StrokeContext. strokeWidth
Constructors 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 LengthValue
AttributeUtil.AxisPair. xAxis
private @NotNull LengthValue
AttributeUtil.AxisPair. yAxis
Methods in com.github.weisj.jsvg.util that return LengthValue Modifier and Type Method Description @NotNull LengthValue
AttributeUtil.AxisPair. xAxis()
@NotNull LengthValue
AttributeUtil.AxisPair. yAxis()
Method parameters in com.github.weisj.jsvg.util with type arguments of type LengthValue Modifier and Type Method Description static @NotNull AttributeUtil.AxisPair
AttributeUtil. 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.AxisPair
AttributeUtil. 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)
-