public class InvertibleCoordinateTransformList<E extends InvertibleCoordinateTransform> extends InvertibleCoordinateTransformList<E> implements InvertibleCoordinateTransform
transforms| Constructor and Description |
|---|
InvertibleCoordinateTransformList() |
| Modifier and Type | Method and Description |
|---|---|
InvertibleCoordinateTransformList<E> |
copy() |
void |
init(String data)
Initialize the properties of the
CoordinateTransform
from a data string as generated by CoordinateTransform.toDataString(). |
String |
toDataString()
Create a
String representation of the properties of the
CoordinateTransform that can be used to
re-create itself with CoordinateTransform.init(String). |
String |
toXML(String indent)
Create an XML-export of the
CoordinateTransform
for use in TrakEM2. |
add, apply, applyInPlace, applyInverse, applyInverseInPlace, clear, createInverse, estimateBounds, estimateInverseBounds, get, getList, remove, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInverseapplyInverse, applyInverseInPlaceapply, applyInPlacepublic void init(String data)
CoordinateTransformCoordinateTransform
from a data string as generated by CoordinateTransform.toDataString().public String toXML(String indent)
CoordinateTransformCoordinateTransform
for use in TrakEM2.public String toDataString()
CoordinateTransformString representation of the properties of the
CoordinateTransform that can be used to
re-create itself with CoordinateTransform.init(String).public InvertibleCoordinateTransformList<E> copy()
Copyright © 2015–2021 Fiji. All rights reserved.