Package | Description |
---|---|
ini.trakem2.display |
Modifier and Type | Class and Description |
---|---|
class |
Layer |
class |
LayerSet
A LayerSet is a container for a list of Layer.
|
Modifier and Type | Method and Description |
---|---|
Bucketable |
ZDisplayable.getBucketable() |
Bucketable |
Displayable.getBucketable() |
Modifier and Type | Method and Description |
---|---|
static int |
Bucket.getBucketSide(Bucketable container,
Layer la) |
boolean |
Bucket.isBetter(Rectangle r,
Bucketable container)
Determine whether the rectangle is smaller than the layer dimensions padded in by one bucket_side -- if not, makes little sense to use buckets, and it's better to do linear search without the TreeMap overhead.
|
Copyright © 2015–2021 Fiji. All rights reserved.