CircleFillIcon

ostrat.geom.CircleFillIcon
case class CircleFillIcon(fillColour: Colour) extends ShapeFillIcon

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def reify(scale: Double, cen: Pt2): CircleFill

Scale the ShapeFillIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.

Scale the ShapeFillIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.

Attributes

Definition Classes
override def reify(scale: Double, xCen: Double, yCen: Double): CircleFill

Scale the ShapeFillIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.

Scale the ShapeFillIcon up and position (translate) it. This method is equivalent to scaling the icon and then translating (repositioning) it.

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product