org.scilab.forge.jlatexmath
Class HorizontalBox
- java.lang.Object
-
- org.scilab.forge.jlatexmath.Box
-
- org.scilab.forge.jlatexmath.HorizontalBox
-
public class HorizontalBox extends Box
A box composed of a horizontal row of child boxes.
-
-
Constructor Summary
Constructors Constructor and Description HorizontalBox()HorizontalBox(Box b)HorizontalBox(Box b, float w, int alignment)HorizontalBox(java.awt.Color fg, java.awt.Color bg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(Box b)Inserts the given box at the end of the list of child boxes.voidadd(int pos, Box b)Inserts the given box at the given position in the list of child boxes.voidaddBreakPosition(int pos)HorizontalBoxcloneBox()voiddraw(java.awt.Graphics2D g2, float x, float y)Paints this box at the given coordinates using the given graphics context.intgetLastFontId()Get the id of the font that will be used the last when this box will be painted.
-
-
-
Constructor Detail
-
HorizontalBox
public HorizontalBox(Box b, float w, int alignment)
-
HorizontalBox
public HorizontalBox(Box b)
-
HorizontalBox
public HorizontalBox()
-
HorizontalBox
public HorizontalBox(java.awt.Color fg, java.awt.Color bg)
-
-
Method Detail
-
cloneBox
public HorizontalBox cloneBox()
-
draw
public void draw(java.awt.Graphics2D g2, float x, float y)Description copied from class:BoxPaints this box at the given coordinates using the given graphics context.
-
add
public final void add(Box b)
Description copied from class:BoxInserts the given box at the end of the list of child boxes.
-
add
public final void add(int pos, Box b)Description copied from class:BoxInserts the given box at the given position in the list of child boxes.
-
getLastFontId
public int getLastFontId()
Description copied from class:BoxGet the id of the font that will be used the last when this box will be painted.- Specified by:
getLastFontIdin classBox- Returns:
- the id of the last font that will be used.
-
addBreakPosition
public void addBreakPosition(int pos)
-
-
DMelt 3.0 © DataMelt by jWork.ORG