Uses of Enum Class
com.vladsch.flexmark.util.sequence.LineInfo.Preformatted
Packages that use LineInfo.Preformatted
-
Uses of LineInfo.Preformatted in com.vladsch.flexmark.util.sequence
Subclasses with type arguments of type LineInfo.Preformatted in com.vladsch.flexmark.util.sequenceMethods in com.vladsch.flexmark.util.sequence that return LineInfo.PreformattedModifier and TypeMethodDescription(package private) static @NotNull LineInfo.PreformattedLineInfo.Preformatted.get(int flags) @NotNull LineInfo.PreformattedLineInfo.getPreformatted()static LineInfo.PreformattedReturns the enum constant of this class with the specified name.static LineInfo.Preformatted[]LineInfo.Preformatted.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.util.sequence with parameters of type LineInfo.PreformattedModifier and TypeMethodDescriptionstatic @NotNull LineInfoLineInfo.create(@NotNull CharSequence line, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) static @NotNull LineInfoLineInfo.create(@NotNull CharSequence line, @NotNull LineInfo prevInfo, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) Constructors in com.vladsch.flexmark.util.sequence with parameters of type LineInfo.PreformattedModifierConstructorDescriptionprivateLineInfo(@NotNull CharSequence lineSeq, int index, int prefixLength, int textLength, int length, int sumPrefixLength, int sumTextLength, int sumLength, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted)