Class JRBaseRectangle

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

public class JRBaseRectangle extends JRBaseGraphicElement implements JRRectangle
The actual implementation of a graphic element representing a rectangle.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

    • radius

      protected Integer radius
  • Constructor Details

    • JRBaseRectangle

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