public class ORCodeCustomTag extends CustomTag
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SIZE |
static boolean |
disable |
Constructor and Description |
---|
ORCodeCustomTag() |
ORCodeCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight(int base) |
CustomTag |
getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
int |
getWidth(int base) |
boolean |
isEmptyTag() |
void |
paint(float xx,
float yy,
Graphics2D g) |
getInnerCode, paint, setElement, setHeight, setInnerCode, setWidth
public static final int DEFAULT_SIZE
public static boolean disable
public ORCodeCustomTag() throws UnsatisfiedLinkError
UnsatisfiedLinkError
public ORCodeCustomTag(String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime) throws UnsatisfiedLinkError
UnsatisfiedLinkError
public CustomTag getInstance(String code, com.pd4ml.fonts.FontCache fontCache) throws UnsatisfiedLinkError
getInstance
in class CustomTag
UnsatisfiedLinkError
public boolean isEmptyTag()
isEmptyTag
in class CustomTag
public void paint(float xx, float yy, Graphics2D g)
Revision 4.0.15 / 20220727-0149