Uses of Class
com.github.weisj.jsvg.nodes.text.GlyphCursor
-
Packages that use GlyphCursor Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of GlyphCursor in com.github.weisj.jsvg.nodes.text
Subclasses of GlyphCursor in com.github.weisj.jsvg.nodes.text Modifier and Type Class Description (package private) classPathGlyphCursorMethods in com.github.weisj.jsvg.nodes.text that return GlyphCursor Modifier and Type Method Description protected @NotNull GlyphCursorLinearTextContainer. createCursor()protected GlyphCursorLinearTextContainer. createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current)protected abstract GlyphCursorTextContainer. createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current)protected GlyphCursorTextPath. createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current)(package private) GlyphCursorGlyphCursor. derive()(package private) GlyphCursorPathGlyphCursor. derive()Methods in com.github.weisj.jsvg.nodes.text with parameters of type GlyphCursor Modifier and Type Method Description voidTextContainer. appendTextShape(@NotNull GlyphCursor cursor, @NotNull MutableGlyphRun glyphRun, @NotNull RenderContext context)voidTextSegment.RenderableSegment. appendTextShape(@NotNull GlyphCursor cursor, @NotNull MutableGlyphRun glyphRun, @NotNull RenderContext context)protected voidLinearTextContainer. cleanUpLocalCursor(@NotNull GlyphCursor current, @NotNull GlyphCursor local)protected abstract voidTextContainer. cleanUpLocalCursor(@NotNull GlyphCursor current, @NotNull GlyphCursor local)protected voidTextPath. cleanUpLocalCursor(@NotNull GlyphCursor current, @NotNull GlyphCursor local)protected GlyphCursorLinearTextContainer. createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current)protected abstract GlyphCursorTextContainer. createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current)protected GlyphCursorTextPath. createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current)(package private) static @NotNull GlyphRunGlyphRenderer. layoutGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)private @NotNull GlyphAdvancementTextContainer. localGlyphAdvancement(@NotNull RenderContext context, @NotNull GlyphCursor cursor)(package private) static voidGlyphRenderer. prepareGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)voidTextContainer. prepareSegmentForRendering(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull TextOutput textOutput)voidTextSegment.RenderableSegment. prepareSegmentForRendering(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull TextOutput textOutput)protected voidTextContainer. renderSegment(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull Output output)voidTextContainer. renderSegmentWithoutLayout(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull Output output)voidTextSegment.RenderableSegment. renderSegmentWithoutLayout(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull Output output)private doubleTextContainer. textAnchorOffset(@NotNull TextAnchor textAnchor, @NotNull GlyphCursor glyphCursor)(package private) voidGlyphCursor. updateFrom(GlyphCursor local)(package private) voidPathGlyphCursor. updateFrom(GlyphCursor local)Constructors in com.github.weisj.jsvg.nodes.text with parameters of type GlyphCursor Constructor Description GlyphCursor(@NotNull GlyphCursor c)PathGlyphCursor(@NotNull GlyphCursor cursor, @NotNull java.awt.geom.PathIterator pathIterator, float startOffset)
-