Package | Description |
---|---|
uk.ac.ebi.intenz.tools.sib.writer |
This package contains classes for writing the
enzyme.dat flat file. |
Modifier and Type | Method and Description |
---|---|
int |
LineWrapper.findPosition(String text,
int netLineWidth)
Returns the next position in the line where the wrapping should be performed.
|
String |
LineFormatter.formatLines(String text,
LineType lineType)
This method takes care of proper formatting of the line(s) corresponding one
line type as
described in the class description. |
String |
DefaultLineFormatter.formatLines(String text,
LineType lineType)
Formats the text by adding the line headers and wrapping the content using
LineWrapper
implementations. |
String |
CC_LineFormatter.formatLines(String text,
LineType lineType)
Formats the
CC lines according to the format described in the class description. |
Copyright © 2014 EMBL-EBI. All rights reserved.