Interface TextSegment

All Known Subinterfaces:
TextSegment.RenderableSegment
All Known Implementing Classes:
LinearTextContainer, StringTextSegment, Text, TextContainer, TextPath, TextSpan

interface TextSegment
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    isValid(@NotNull RenderContext currentContext)
     
  • Method Details

    • isValid

      default boolean isValid(@NotNull @NotNull RenderContext currentContext)