org.scilab.forge.jlatexmath
Class XLeftRightArrowFactory

java.lang.Object
  extended by org.scilab.forge.jlatexmath.XLeftRightArrowFactory

public class XLeftRightArrowFactory
extends java.lang.Object

Responsible for creating a box containing a delimiter symbol that exists in different sizes.


Constructor Summary
XLeftRightArrowFactory()
           
 
Method Summary
static Box create(boolean left, TeXEnvironment env, float width)
           
static Box create(TeXEnvironment env, float width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLeftRightArrowFactory

public XLeftRightArrowFactory()
Method Detail

create

public static Box create(boolean left,
                         TeXEnvironment env,
                         float width)

create

public static Box create(TeXEnvironment env,
                         float width)