This is the companion object for the Circle case class. It provides factory methods for creating Circles.
- Companion:
- class
Type members
Value members
Concrete methods
Factory apply method for creating a circle. The first parameter gives the diameter of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The diameter can be followed by the centre point or the X and Y positions of its centre.
Factory apply method for creating a circle. The first parameter gives the diameter of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The diameter can be followed by the centre point or the X and Y positions of its centre.
Factory apply method for creating a circle. The first parameter gives the diameter of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The diameter can be followed by the centre point or the X and Y positions of its centre.
Factory apply method for creating a circle. The first parameter gives the diameter of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The diameter can be followed by the centre point or the X and Y positions of its centre.
Factory method for creating a circle from its radius and the position of its centre. The first parameter gives the radius of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The radius can be followed by the centre point or the X and Y positions of its centre.
Factory method for creating a circle from its radius and the position of its centre. The first parameter gives the radius of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The radius can be followed by the centre point or the X and Y positions of its centre.
Factory method for creating a circle from its radius and the position of its centre. The first parameter gives the radius of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The radius can be followed by the centre point or the X and Y positions of its centre.
Factory method for creating a circle from its radius and the position of its centre. The first parameter gives the radius of the circle. If no other parameters are passed the default position is for the centre of the circle to be positioned at its origin. The radius can be followed by the centre point or the X and Y positions of its centre.