Class NullTextOutput
java.lang.Object
com.github.weisj.jsvg.nodes.text.NullTextOutput
- All Implemented Interfaces:
TextOutput
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcodepoint(@NotNull String codepoint, @NotNull AffineTransform glyphTransform, @NotNull RenderContext context) voidendText()voidSignals that the next glyph has manual placement and therefore is visually separated from the previous glyph.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullTextOutput
private NullTextOutput()
-
-
Method Details
-
codepoint
public void codepoint(@NotNull @NotNull String codepoint, @NotNull @NotNull AffineTransform glyphTransform, @NotNull @NotNull RenderContext context) - Specified by:
codepointin interfaceTextOutput
-
beginText
public void beginText()- Specified by:
beginTextin interfaceTextOutput
-
glyphRunBreak
public void glyphRunBreak()Description copied from interface:TextOutputSignals that the next glyph has manual placement and therefore is visually separated from the previous glyph.- Specified by:
glyphRunBreakin interfaceTextOutput
-
endText
public void endText()- Specified by:
endTextin interfaceTextOutput
-