ShapeElem

org.nspl.ShapeElem
case class ShapeElem(shape: Shape, fill: Color, strokeColor: Color, stroke: Option[Stroke], identifier: Identifier, tx: AffineTransform) extends Renderable[ShapeElem]

A Renderable describing a shape

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rotate(rad: Double): K

Attributes

Inherited from:
Renderable
def rotate(rad: Double, x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def rotateCenter(rad: Double): K

Attributes

Inherited from:
Renderable
def scale(x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def translate(x: Double, y: Double): K

Attributes

Inherited from:
Renderable

Concrete fields