public interface CoordinateTransform extends CoordinateTransform
| Modifier and Type | Method and Description |
|---|---|
CoordinateTransform |
copy() |
void |
init(String data)
Initialize the properties of the
CoordinateTransform
from a data string as generated by toDataString(). |
String |
toDataString()
Create a
String representation of the properties of the
CoordinateTransform that can be used to
re-create itself with init(String). |
String |
toXML(String indent)
Create an XML-export of the
CoordinateTransform
for use in TrakEM2. |
apply, applyInPlacevoid init(String data) throws NumberFormatException
CoordinateTransform
from a data string as generated by toDataString().data - NumberFormatExceptionString toXML(String indent)
CoordinateTransform
for use in TrakEM2.String toDataString()
String representation of the properties of the
CoordinateTransform that can be used to
re-create itself with init(String).CoordinateTransform copy()
Copyright © 2015–2021 Fiji. All rights reserved.