Uses of Class
com.pd4ml.CustomTag
-
Packages that use CustomTag Package Description com.pd4ml com.pd4ml.plugins -
-
Uses of CustomTag in com.pd4ml
Methods in com.pd4ml that return CustomTag Modifier and Type Method Description CustomTagCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)Methods in com.pd4ml with parameters of type CustomTag Modifier and Type Method Description voidPD4ML. addCustomTagHandler(java.lang.String customTagName, CustomTag implementation)adds a proprietary HTML tag implementationConstructors in com.pd4ml with parameters of type CustomTag Constructor Description CustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime) -
Uses of CustomTag in com.pd4ml.plugins
Subclasses of CustomTag in com.pd4ml.plugins Modifier and Type Class Description classBatikSvgCustomTagclassMathMLCustomTagclassORCodeCustomTagclassPD4MLSvgCustomTagMethods in com.pd4ml.plugins that return CustomTag Modifier and Type Method Description CustomTagBatikSvgCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)CustomTagMathMLCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)CustomTagORCodeCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)CustomTagPD4MLSvgCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)Constructors in com.pd4ml.plugins with parameters of type CustomTag Constructor Description BatikSvgCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)MathMLCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)ORCodeCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)PD4MLSvgCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)
-