Packages

o

util.wrapper

WordWrap

object WordWrap

Created by marian on 11/05/17.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WordWrap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CharF (char: Char, font: RFont) extends Product with Serializable
  2. type Path[Key] = (Double, List[Key])
  3. case class RTextPos (x: Float, textLength: Float, rtext: RText) extends Product with Serializable
  4. case class Word (charList: List[CharF]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def calculate[Key](lookup: Map[Key, List[(Double, Key)]], fringe: List[Path[Key]], dest: Key, visited: Set[Key]): Path[Key]
    Annotations
    @tailrec()
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getCharSize(char: CharF): Float
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def getWordSize(word: Word): Float
  13. implicit val glypList: GlyphDef
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def lineToRTextPos(line: List[Word]): List[RTextPos]
  17. def main(x: Array[String]): Unit
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def splitAtMax(item: Word, max: Float): (Word, Word)
  22. def splitWord(word: Word, max: Float, accum: ListBuffer[Word]): Unit
    Annotations
    @tailrec()
  23. def stringToWord(ll: List[CharF], accum: ListBuffer[Word]): Unit
    Annotations
    @tailrec()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def wordToRTextPos(offset: Float, word: Word, accum: ListBuffer[RTextPos]): Unit
    Annotations
    @tailrec()
  30. def wordWrap(input: List[RText], max: Float)(implicit wordSeparators: List[Char]): List[List[RTextPos]]

Inherited from AnyRef

Inherited from Any

Ungrouped