public class XmlParam
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
XmlParam.ArcLayer |
static class |
XmlParam.ArcPin |
static class |
XmlParam.ArcProto |
static class |
XmlParam.DisplayStyle |
static class |
XmlParam.Distance |
static interface |
XmlParam.DistanceContext |
static class |
XmlParam.DistanceRule |
static class |
XmlParam.Foundry |
static class |
XmlParam.Layer |
static class |
XmlParam.LayerDisplayStyle |
static class |
XmlParam.MenuCell |
static class |
XmlParam.MenuNodeInst |
static class |
XmlParam.MenuPalette |
static class |
XmlParam.NodeLayer |
static class |
XmlParam.NodeSizeRule |
static class |
XmlParam.PrimitiveNode |
static class |
XmlParam.PrimitivePort |
static class |
XmlParam.PureLayerNode |
static class |
XmlParam.RuleSet |
static class |
XmlParam.SpiceHeader |
static class |
XmlParam.Technology |
Modifier and Type | Field and Description |
---|---|
static XmlParam.DistanceContext |
EMPTY_CONTEXT |
Modifier and Type | Method and Description |
---|---|
static XmlParam.MenuPalette |
parseComponentMenuXMLTechEdit(java.lang.String xml,
java.util.List<XmlParam.PrimitiveNode> nodes,
java.util.List<XmlParam.ArcProto> arcs)
Method to parse a string of XML that describes the component menu in a Technology Editing context.
|
static XmlParam.Technology |
parseTechnology(java.net.URL fileURL) |
public static XmlParam.DistanceContext EMPTY_CONTEXT
public static XmlParam.Technology parseTechnology(java.net.URL fileURL)
public static XmlParam.MenuPalette parseComponentMenuXMLTechEdit(java.lang.String xml, java.util.List<XmlParam.PrimitiveNode> nodes, java.util.List<XmlParam.ArcProto> arcs)
xml
- the XML stringnodes
- the PrimitiveNode objects describing nodes in the technology.arcs
- the ArcProto objects describing arcs in the technology.