Module com.github.weisj.jsvg
Interface TransformValue
-
- All Known Implementing Classes:
AnimatedTransform
,ConstantLengthTransform
,ConstantTransform
public interface TransformValue
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static @Nullable TransformValue
derive(@Nullable TransformValue current, @Nullable TransformValue other)
@NotNull java.awt.geom.AffineTransform
get(@NotNull MeasureContext context)
-
-
-
Method Detail
-
derive
@Nullable static @Nullable TransformValue derive(@Nullable @Nullable TransformValue current, @Nullable @Nullable TransformValue other)
-
get
@NotNull @NotNull java.awt.geom.AffineTransform get(@NotNull @NotNull MeasureContext context)
-
-