Package org.scilab.forge.jlatexmath
Class GraphicsAtom
- java.lang.Object
-
- org.scilab.forge.jlatexmath.Atom
-
- org.scilab.forge.jlatexmath.GraphicsAtom
-
- All Implemented Interfaces:
java.lang.Cloneable
public class GraphicsAtom extends Atom
An atom representing an atom containing a graphic.
-
-
Field Summary
-
Fields inherited from class org.scilab.forge.jlatexmath.Atom
alignment, type, type_limits
-
-
Constructor Summary
Constructors Constructor Description GraphicsAtom(java.lang.String path, java.lang.String option)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildAtom(java.lang.String option)BoxcreateBox(TeXEnvironment env)Convert this atom into aBox, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...voiddraw()-
Methods inherited from class org.scilab.forge.jlatexmath.Atom
clone, getLeftType, getRightType
-
-
-
-
Method Detail
-
buildAtom
protected void buildAtom(java.lang.String option)
-
draw
public void draw()
-
createBox
public Box createBox(TeXEnvironment env)
Description copied from class:AtomConvert this atom into aBox, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...
-
-