- java.lang.Object
-
- com.github.weisj.jsvg.nodes.text.NullTextOutput
-
- All Implemented Interfaces:
TextOutput
public final class NullTextOutput extends java.lang.Object implements TextOutput
-
-
Field Summary
Fields Modifier and Type Field Description static NullTextOutputINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateNullTextOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginText()voidcodepoint(@NotNull java.lang.String codepoint, @NotNull java.awt.geom.AffineTransform glyphTransform, @NotNull RenderContext context)voidendText()voidglyphRunBreak()Signals that the next glyph has manual placement and therefore is visually separated from the previous glyph.
-
-
-
Field Detail
-
INSTANCE
public static final NullTextOutput INSTANCE
-
-
Method Detail
-
codepoint
public void codepoint(@NotNull @NotNull java.lang.String codepoint, @NotNull @NotNull java.awt.geom.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
-
-