class DiagramParser extends UnicodeEdgeParser with DiagramImplementation with BoxParser with AsciiEdgeParser with LabelParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiagramParser
- LabelParser
- AsciiEdgeParser
- BoxParser
- DiagramImplementation
- UnicodeEdgeParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DiagramParser(s: String)
Type Members
-
class
BoxImpl extends DiagramParser.ContainerImpl with Box
- Attributes
- protected
- Definition Classes
- DiagramImplementation
-
abstract
class
ContainerImpl extends DiagramParser.RegionToString
- Attributes
- protected
- Definition Classes
- DiagramImplementation
-
class
DiagramImpl extends DiagramParser.ContainerImpl with Diagram
- Attributes
- protected
- Definition Classes
- DiagramImplementation
-
class
EdgeImpl extends Edge
- Attributes
- protected
- Definition Classes
- DiagramImplementation
-
case class
Label(start: Point, end: Point) extends Product with Serializable
- Attributes
- protected
- Definition Classes
- DiagramImplementation
-
trait
RegionToString extends AnyRef
- Attributes
- protected
- Definition Classes
- DiagramImplementation
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
allEdgePoints: Set[Point]
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
charAt(point: Point): Char
- Attributes
- protected
-
def
charAtOpt(point: Point): Option[Char]
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
val
diagram: DiagramImpl
- Attributes
- protected
-
val
diagramRegion: Region
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
findAllBoxes: List[BoxImpl]
- Attributes
- protected
- Definition Classes
- BoxParser
-
final
def
followAsciiEdge(points: List[Point], direction: Direction): Option[EdgeImpl]
- Attributes
- protected
- Definition Classes
- AsciiEdgeParser
- Annotations
- @tailrec()
-
final
def
followUnicodeEdge(points: List[Point], direction: Direction): Option[EdgeImpl]
- points
-- non-empty list of points in the edge so far, in reverse order
- direction
-- direction taken to reach the tip of the edge
- returns
Some(edge) if the edge is well-formed and terminates at a box, otherwise None.
- Attributes
- protected
- Definition Classes
- UnicodeEdgeParser
- Annotations
- @tailrec()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDiagram: Diagram
-
def
getLabel(edge: EdgeImpl): Option[Label]
- Attributes
- protected
- Definition Classes
- LabelParser
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
inDiagram(p: Point): Boolean
- Attributes
- protected
-
def
isBoxEdge(point: Point): Boolean
- Attributes
- protected
-
def
isEdgeStart(c: Char, direction: Direction): Boolean
- Attributes
- protected
- Definition Classes
- UnicodeEdgeParser
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
numberOfColumns: Int
- Attributes
- protected
-
val
numberOfRows: Int
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )