public class CoordinateTransformList<E extends CoordinateTransform> extends CoordinateTransformList<E> implements CoordinateTransform
transforms
Constructor and Description |
---|
CoordinateTransformList() |
Modifier and Type | Method and Description |
---|---|
CoordinateTransformList<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, clear, estimateBounds, get, getList, remove, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, applyInPlace
public void init(String data)
CoordinateTransform
CoordinateTransform
from a data string as generated by CoordinateTransform.toDataString()
.public String toXML(String indent)
CoordinateTransform
CoordinateTransform
for use in TrakEM2.public String toDataString()
CoordinateTransform
String
representation of the properties of the
CoordinateTransform
that can be used to
re-create itself with CoordinateTransform.init(String)
.public CoordinateTransformList<E> copy()
Copyright © 2015–2021 Fiji. All rights reserved.