object
ShapeParser
Type Members
-
case class
Circle(color: RgbColor, filled: Boolean, marked: Boolean, x: Int, y: Int, diameter: Int) extends Shape.Circle with Product with Serializable
-
case class
Line(color: RgbColor, marked: Boolean, startPoint: (Int, Int), endPoint: (Int, Int)) extends Shape.Line with Product with Serializable
-
case class
LinkLine(xcor: Double, isVisible: Boolean, dashChoices: Seq[Float]) extends Shape.LinkLine with Product with Serializable
-
case class
LinkShape(name: String, curviness: Double, linkLines: Seq[LinkLine], indicator: VectorShape) extends Shape.LinkShape with Product with Serializable
-
case class
Polygon(color: RgbColor, filled: Boolean, marked: Boolean, points: (Int, Int)*) extends Shape.Polygon with Product with Serializable
-
case class
Rectangle(color: RgbColor, filled: Boolean, marked: Boolean, upperLeftCorner: (Int, Int), lowerRightCorner: (Int, Int)) extends Shape.Rectangle with Product with Serializable
-
case class
VectorShape(name: String, rotatable: Boolean, editableColorIndex: Int, elements: Element*) extends Shape.VectorShape with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatLinkShapes(shapes: Seq[Shape.LinkShape]): String
-
def
formatVectorShapes(shapes: Seq[Shape.VectorShape]): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parseLinkShapes(lines: Array[String]): Seq[LinkShape]
-
def
parseLinkShapes(lines: Seq[String]): Seq[LinkShape]
-
def
parseVectorShapes(lines: Array[String]): Seq[VectorShape]
-
def
parseVectorShapes(lines: Seq[String]): Seq[VectorShape]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any