Uses of Class
org.anchoranalysis.bean.exception.BeanMisconfiguredException
Packages that use BeanMisconfiguredException
Package
Description
Defining, loading, initializing Anchor Beans.
Initializing beans with particular parameters, including recursively.
Applying permutations to the properties of a bean.
Beans pertaining to feature-calculation.
Non-bean classes to help specify the position of one entity relative to the others.
Aligning a
BoundingBox
to fit inside another BoundingBox
.Montages images together to completely fill the available space, while preserving aspect ratio.
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Beans pertaining to manipulating and matching against file-paths.
Beans to find a subset of files that match a particular conditions on their paths.
Beans for the framework around writing files to the file-system.
Implementations of
ChannelProvider
that are
generic base-classes or otherwise abstract or general.Implementations of
ChannelProvider
that process 3D
channels slice-by-slice.Implementations of
ObjectCollectionProvider
involving morphological operations.Implementations of
BinarySegmentation
.Implementations of
StackProvider
.Implementations of
StackProvider
that color
portions of an image.Implementations of
FeatureListProvider
that derive
new features with permuted property-values.Features from combinations of
ObjectMask
s.Features from pairs of
ObjectMask
s.Implementations of
FeatureSingleObject
that measure an object's
intensity on a corresponding Channel
.Implementations of
FileNamer
.Extracting features using OpenCV.
Features that combine or convert other features in a generic way.
-
Uses of BeanMisconfiguredException in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
Populates from a list ofNamedBean
.void
AnchorBean.checkMisconfigured
(BeanInstanceMap defaultInstances) Checks that a bean's properties conform to expectations.FieldAccessor.fieldFromBean
(AnchorBean<?> bean, Field field) Retrieves the value of aField
from aAnchorBean
.<T extends AnchorBean<?>>
List<T> AnchorBean.findFieldsOfClass
(Class<?> match) Finds all bean-fields that are instances of a certain class.void
Called once after the bean is created, localising the bean to a path on the filesystem. -
Uses of BeanMisconfiguredException in org.anchoranalysis.bean.initializable
Methods in org.anchoranalysis.bean.initializable that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionstatic void
CheckMisconfigured.atLeastOne
(String property1Name, String property2Name, boolean property1Defined, boolean property2Defined) Checks that one of two properties is defined, or both.static void
CheckMisconfigured.oneOnly
(String property1Name, String property2Name, boolean property1Defined, boolean property2Defined) Checks that one of two properties is defined, but not both simultaneously. -
Uses of BeanMisconfiguredException in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
SequenceInteger.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.feature.bean
Methods in org.anchoranalysis.feature.bean that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionfinal FeatureList
<FeatureInput> Feature.createListChildFeatures()
Returns a list of Features that exist as bean-properties of this feature, either directly or in lists. -
Uses of BeanMisconfiguredException in org.anchoranalysis.image.bean.displayer
Methods in org.anchoranalysis.image.bean.displayer that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
IntensityQuantiles.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.image.bean.nonbean.spatial.align
Methods in org.anchoranalysis.image.bean.nonbean.spatial.align that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionPositionChoices.alignmentForDimension
(String fieldName, String fieldValue) Calculates how to align a particular axis.static AlignmentOnDimension
How to align on the X-axis.static AlignmentOnDimension
How to align on the Y-axis.static AlignmentOnDimension
How to align on the Z-axis. -
Uses of BeanMisconfiguredException in org.anchoranalysis.image.bean.spatial.arrange.align
Methods in org.anchoranalysis.image.bean.spatial.arrange.align that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
Align.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.image.bean.spatial.arrange.fill
Methods in org.anchoranalysis.image.bean.spatial.arrange.fill that throw BeanMisconfiguredException -
Uses of BeanMisconfiguredException in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
FeatureEvaluator.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.io.input.bean.path
Methods in org.anchoranalysis.io.input.bean.path that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
NameElementRange.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.io.input.bean.path.matcher
Methods in org.anchoranalysis.io.input.bean.path.matcher that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
MatchRegularExpression.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
OutputWriteSettings.checkMisconfigured
(BeanInstanceMap defaultInstances) void
OutputWriteSettings.initialize
(BeanInstanceMap defaultInstances) This method should be called once on this object before further callingOutputWriteSettings.getWriterInstance(java.lang.Class<? extends T>)
. -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.bean.channel.provider
Methods in org.anchoranalysis.plugin.image.bean.channel.provider that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
FromStack.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.bean.channel.provider.slice
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.slice that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
ExtractSliceRange.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.bean.object.provider.morphological
Methods in org.anchoranalysis.plugin.image.bean.object.provider.morphological that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
Erode.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.bean.segment.binary
Methods in org.anchoranalysis.plugin.image.bean.segment.binary that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
Sequence.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.bean.stack.provider
Methods in org.anchoranalysis.plugin.image.bean.stack.provider that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
FromChannelOrMask.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
ThreeChannels.checkMisconfigured
(BeanInstanceMap defaultInstances) void
ThreeColoredObjects.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.feature.bean.list.permute
Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
PermuteFeature.checkMisconfigured
(BeanInstanceMap defaultInstances) void
PermuteFeatureSequenceInteger.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
CombineObjectsForFeatures.checkMisconfigured
(BeanInstanceMap defaultInstances) Checks if the bean is misconfigured and saves the default instances for later use. -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.feature.bean.object.pair
Methods in org.anchoranalysis.plugin.image.feature.bean.object.pair that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
Intersection.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
IntensityMeanShellBase.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.io.bean.file.namer
Methods in org.anchoranalysis.plugin.io.bean.file.namer that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
LastDirectories.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
HOGFeature.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.opencv.bean.stack
Methods in org.anchoranalysis.plugin.opencv.bean.stack that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
OpenCVReader.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanMisconfiguredException in org.anchoranalysis.plugin.operator.feature.bean
Methods in org.anchoranalysis.plugin.operator.feature.bean that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoid
FromDictionary.checkMisconfigured
(BeanInstanceMap defaultInstances)