Packages

case class VectorShape(name: String, rotatable: Boolean, editableColorIndex: Int, elements: Element*) extends Shape.VectorShape with Product with Serializable

Source
ShapeParser.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Shape.VectorShape, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. VectorShape
  7. Shape
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VectorShape(name: String, rotatable: Boolean, editableColorIndex: Int, elements: Element*)

Value Members

  1. val editableColorIndex: Int
    Definition Classes
    VectorShapeVectorShape
  2. val elements: Element*
    Definition Classes
    VectorShapeVectorShape
  3. var name: String
    Definition Classes
    VectorShapeVectorShapeShape
  4. val rotatable: Boolean
    Definition Classes
    VectorShapeVectorShape