java.lang.Object
com.github.weisj.jsvg.attributes.font.FontSpec
com.github.weisj.jsvg.attributes.font.AttributeFontSpec
- All Implemented Interfaces:
Mutator<MeasurableFontSpec>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @Nullable FontSizeprivate final @Nullable FontWeightFields inherited from class com.github.weisj.jsvg.attributes.font.FontSpec
families, sizeAdjust, stretch, style -
Constructor Summary
ConstructorsConstructorDescriptionAttributeFontSpec(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch, @Nullable FontSize size, @Nullable FontWeight weight) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()@NotNull MeasurableFontSpecmutate(@NotNull MeasurableFontSpec element) @Nullable FontSizesize()toString()@Nullable FontWeightweight()
-
Field Details
-
size
-
weight
-
-
Constructor Details
-
AttributeFontSpec
AttributeFontSpec(@NotNull @NotNull String[] families, @Nullable @Nullable FontStyle style, @Nullable @Nullable Length sizeAdjust, @NotNull @NotNull Percentage stretch, @Nullable @Nullable FontSize size, @Nullable @Nullable FontWeight weight)
-
-
Method Details