Package com.pd4ml.plugins
Class ORCodeCustomTag
- java.lang.Object
-
- com.pd4ml.util.Base
-
- com.pd4ml.CustomTag
-
- com.pd4ml.plugins.ORCodeCustomTag
-
public class ORCodeCustomTag extends CustomTag
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_SIZEstatic booleandisable
-
Constructor Summary
Constructors Constructor Description ORCodeCustomTag()ORCodeCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight(int base)CustomTaggetInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)intgetWidth(int base)booleanisEmptyTag()voidpaint(float xx, float yy, java.awt.Graphics2D g)-
Methods inherited from class com.pd4ml.CustomTag
getInnerCode, paint, setElement, setHeight, setInnerCode, setWidth
-
-
-
-
Field Detail
-
DEFAULT_SIZE
public static final int DEFAULT_SIZE
- See Also:
- Constant Field Values
-
disable
public static boolean disable
-
-
Constructor Detail
-
ORCodeCustomTag
public ORCodeCustomTag() throws java.lang.UnsatisfiedLinkError- Throws:
java.lang.UnsatisfiedLinkError
-
ORCodeCustomTag
public ORCodeCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime) throws java.lang.UnsatisfiedLinkError- Throws:
java.lang.UnsatisfiedLinkError
-
-
Method Detail
-
getInstance
public CustomTag getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache) throws java.lang.UnsatisfiedLinkError
- Overrides:
getInstancein classCustomTag- Throws:
java.lang.UnsatisfiedLinkError
-
isEmptyTag
public boolean isEmptyTag()
- Overrides:
isEmptyTagin classCustomTag
-
-