case class LinkShape(name: String, curviness: Double, linkLines: Seq[LinkLine], indicator: VectorShape) extends Shape.LinkShape with Product with Serializable
- Source
- ShapeParser.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinkShape
- Serializable
- Serializable
- Product
- Equals
- LinkShape
- Shape
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LinkShape(name: String, curviness: Double, linkLines: Seq[LinkLine], indicator: VectorShape)