X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=docs%2Fclasses%2Flibclo_breakLines.BreakLineAlgorithm.html;fp=docs%2Fclasses%2Flibclo_breakLines.BreakLineAlgorithm.html;h=0000000000000000000000000000000000000000;hb=f33568e79c6b4454dc378c61e5f4f4c860390481;hp=1cdea8f4046e6327ba69d0d7224f7e9b7f6e789b;hpb=9548c51651d010ec8fd8fbf0213a2d7c60e051ce;p=clo diff --git a/docs/classes/libclo_breakLines.BreakLineAlgorithm.html b/docs/classes/libclo_breakLines.BreakLineAlgorithm.html deleted file mode 100644 index 1cdea8f..0000000 --- a/docs/classes/libclo_breakLines.BreakLineAlgorithm.html +++ /dev/null @@ -1,293 +0,0 @@ -BreakLineAlgorithm | clo
-
- -
-
-
-
- -

Class BreakLineAlgorithm

-
-

Algorithms in LATEX-like language

-
-
-
-

Hierarchy

-
    -
  • BreakLineAlgorithm
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
lineCostStorage: number[][]
-
- -
prevNodes: number[]
-
- -
totalCostAuxStorage: number[]
-
-

Methods

-
- -
    - -
  • -

    genrate the list of point of breaking line. it returns a correct list ascending

    -
    -

    Returns number[]

    -
-
- -
-
- -
    - -
  • -

    check if a boeitem is BreakPoint Type

    -
    -
    -

    Parameters

    -
      -
    • -
      item: any
    -

    Returns item is HGlue

    -
-
- -
    - -
  • -

    check the line cost of a line containing items[i..j]

    -
    -
    -

    Parameters

    -
      -
    • -
      items: BoxesItem[]
      -

      items of box

      -
      -
    • -
    • -
      i: number
      -

      beginning (excluded)

      -
      -
    • -
    • -
      j: number
      -

      end of the line

      -
      -
    • -
    • -
      lineWidth: number
      -

      line width

      -
      -
    -

    Returns number

    -
-
- -
    - -
  • -

    measuring new-line triggered advance width

    -
    -
    -

    Parameters

    -
    -

    Returns number

    -
-
- -
-
- -
-
- -
    - -
  • -

    check all the total cost of paragraphes of the segnemt

    -
    -
    -

    Parameters

    -
    -

    Returns number

    -
-
- -
    - -
  • -

    check the total cost item[0..j].

    -
    -
    -

    Parameters

    -
      -
    • -
      items: BoxesItem[]
      -
    • -
    • -
      j: number
    • -
    • -
      lineWidth: number
      -
    -

    Returns number

    -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file