- java.lang.Object
-
- com.github.weisj.jsvg.util.AttributeUtil.AxisPair
-
- Enclosing class:
- AttributeUtil
public static final class AttributeUtil.AxisPair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull LengthValue
xAxis
private @NotNull LengthValue
yAxis
-
Constructor Summary
Constructors Constructor Description AxisPair(@NotNull LengthValue xAxis, @NotNull LengthValue yAxis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull LengthValue
xAxis()
@NotNull LengthValue
yAxis()
-
-
-
Field Detail
-
xAxis
@NotNull private final @NotNull LengthValue xAxis
-
yAxis
@NotNull private final @NotNull LengthValue yAxis
-
-
Constructor Detail
-
AxisPair
public AxisPair(@NotNull @NotNull LengthValue xAxis, @NotNull @NotNull LengthValue yAxis)
-
-
Method Detail
-
xAxis
@NotNull public @NotNull LengthValue xAxis()
-
yAxis
@NotNull public @NotNull LengthValue yAxis()
-
-