Class MarkEllipsoidFactory
Object
org.anchoranalysis.bean.AnchorBean<MarkFactory>
org.anchoranalysis.mpp.bean.mark.factory.MarkFactory
org.anchoranalysis.mpp.bean.mark.factory.MarkEllipsoidFactory
public class MarkEllipsoidFactory extends MarkFactory
A factory for creating Ellipsoid marks.
This class extends MarkFactory, providing a specific implementation for creating Ellipsoid objects in the MPP (Marked Point Process) framework.
-
Constructor Summary
Constructors Constructor Description MarkEllipsoidFactory() -
Method Summary
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
MarkEllipsoidFactory
public MarkEllipsoidFactory()
-
-
Method Details
-
create
Description copied from class:MarkFactoryCreates a new Mark object.- Specified by:
createin classMarkFactory- Returns:
- a newly created Mark object
-
getShell
public double getShell()The shell thickness of the ellipsoid.This value determines the thickness of the ellipsoid's outer shell. The default value is 0.1.
-
setShell
public void setShell(double shell)The shell thickness of the ellipsoid.This value determines the thickness of the ellipsoid's outer shell. The default value is 0.1.
-