public interface Data extends CalibratedRealInterval<CalibratedAxis>, Contextual, Named
Dataset
and Overlay
for
more specific implementations.Modifier and Type | Method and Description |
---|---|
void |
decrementReferences()
Subtracts from the data object's reference count.
|
void |
incrementReferences()
Adds to the data object's reference count.
|
void |
rebuild()
Informs interested parties that the data object has undergone a major
change, such as the dimensional extents changing.
|
void |
update()
Informs interested parties that the data object has undergone a
non-structural change, such as sample values being updated.
|
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMax, realMin, realMin, realMin
averageScale
dimensionIndex
axes, axis, setAxis
numDimensions
context, getContext, setContext
void update()
DataUpdatedEvent
void rebuild()
DataRestructuredEvent
void incrementReferences()
AbstractData
does exactly this to let interested parties know that
a data object has come into use.void decrementReferences()
AbstractData
does exactly this to let interested parties know that
the data object is no longer in use.Copyright © 2014–2022 ImageJ. All rights reserved.