Package org.lobobrowser.html.renderer
Class LineBreak
- java.lang.Object
-
- org.lobobrowser.html.renderer.LineBreak
-
public class LineBreak extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBreakType()
static int
getBreakType(java.lang.String clearAttr)
ModelNode
getModelNode()
-
-
-
Field Detail
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LineBreak
public LineBreak(int breakType, ModelNode newLineNode)
-
-
Method Detail
-
getBreakType
public int getBreakType()
-
getModelNode
public ModelNode getModelNode()
-
getBreakType
public static int getBreakType(java.lang.String clearAttr)
-
-