public class MathMLCustomTag extends CustomTag
Modifier and Type | Field and Description |
---|---|
static boolean |
disable |
Constructor and Description |
---|
MathMLCustomTag() |
MathMLCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight(int base) |
CustomTag |
getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
String |
getLang() |
String |
getTitle(com.pd4ml.html.doc.render.to.Context context) |
int |
getWidth(int base) |
boolean |
isEmptyTag() |
boolean |
isTaggedOutput(com.pd4ml.html.doc.render.to.Context context) |
void |
paint(float x,
float y,
float width,
float height,
float containerWidth,
float containerHeight,
Graphics2D g) |
getInnerCode, paint, setElement, setHeight, setInnerCode, setWidth
public MathMLCustomTag() throws UnsatisfiedLinkError
UnsatisfiedLinkError
public CustomTag getInstance(String code, com.pd4ml.fonts.FontCache fontCache) throws UnsatisfiedLinkError
getInstance
in class CustomTag
UnsatisfiedLinkError
public boolean isEmptyTag()
isEmptyTag
in class CustomTag
public void paint(float x, float y, float width, float height, float containerWidth, float containerHeight, Graphics2D g)
public boolean isTaggedOutput(com.pd4ml.html.doc.render.to.Context context)
public String getTitle(com.pd4ml.html.doc.render.to.Context context)
public String getLang()
Revision 4.0.3 / 20190331-0454