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 FontSize
private final @Nullable FontWeight
Fields 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, float stretch, @Nullable FontSize size, @Nullable FontWeight weight) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
@NotNull MeasurableFontSpec
mutate
(@NotNull MeasurableFontSpec element) @Nullable FontSize
size()
toString()
@Nullable FontWeight
weight()
-
Field Details
-
size
-
weight
-
-
Constructor Details
-
AttributeFontSpec
AttributeFontSpec(@NotNull @NotNull String[] families, @Nullable @Nullable FontStyle style, @Nullable @Nullable Length sizeAdjust, float stretch, @Nullable @Nullable FontSize size, @Nullable @Nullable FontWeight weight)
-
-
Method Details