Class SyntaxGraph.SizeInfo

java.lang.Object
eu.bandm.tools.d2d2.base.SyntaxGraph.SizeInfo
Enclosing class:
SyntaxGraph

public static class SyntaxGraph.SizeInfo extends Object
Represents the result of a layout sub-process as a TeX-like box model with three length values. These values are used by combinators for calculating the shift values.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final int
     
    (package private) final int
     
    (package private) final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SizeInfo(int above, int below, int width)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • above

      final int above
    • below

      final int below
    • width

      final int width
  • Constructor Details

    • SizeInfo

      SizeInfo(int above, int below, int width)
  • Method Details

    • totalH

      int totalH()