public final class VectorDataTransform extends Object
Modifier and Type | Class and Description |
---|---|
class |
VectorDataTransform.ROITransform |
Modifier and Type | Field and Description |
---|---|
Layer |
layer |
List<VectorDataTransform.ROITransform> |
transforms |
Constructor and Description |
---|
VectorDataTransform(Layer layer) |
Modifier and Type | Method and Description |
---|---|
void |
add(Area roi,
CoordinateTransform ct)
Add a coordinate transform @param ct that applies to the @param roi Area only;
ASSUMES all rois added do not overlap.
|
VectorDataTransform |
makeLocalTo(Displayable d)
Returns a copy whose roi and ct are local to the affine transform of @param d.
|
public final Layer layer
public final List<VectorDataTransform.ROITransform> transforms
public VectorDataTransform(Layer layer)
public void add(Area roi, CoordinateTransform ct)
public VectorDataTransform makeLocalTo(Displayable d) throws Exception
Exception
Copyright © 2015–2021 Fiji. All rights reserved.