|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ohrasys.cad.gds.GDSRecordFactory
public class GDSRecordFactory
Create a specific GDSII record based on the record type of the GDSRecord argument.
| Constructor Summary | |
|---|---|
GDSRecordFactory()
|
|
| Method Summary | |
|---|---|
static GDSRecord |
expandRecord(GDSRecord rec)
Expands an unidentified GDSRecord to a specifc type of GDSII record based on the record type. |
java.lang.String |
toString()
Returns a string representation of this class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GDSRecordFactory()
| Method Detail |
|---|
public static GDSRecord expandRecord(GDSRecord rec)
throws GDSRecordException
rec - The record to expand.
GDSRecordException - If the record is not a valid GDSII record.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||