ShapeIcon

ostrat.geom.ShapeIcon
trait ShapeIcon

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Circle
object Square

Members list

Type members

Types

type ShapeT <: Shape

Value members

Abstract methods

def fill(colour: Colour): ShapeGraphicIcon
def reify(scale: Double, xCen: Double, yCen: Double): ShapeT

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

def reify(scale: Double, cen: Pt2): ShapeT

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