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 int
DEFAULT_SIZE
static boolean
disable
-
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 int
getHeight(int base)
CustomTag
getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)
int
getWidth(int base)
boolean
isEmptyTag()
void
paint(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:
getInstance
in classCustomTag
- Throws:
java.lang.UnsatisfiedLinkError
-
isEmptyTag
public boolean isEmptyTag()
- Overrides:
isEmptyTag
in classCustomTag
-
-