CircleDraw
final case class CircleDraw(shape: Circle, lineWidth: Double, lineColour: Colour) extends CircleGraphicSimple with EllipseDraw
A simple draw of a circle graphic.
trait Serializable
trait Product
trait Equals
trait EllipseDraw
trait CanvElem
trait ShapeDraw
trait CircleGraphicSimple
trait EllipseGraphicSimple
trait SimilarAffPreserve
trait SimilarPreserve
trait ProlignPreserve
trait ShapeGraphicSimple
trait GraphicSimple
trait CircleGraphic
trait EllipseGraphic
trait ShapeGraphicCentred
trait CentredElem
trait WithCentre
trait ShapeGraphic
trait GraphicBounded
trait BoundedElem
trait GraphicElem
trait GeomElem
class Object
trait Matchable
class Any
Type members
Types
Inherited types
Value members
Concrete methods
Inherited methods
@inline
The centre of the bounding rectangle. consider also using cenDefault.
The centre of the bounding rectangle. consider also using cenDefault.
- Inherited from:
- BoundedElem
The width of the BoundingRect of this object.
The width of the BoundingRect of this object.
- Inherited from:
- BoundedElem
The default centre of this object is the centre. The centre will not change if the object type is capable of being rotated and is rotated.
The default centre of this object is the centre. The centre will not change if the object type is capable of being rotated and is rotated.
- Definition Classes
- Inherited from:
- CentredElem