Class FontRenderContext


  • @Immutable
    public final class FontRenderContext
    extends java.lang.Object
    • Field Detail

      • letterSpacing

        @Nullable
        private final @Nullable Length letterSpacing
      • dominantBaseline

        @Nullable
        private final @Nullable DominantBaseline dominantBaseline
      • textAnchor

        @Nullable
        private final @Nullable TextAnchor textAnchor
    • Constructor Detail

      • FontRenderContext

        public FontRenderContext​(@Nullable
                                 @Nullable Length letterSpacing,
                                 @Nullable
                                 @Nullable DominantBaseline dominantBaseline,
                                 @Nullable
                                 @Nullable TextAnchor textAnchor)
    • Method Detail

      • letterSpacing

        @NotNull
        public @NotNull Length letterSpacing()
      • textAnchor

        @NotNull
        public @NotNull TextAnchor textAnchor()
      • dominantBaseline

        @NotNull
        public @NotNull DominantBaseline dominantBaseline()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object