Class RoundRectangularBeadRenderer

All Implemented Interfaces:
Serializable, BeadFeatureRenderer, FeatureRenderer, Changeable

RoundRectangularBeadRenderer renders features as rectangles with rounded corners. Their outline and fill Paint, Stroke, feature depth, Y-axis displacement are configurable.
Since:
1.2
Author:
Keith James
See Also:
  • Field Details

  • Constructor Details

    • RoundRectangularBeadRenderer

      Creates a new RoundRectangularBeadRenderer object with the default settings.
    • RoundRectangularBeadRenderer

      public RoundRectangularBeadRenderer(double beadDepth, double beadDisplacement, Paint beadOutline, Paint beadFill, Stroke beadStroke, double arcWidth, double arcHeight)
      Creates a new RoundRectangularBeadRenderer.
      Parameters:
      beadDepth - a double.
      beadDisplacement - a double.
      beadOutline - a Paint.
      beadFill - a Paint.
      beadStroke - a Stroke.
      arcWidth - a double value which sets the arc width of the corners.
      arcHeight - a double value which sets the arc height of the corners.
  • Method Details