Class WCircleArea

    • Constructor Detail

      • WCircleArea

        public WCircleArea()
        Default constructor.

        Specifies a circular area with center (0, 0) and radius 0.

      • WCircleArea

        public WCircleArea​(int x,
                           int y,
                           int radius)
        Creates a circular area with given geometry.

        The arguments are in pixel units.

    • Method Detail

      • setCenter

        public void setCenter​(WPoint point)
        Sets the center.
      • setCenter

        public void setCenter​(WPointF point)
        Sets the center.
      • setCenter

        public void setCenter​(int x,
                              int y)
        Sets the center.
      • getCenterX

        public int getCenterX()
        Returns the center X coordinate.
      • getCenterY

        public int getCenterY()
        Returns the center Y coordinate.
      • setRadius

        public void setRadius​(int radius)
        Sets the radius.
      • getRadius

        public int getRadius()
        Returns the radius.