public class BatikSvgCustomTag extends CustomTag
Modifier and Type | Field and Description |
---|---|
static boolean |
disable |
org.apache.batik.gvt.GraphicsNode |
doc |
Constructor and Description |
---|
BatikSvgCustomTag() |
BatikSvgCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight(int base) |
String |
getInnerCode() |
CustomTag |
getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
int |
getWidth(int base) |
boolean |
isEmptyTag() |
void |
paint(float x,
float y,
float width,
float height,
float containerWidth,
float containerHeight,
Graphics2D g) |
org.apache.batik.gvt.GraphicsNode |
parse(String uri,
String svg) |
paint, setElement, setHeight, setInnerCode, setWidth
public BatikSvgCustomTag() 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 String getInnerCode()
getInnerCode
in class CustomTag
public void paint(float x, float y, float width, float height, float containerWidth, float containerHeight, Graphics2D g)
public org.apache.batik.gvt.GraphicsNode parse(String uri, String svg) throws IOException
IOException
Revision 4.0.5 / 20190716-0454