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