|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Box | |
---|---|
org.scilab.forge.jlatexmath | |
org.scilab.forge.jlatexmath.dynamic |
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 |
FramedBox
A box representing a rotated box. |
class |
GeoGebraLogoBox
A box representing a box containing a graphics. |
class |
GlueBox
A box representing glue. |
class |
GraphicsBox
A box representing a box containing a graphics. |
class |
HorizontalBox
A box composed of a horizontal row of child boxes. |
class |
HorizontalRule
A box representing a horizontal line. |
class |
JavaFontRenderingBox
A box representing a scaled box. |
class |
OvalBox
A box representing a rotated box. |
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 |
ShadowBox
A box representing a rotated box. |
class |
StrutBox
A box representing whitespace. |
Fields in org.scilab.forge.jlatexmath declared as Box | |
---|---|
protected Box |
FramedBox.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 with parameters of type Box | |
---|---|
void |
HorizontalBox.add(Box b)
|
void |
Box.add(Box b)
Inserts the given box at the end of the list of child boxes. |
void |
HorizontalBox.add(int pos,
Box b)
|
void |
Box.add(int pos,
Box b)
Inserts the given box at the given position in the list of child boxes. |
Constructors in org.scilab.forge.jlatexmath with parameters of type Box | |
---|---|
FramedBox(Box box,
float thickness,
float space)
|
|
FramedBox(Box box,
float thickness,
float space,
java.awt.Color line,
java.awt.Color bg)
|
|
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,
float x,
float y)
|
|
RotateBox(Box b,
double angle,
int option)
|
|
RotateBox(Box b,
double angle,
java.awt.geom.Point2D.Float origin)
|
|
ScaleBox(Box b,
double xscl,
double yscl)
|
|
ScaleBox(Box b,
float factor)
|
|
TeXIcon(Box b,
float size)
Creates a new icon that will paint the given formula box in the given point size. |
|
TeXIcon(Box b,
float size,
boolean trueValues)
|
Uses of Box in org.scilab.forge.jlatexmath.dynamic |
---|
Methods in org.scilab.forge.jlatexmath.dynamic that return Box | |
---|---|
Box |
DynamicAtom.createBox(TeXEnvironment env)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |