public class ROIFileRmfSerializer extends ClassSerializer
This class converts to XML the path of a file of Regions of interest.
Constructor and Description |
---|
ROIFileRmfSerializer()
Constructor.
|
ROIFileRmfSerializer(List<File> file) |
Modifier and Type | Method and Description |
---|---|
String |
getMainTag()
Obtiene el tag principal del bloque
|
Object |
getResult()
Obtiene el objeto resultante de haber aplicado un read.
|
void |
read(String xml)
Lee el bloque XML pasado por parámetro y carga el objeto correspondiente
con los datos.
|
static void |
register()
Registra ProjectionRmfSerializer en los puntos de extension de Serializer
|
String |
write()
Obtiene un bloque XML que representa a las propiedades del objeto a
serializar.
|
convertStringInDoubleArray, convertStringInIntArray, parseBoundingBox, parsePoint2D, parserString, parseViewPort, putProperty, putProperty, putProperty
public static void register()
public String getMainTag()
IRmfBlock
public Object getResult()
IRmfBlock
public void read(String xml) throws ParsingException
IRmfBlock
ParsingException
public String write() throws IOException
IRmfBlock
IOException