org.apache.batik.apps.svgbrowser
public static class NodeTemplates.NodeTemplateDescriptor extends Object
Constructor Summary | |
---|---|
NodeTemplateDescriptor(String name, String xmlValue, short type, String category, String description)
Constructor. |
Method Summary | |
---|---|
String | getCategory() |
String | getDescription() |
String | getName() |
short | getType() |
String | getXmlValue() |
void | setCategory(String category) |
void | setDescription(String description) |
void | setName(String name) |
void | setType(short type) |
void | setXmlValue(String xmlValue) |