Uses of Enum Class
org.refcodes.textual.OverwriteTextMode
-
Uses of OverwriteTextMode in org.refcodes.textual
Subclasses with type arguments of type OverwriteTextMode in org.refcodes.textualModifier and TypeClassDescriptionenum
TheOverwriteTextMode
specifies for according algorithms on how a line is to be overwritten.Methods in org.refcodes.textual that return OverwriteTextModeModifier and TypeMethodDescriptionOverwriteTextBuilder.getOverwriteTextMode()
Retrieves the overwrite text mode from the overwrite text mode property.static OverwriteTextMode
Returns the enum constant of this class with the specified name.static OverwriteTextMode[]
OverwriteTextMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.textual with parameters of type OverwriteTextModeModifier and TypeMethodDescriptionstatic String
OverwriteTextBuilder.asOverwriteText
(String aText, String aWriteOverText, OverwriteTextMode aOverwriteTextMode) To overwrite.void
OverwriteTextBuilder.setTextOverwriteMode
(OverwriteTextMode aTextOverwriteMode) Sets the overwrite text mode for the overwrite text mode property.OverwriteTextBuilder.withOverwriteTextMode
(OverwriteTextMode aOverwriteTextMode) Sets the overwrite text mode for the overwrite text mode property.