Class JRBaseEllipse

All Implemented Interfaces:
Serializable, Cloneable, JRChangeEventsSupport, JRChild, JRCloneable, JRCommonElement, JRCommonGraphicElement, JRElement, JREllipse, JRGraphicElement, JRIdentifiable, JRPenContainer, JRPropertiesHolder, JRStyleContainer, JRVisitable

public class JRBaseEllipse extends JRBaseGraphicElement implements JREllipse
The actual implementation of a graphic element representing an ellipse.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Constructor Details

    • JRBaseEllipse

      protected JRBaseEllipse(JREllipse ellipse, JRBaseObjectFactory factory)
      Initializes properties that are specific to ellipses. Common properties are initialized by its parent constructors.
      Parameters:
      ellipse - an element whose properties are copied to this element. Usually it is a JRDesignEllipse that must be transformed into an JRBaseEllipse at compile time.
      factory - a factory used in the compile process
  • Method Details