Class AbstractRegularShape

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CircleStyle, RegularShape

public abstract class AbstractRegularShape extends ImageStyle
See Also:
  • Field Details

    • fill

      protected Fill fill
    • points

      protected Integer points
    • radius

      protected Integer radius
    • firstRadius

      protected Integer firstRadius
    • secondRadius

      protected Integer secondRadius
    • angle

      protected Double angle
    • stroke

      protected Stroke stroke
  • Constructor Details

    • AbstractRegularShape

      public AbstractRegularShape()
  • Method Details

    • getFill

      protected Fill getFill()
    • setFill

      protected void setFill(Fill fill)
    • getPoints

      protected Integer getPoints()
    • setPoints

      protected void setPoints(Integer points)
    • getRadius

      protected Integer getRadius()
    • setRadius

      protected void setRadius(Integer radius)
    • getFirstRadius

      protected Integer getFirstRadius()
    • setFirstRadius

      protected void setFirstRadius(Integer firstRadius)
    • getSecondRadius

      protected Integer getSecondRadius()
    • setSecondRadius

      protected void setSecondRadius(Integer secondRadius)
    • getAngle

      protected Double getAngle()
    • setAngle

      protected void setAngle(Double angle)
    • getStroke

      protected Stroke getStroke()
    • setStroke

      protected void setStroke(Stroke stroke)