Package org.apache.batik.apps.svgbrowser
Class NodeTemplates.NodeTemplateDescriptor
java.lang.Object
org.apache.batik.apps.svgbrowser.NodeTemplates.NodeTemplateDescriptor
- Enclosing class:
NodeTemplates
Wrapper for a node template. Provides the information on the node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNodeTemplateDescriptor
(String name, String xmlValue, short type, String category, String description) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
short
getType()
void
setCategory
(String category) void
setDescription
(String description) void
void
setType
(short type) void
setXmlValue
(String xmlValue)
-
Field Details
-
name
Node name. -
xmlValue
Node xml representation. -
type
private short typeNode type. -
category
Node category. -
description
Short node description.
-
-
Constructor Details
-
Method Details
-
getCategory
-
setCategory
-
getDescription
-
setDescription
-
getName
-
setName
-
getType
public short getType() -
setType
public void setType(short type) -
getXmlValue
-
setXmlValue
-