Module com.github.weisj.jsvg
Class ConstantLengthTransform
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.value.ConstantLengthTransform
-
- All Implemented Interfaces:
TransformValue
public final class ConstantLengthTransform extends java.lang.Object implements TransformValue
-
-
Field Summary
Fields Modifier and Type Field Description static ConstantLengthTransform
IDENTITY
static ConstantLengthTransform
INHERITED
private @NotNull java.util.List<@NotNull TransformPart>
parts
-
Constructor Summary
Constructors Constructor Description ConstantLengthTransform(@NotNull java.util.List<@NotNull TransformPart> parts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.awt.geom.AffineTransform
get(@NotNull MeasureContext context)
-
-
-
Field Detail
-
IDENTITY
public static final ConstantLengthTransform IDENTITY
-
INHERITED
public static final ConstantLengthTransform INHERITED
-
parts
@NotNull private final @NotNull java.util.List<@NotNull TransformPart> parts
-
-
Constructor Detail
-
ConstantLengthTransform
public ConstantLengthTransform(@NotNull @NotNull java.util.List<@NotNull TransformPart> parts)
-
-
Method Detail
-
get
@NotNull public @NotNull java.awt.geom.AffineTransform get(@NotNull @NotNull MeasureContext context)
- Specified by:
get
in interfaceTransformValue
-
-