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(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(String code, com.pd4ml.fonts.FontCache fontCache)intgetWidth(int base)booleanisEmptyTag()voidpaint(float xx, float yy, 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 UnsatisfiedLinkError- Throws:
UnsatisfiedLinkError
-
ORCodeCustomTag
public ORCodeCustomTag(String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime) throws UnsatisfiedLinkError
- Throws:
UnsatisfiedLinkError
-
-
Method Detail
-
getInstance
public CustomTag getInstance(String code, com.pd4ml.fonts.FontCache fontCache) throws UnsatisfiedLinkError
- Overrides:
getInstancein classCustomTag- Throws:
UnsatisfiedLinkError
-
isEmptyTag
public boolean isEmptyTag()
- Overrides:
isEmptyTagin classCustomTag
-
paint
public void paint(float xx, float yy, Graphics2D g)
-
-