case class VectorShape(name: String, rotatable: Boolean, editableColorIndex: Int, elements: Element*) extends Shape.VectorShape with Product with Serializable
- Source
- ShapeParser.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VectorShape
- Serializable
- Serializable
- Product
- Equals
- VectorShape
- Shape
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
val
editableColorIndex: Int
- Definition Classes
- VectorShape → VectorShape
-
val
elements: Element*
- Definition Classes
- VectorShape → VectorShape
-
var
name: String
- Definition Classes
- VectorShape → VectorShape → Shape
-
val
rotatable: Boolean
- Definition Classes
- VectorShape → VectorShape