Class StringTextSegment
java.lang.Object
com.github.weisj.jsvg.nodes.text.StringTextSegment
- All Implemented Interfaces:
TextSegment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classNested classes/interfaces inherited from interface TextSegment
TextSegment.RenderableSegment -
Field Summary
FieldsModifier and TypeFieldDescription(package private) @Nullable GlyphRun(package private) @Nullable RenderContextprivate final intprivate final TextContainer -
Constructor Summary
ConstructorsConstructorDescriptionStringTextSegment(@NotNull TextContainer parent, int index, char[] codepoints) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TextSegment
isValid
-
Field Details
-
codepoints
-
parent
-
index
private final int index -
currentGlyphRun
-
currentRenderContext
-
-
Constructor Details
-
StringTextSegment
-
-
Method Details
-
codepoints
-
isLastSegmentInParent
public boolean isLastSegmentInParent()
-