java.lang.Object
com.github.weisj.jsvg.renderer.FontRenderContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @Nullable DominantBaseline
private final @Nullable Length
private final @Nullable TextAnchor
-
Constructor Summary
ConstructorsConstructorDescriptionFontRenderContext
(@Nullable Length letterSpacing, @Nullable DominantBaseline dominantBaseline, @Nullable TextAnchor textAnchor) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull FontRenderContext
@NotNull FontRenderContext
derive
(@Nullable FontRenderContext frc) @NotNull DominantBaseline
boolean
int
hashCode()
@NotNull Length
static @NotNull FontRenderContext
parse
(@NotNull AttributeNode attributeNode) @NotNull TextAnchor
toString()
-
Field Details
-
letterSpacing
-
dominantBaseline
-
textAnchor
-
-
Constructor Details
-
FontRenderContext
public FontRenderContext(@Nullable @Nullable Length letterSpacing, @Nullable @Nullable DominantBaseline dominantBaseline, @Nullable @Nullable TextAnchor textAnchor)
-
-
Method Details
-
letterSpacing
-
textAnchor
-
dominantBaseline
-
equals
-
hashCode
public int hashCode() -
createDefault
-
parse
@NotNull public static @NotNull FontRenderContext parse(@NotNull @NotNull AttributeNode attributeNode) -
derive
-
toString
-