Package monq.jfa.textparts
Class SimpleFormatters.Part
java.lang.Object
monq.jfa.textparts.SimpleFormatters.Part
- All Implemented Interfaces:
Formatter
- Enclosing class:
SimpleFormatters
-
Constructor Summary
ConstructorsConstructorDescriptionPart(int partNo, int from, int to) the parameters will be passed one-to-one toTextStore.getPart(java.lang.StringBuilder, int). -
Method Summary
-
Constructor Details
-
Part
public Part(int partNo, int from, int to) the parameters will be passed one-to-one toTextStore.getPart(java.lang.StringBuilder, int).
-
-
Method Details
-
format
Description copied from interface:Formatterarranges (some of) the pieces of text found in
stormin an implementation dependend manner and appends them toout. Depending on the implementation, both,standmor even both may be allowed to benull.Postcondition: This method may not change the content of
destother than by appending to it.
-