public interface TexSupportInterface
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getImage()
Returns the TeX as an image.
|
java.lang.Object |
getLabel()
Returns the TeX as a label.
|
boolean |
isTeXSupported()
Returns true if this object supports TeX
|
boolean isTeXSupported()
java.lang.Object getImage()
java.awt.image.BufferedImage
.java.lang.Object getLabel()
javax.swing.JLabel
.