Class NonDiscardableElement

java.lang.Object
com.teamten.typeset.element.Element
com.teamten.typeset.element.NonDiscardableElement
All Implemented Interfaces:
Dimensions
Direct Known Subclasses:
Bookmark, Box, Discretionary

public abstract class NonDiscardableElement extends Element
The subset of Elements that are not discarded at the beginning of a new line. Also we can only break at glue that immediately follows a non-discardable element.
  • Constructor Details

    • NonDiscardableElement

      public NonDiscardableElement()