Package | Description |
---|---|
com.pd4ml | |
com.pd4ml.plugins |
Modifier and Type | Method and Description |
---|---|
CustomTag |
CustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
Modifier and Type | Method and Description |
---|---|
void |
PD4ML.addCustomTagHandler(String customTagName,
CustomTag implementation)
adds a proprietary HTML tag implementation
|
Constructor and Description |
---|
CustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
Modifier and Type | Class and Description |
---|---|
class |
BatikSvgCustomTag |
class |
MathMLCustomTag |
class |
PD4MLSvgCustomTag |
Modifier and Type | Method and Description |
---|---|
CustomTag |
MathMLCustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
CustomTag |
BatikSvgCustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
CustomTag |
PD4MLSvgCustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
Constructor and Description |
---|
BatikSvgCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
MathMLCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
PD4MLSvgCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
Revision 4.0.3 / 20190425-0910