Class MarkEllipseFactory


public class MarkEllipseFactory extends MarkFactory
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 Details

    • MarkEllipseFactory

      public MarkEllipseFactory()
  • Method Details

    • create

      public Mark create()
      Description copied from class: MarkFactory
      Creates a new Mark object.
      Specified by:
      create in class MarkFactory
      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.