|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.technology.xml.XmlParam
public class XmlParam
Nested Class Summary | |
---|---|
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
|
Field Summary | |
---|---|
static XmlParam.DistanceContext |
EMPTY_CONTEXT
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static XmlParam.DistanceContext EMPTY_CONTEXT
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |