Uses of Class
org.scilab.forge.jlatexmath.Box

Uses of Box in org.scilab.forge.jlatexmath
 

Subclasses of Box in org.scilab.forge.jlatexmath
 class CharBox
          A box representing a single character.
 class GlueBox
          A box representing glue.
 class HorizontalBox
          A box composed of a horizontal row of child boxes.
 class HorizontalRule
          A box representing a horizontal line.
 class OverBar
          A box representing another box with a horizontal rule above it, with appropriate kerning.
 class OverUnderBox
          A box representing another box with a delimiter box and a script box above or under it, with script and delimiter seperated by a kern.
 class ReflectBox
          A box representing a rotated box.
 class RotateBox
          A box representing a rotated box.
 class ScaleBox
          A box representing a scaled box.
 class StrutBox
          A box representing whitespace.
 

Fields in org.scilab.forge.jlatexmath declared as Box
 Box MiddleAtom.box
           
 

Fields in org.scilab.forge.jlatexmath with type parameters of type Box
protected  java.util.LinkedList<Box> Box.children
          List of child boxes
 

Methods in org.scilab.forge.jlatexmath that return Box
static Box XLeftRightArrowFactory.create(boolean left, TeXEnvironment env, float width)
           
static Box DelimiterFactory.create(java.lang.String symbol, TeXEnvironment env, float minHeight)
           
static Box DelimiterFactory.create(SymbolAtom symbol, TeXEnvironment env, int size)
           
static Box XLeftRightArrowFactory.create(TeXEnvironment env, float width)
           
 Box RowAtom.createBox(TeXEnvironment env)
           
 Box BigOperatorAtom.createBox(TeXEnvironment env)
           
 Box BoldAtom.createBox(TeXEnvironment env)
           
 Box OverlinedAtom.createBox(TeXEnvironment env)
           
 Box TypedAtom.createBox(TeXEnvironment env)
           
 Box SymbolAtom.createBox(TeXEnvironment env)
           
 Box FencedAtom.createBox(TeXEnvironment env)
           
 Box UnderOverArrowAtom.createBox(TeXEnvironment env)
           
 Box CedillaAtom.createBox(TeXEnvironment env)
           
 Box AccentedAtom.createBox(TeXEnvironment env)
           
 Box FractionAtom.createBox(TeXEnvironment env)
           
 Box Dummy.createBox(TeXEnvironment rs)
           
 Box NthRoot.createBox(TeXEnvironment env)
           
 Box XArrowAtom.createBox(TeXEnvironment env)
           
 Box FixedCharAtom.createBox(TeXEnvironment env)
           
 Box CharAtom.createBox(TeXEnvironment env)
           
 Box MatrixAtom.createBox(TeXEnvironment env)
           
 Box ReflectAtom.createBox(TeXEnvironment env)
           
 Box BigDelimiterAtom.createBox(TeXEnvironment env)
           
 Box RotateAtom.createBox(TeXEnvironment env)
           
 Box DdotsAtom.createBox(TeXEnvironment env)
           
 Box VdotsAtom.createBox(TeXEnvironment env)
           
 Box ScaleAtom.createBox(TeXEnvironment env)
           
 Box SmashedAtom.createBox(TeXEnvironment env)
           
 Box ColorAtom.createBox(TeXEnvironment env)
           
 Box OverUnderDelimiter.createBox(TeXEnvironment env)
           
 Box FBoxAtom.createBox(TeXEnvironment env)
           
 Box VCenteredAtom.createBox(TeXEnvironment env)
           
 Box MiddleAtom.createBox(TeXEnvironment env)
           
 Box FColorBoxAtom.createBox(TeXEnvironment env)
           
 Box UnderOverAtom.createBox(TeXEnvironment env)
           
 Box PhantomAtom.createBox(TeXEnvironment env)
           
 Box SpaceAtom.createBox(TeXEnvironment env)
           
 Box VRowAtom.createBox(TeXEnvironment env)
           
 Box LaTeXAtom.createBox(TeXEnvironment env)
           
 Box ScriptsAtom.createBox(TeXEnvironment env)
           
 Box StyleAtom.createBox(TeXEnvironment env)
           
abstract  Box Atom.createBox(TeXEnvironment env)
          Convert this atom into a Box, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...
static Box Glue.get(int lType, int rType, TeXEnvironment env)
          Creates a box representing the glue type according to the "glue rules" based on the atom types between which the glue must be inserted.
 

Methods in org.scilab.forge.jlatexmath with parameters of type Box
 void Box.add(Box b)
          Inserts the given box at the end of the list of child boxes.
 void HorizontalBox.add(Box b)
           
 void Box.add(int pos, Box b)
          Inserts the given box at the given position in the list of child boxes.
 void HorizontalBox.add(int pos, Box b)
           
 

Constructors in org.scilab.forge.jlatexmath with parameters of type Box
HorizontalBox(Box b)
           
HorizontalBox(Box b, float w, int alignment)
           
OverBar(Box b, float kern, float thickness)
           
OverUnderBox(Box b, Box d, Box script, float kern, boolean over)
          the parameter boxes must have an equal width!!
ReflectBox(Box b)
           
RotateBox(Box b, double angle)
           
ScaleBox(Box b, double xscl, double yscl)
           
TeXIcon(Box b, float size)
          Creates a new icon that will paint the given formula box in the given point size.