This is the companion object for the Circle case class. It provides factory methods for creating Circles.
Attributes
Members list
Value members
Concrete methods
Factory apply method for creating a circle. The first parameter gives the radius of the circle. The default centre is at the origin. There is an apply method name overload that takes the X and Y centre values as parameters There are corresponding d methods that take a diameter as the first parameter.
Factory apply method for creating a circle. The first parameter gives the radius of the circle. The default centre is at the origin. There is an apply method name overload that takes the X and Y centre values as parameters There are corresponding d methods that take a diameter as the first parameter.
Attributes
Factory apply method for creating a circle. The first parameter gives the radius of the circle, followed by the X and Y centre values. There is an apply method name overload that takes a Pt2 as a second parameter with a default value of the origin.
Factory apply method for creating a circle. The first parameter gives the radius of the circle, followed by the X and Y centre values. There is an apply method name overload that takes a Pt2 as a second parameter with a default value of the origin.
Attributes
Factory method for creating a circle. The first parameter gives the diameter of the circle. The default centre is at the origin. There is a name overload that takes the X and Y centre values as parameters. There are corresponding apply methods that take a radius as the first parameter.
Factory method for creating a circle. The first parameter gives the diameter of the circle. The default centre is at the origin. There is a name overload that takes the X and Y centre values as parameters. There are corresponding apply methods that take a radius as the first parameter.
Attributes
Factory method for creating a circle. The first parameter gives the diameter of the circle, followed by the X and Y centre values. There is a method name overload that takes a Pt2 as a second parameter with a default value of the origin. There are corresponding apply methods that take a radius as the first parameter.
Factory method for creating a circle. The first parameter gives the diameter of the circle, followed by the X and Y centre values. There is a method name overload that takes a Pt2 as a second parameter with a default value of the origin. There are corresponding apply methods that take a radius as the first parameter.
Attributes
Attributes
- Definition Classes
Scale the ShapeIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.
Scale the ShapeIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.
Attributes
- Definition Classes
Scale the ShapeIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.
Scale the ShapeIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.
Attributes
- Definition Classes
Concrete fields
Filling type class instance / evidence for Circle and CircleFill