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

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def rotate(rad: Double): ShapeElem
Inherited from:
Renderable
def rotate(rad: Double, x: Double, y: Double): ShapeElem
Inherited from:
Renderable
def rotateCenter(rad: Double): ShapeElem
Inherited from:
Renderable
def scale(x: Double, y: Double): ShapeElem
Inherited from:
Renderable
def translate(x: Double, y: Double): ShapeElem
Inherited from:
Renderable

Concrete fields