Class LineBreak

java.lang.Object
org.loboevolution.html.renderer.LineBreak

public class LineBreak extends Object

LineBreak class.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant BOTH=3
    static final int
    Constant LEFT=1
    static final int
    Constant NONE=0
    static final int
    Constant RIGHT=2
  • Constructor Summary

    Constructors
    Constructor
    Description
    LineBreak(int breakType, ModelNode newLineNode)
    Constructor for LineBreak.
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getBreakType(String clearAttr)
    Getter for the field breakType.

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • LineBreak

      public LineBreak(int breakType, ModelNode newLineNode)

      Constructor for LineBreak.

      Parameters:
      breakType - a Integer object.
      newLineNode - a ModelNode object.
  • Method Details

    • getBreakType

      public static int getBreakType(String clearAttr)

      Getter for the field breakType.

      Parameters:
      clearAttr - a String object.
      Returns:
      a Integer object.