java2dx by
jTEM

de.jtem.java2dx.modelling
Class LatexIcon

java.lang.Object
  extended by de.jtem.java2dx.modelling.LatexIcon
All Implemented Interfaces:
Serializable

public class LatexIcon
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LatexIcon()
          Creates a LatexIcon with an empty text string and an icon that is null.
LatexIcon(LatexIcon f)
           
LatexIcon(String latexSource, int fontSize)
          Creates a LatexIcon
 
Method Summary
 int getFontSize()
           
 Icon getIcon()
           
 BufferedImage getImage()
           
 String getLatexSource()
           
 String getLog()
           
 void setFontSize(int fontSize)
           
 void setLatexSource(String f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatexIcon

public LatexIcon()
Creates a LatexIcon with an empty text string and an icon that is null. This constructor does not call latex or dvipng.


LatexIcon

public LatexIcon(LatexIcon f)

LatexIcon

public LatexIcon(String latexSource,
                 int fontSize)
Creates a LatexIcon

Parameters:
formula -
dpi -
Method Detail

getFontSize

public int getFontSize()

getIcon

public Icon getIcon()

getImage

public BufferedImage getImage()

getLatexSource

public String getLatexSource()

getLog

public String getLog()

setFontSize

public void setFontSize(int fontSize)

setLatexSource

public void setLatexSource(String f)

java2dx by
jTEM

jTEM