|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GDSRecordException | |
|---|---|
| com.ohrasys.cad.gds | Provides a set of objects that can be used to import, create and export GDSII database records. |
| Uses of GDSRecordException in com.ohrasys.cad.gds |
|---|
| Methods in com.ohrasys.cad.gds that throw GDSRecordException | |
|---|---|
static GDSRecord |
GDSRecordFactory.expandRecord(GDSRecord rec)
Expands an unidentified GDSRecord to a specifc type of GDSII record based on the record type. |
GDSRecord |
GDSInputStream.readRecord()
Reads a GDS record from the stream. |
void |
GDSAttrtableRecord.setAttrtable(java.lang.String attrtable)
Sets the attribute filename. |
void |
GDSBoxtypeRecord.setBoxtype(short boxtype)
Sets the boxtype. |
void |
GDSDatatypeRecord.setDatatype(short datatype)
Sets the datatype. |
void |
GDSPresentationRecord.setFont(int font)
Sets the font. |
void |
GDSFontsRecord.setFonts(java.lang.String[] fonts)
Sets the font mapping filenames. |
void |
GDSFormatRecord.setFormat(short format)
Sets the library format. |
void |
GDSGenerationsRecord.setGenerations(short generations)
Returns the number of copies of deleted or back up data structures to retain. |
void |
GDSPresentationRecord.setHJustification(int hJustification)
Sets the horizontal justification. |
void |
GDSLayerRecord.setLayer(short layer)
Sets the layer. |
void |
GDSLibdirsizeRecord.setLibdirsize(short libdirsize)
Sets the number of pages required by the library. |
void |
GDSLibnameRecord.setLibname(java.lang.String libname)
Sets the library name. |
void |
GDSLibsecurRecord.setLibsecur(GDSAccessControl[] libsecur)
Sets the access control list for the library. |
void |
GDSMaskRecord.setMask(java.lang.String mask)
Sets the mask descriptor. |
void |
GDSNodetypeRecord.setNodetype(short nodetype)
Sets the node type. |
void |
GDSColrowRecord.setNumcol(short ncol)
Sets the number of columns. |
void |
GDSColrowRecord.setNumrow(short nrow)
Sets the number of rows. |
void |
GDSPathtypeRecord.setPathtype(short pathtype)
Sets the path type. |
void |
GDSPlexRecord.setPlex(int plex)
Sets the plex. |
void |
GDSPropattrRecord.setPropattr(short propattr)
Sets the property attribute. |
void |
GDSPropvalueRecord.setPropvalue(java.lang.String propvalue)
Sets the property value. |
void |
GDSReflibsRecord.setReflibs(java.lang.String[] reflibs)
Sets the refernce libraries attached to the database. |
void |
GDSSnameRecord.setSname(java.lang.String sname)
Sets the structure name. |
void |
GDSSrfnameRecord.setSrfname(java.lang.String srfname)
Sets the spacing rules file name. |
void |
GDSStringRecord.setString(java.lang.String string)
Sets the string. |
void |
GDSStrnameRecord.setStrname(java.lang.String strname)
Sets the structure name. |
void |
GDSTapecodeRecord.setTapecode(short[] code)
Sets the tapecode. |
void |
GDSTapenumRecord.setTapenum(short tapenum)
Sets the tape number. |
void |
GDSTexttypeRecord.setTexttype(short texttype)
Sets the text type. |
void |
GDSPresentationRecord.setVJustification(int vJustification)
Sets the vertical justification. |
void |
GDSXyRecord.setXy(java.awt.Point[] xy)
Sets the coordinate list. |
protected void |
GDSRecord.validateBitarrayRec(byte rectype,
short validbits)
Ensures a record is well formed, of the expected record type, of bit array datatype and that no reserved fields are being utilized. |
protected void |
GDSRecord.validateDoubleRec(byte rectype)
Ensures a record is well formed, of the expected record type and of double datatype |
protected void |
GDSRecord.validateDoubleRec(byte rectype,
int len)
Ensures a record is well formed, of the expected record type, of double datatype and contains len number of data bytes |
protected void |
GDSRecord.validateDoubleRec(byte rectype,
int maxlen,
int minlen)
Ensures a record is well formed, of the expected record type, of double datatype and contains between min and max number of data bytes |
protected void |
GDSRecord.validateFloatRec(byte rectype)
Ensures a record is well formed, of the expected record type and of float datatype |
protected void |
GDSRecord.validateFloatRec(byte rectype,
int len)
Ensures a record is well formed, of the expected record type, of float datatype and contains len number of data bytes |
protected void |
GDSRecord.validateFloatRec(byte rectype,
int maxlen,
int minlen)
Ensures a record is well formed, of the expected record type, of float datatype and contains between min and max number of data bytes |
protected void |
GDSRecord.validateIntRec(byte rectype)
Ensures a record is well formed, of the expected record type and of int datatype |
protected void |
GDSRecord.validateIntRec(byte rectype,
int len)
Ensures a record is well formed, of the expected record type, of int datatype and contains len number of data bytes |
protected void |
GDSRecord.validateIntRec(byte rectype,
int maxlen,
int minlen)
Ensures a record is well formed, of the expected record type, of int datatype and contains between min and max number of data bytes |
protected void |
GDSRecord.validateNodataRec(byte rectype)
Ensures a record is well formed, of the expected record type and of no data type |
protected void |
GDSRecord.validateShortRec(byte rectype)
Ensures a record is well formed, of the expected record type and of short datatype |
protected void |
GDSRecord.validateShortRec(byte rectype,
int len)
Ensures a record is well formed, of the expected record type, of short datatype and contains len number of data bytes |
protected void |
GDSRecord.validateShortRec(byte rectype,
int maxlen,
int minlen)
Ensures a record is well formed, of the expected record type, of short datatype and contains between min and max number of data bytes |
protected void |
GDSRecord.validateStringRec(byte rectype,
int len)
Ensures a record is well formed, of the expected record type, of string datatype and contains len number of data bytes |
protected void |
GDSRecord.validateStringRec(byte rectype,
int maxlen,
int minlen)
Ensures a record is well formed, of the expected record type, of string datatype and contains between min and max number of data bytes |
| Constructors in com.ohrasys.cad.gds that throw GDSRecordException | |
|---|---|
GDSAngleRecord(double angle)
Creates a new GDSAngleRecord object. |
|
GDSAngleRecord(GDSRecord rec)
Creates a new GDSAngleRecord object based on an existing record. |
|
GDSAngleRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSAngleRecord object. |
|
GDSArefRecord()
Creates a new GDSArefRecord object. |
|
GDSArefRecord(GDSRecord rec)
Creates a new GDSArefRecord object from an existing record. |
|
GDSArefRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSArefRecord object. |
|
GDSAttrtableRecord(GDSRecord rec)
Creates a new GDSAttrtableRecord object base on an existing record. |
|
GDSAttrtableRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSAttrtableRecord object. |
|
GDSAttrtableRecord(java.lang.String attrtable)
Creates a new GDSAttrtableRecord object. |
|
GDSBgnextnRecord(GDSRecord rec)
Creates a new GDSBgnextnRecord object based on an existing record. |
|
GDSBgnextnRecord(int bgnextn)
Creates a new GDSBgnextnRecord object. |
|
GDSBgnextnRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSBgnextnRecord object. |
|
GDSBgnlibRecord(java.util.Date mod,
java.util.Date access)
Creates a new GDSBgnlibRecord object. |
|
GDSBgnlibRecord(GDSRecord rec)
Creates a new GDSBgnlibRecord object based on an existing record. |
|
GDSBgnlibRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSBgnlibRecord object. |
|
GDSBgnstrRecord(java.util.Date mod,
java.util.Date access)
Creates a new GDSBgnstrRecord object. |
|
GDSBgnstrRecord(GDSRecord rec)
Creates a new GDSBgnstrRecord object based on an existing record. |
|
GDSBgnstrRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSBgnstrRecord object. |
|
GDSBorderRecord()
Creates a new GDSBorderRecord object. |
|
GDSBorderRecord(GDSRecord rec)
Creates a new GDSBorderRecord object based on an existing record. |
|
GDSBorderRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSBorderRecord object. |
|
GDSBoundaryRecord()
Creates a new GDSBoundaryRecord object. |
|
GDSBoundaryRecord(GDSRecord rec)
Creates a new GDSBoundaryRecord object based on an existing record. |
|
GDSBoundaryRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSBoundaryRecord object. |
|
GDSBoxRecord()
Creates a new GDSBoxRecord object. |
|
GDSBoxRecord(GDSRecord rec)
Creates a new GDSBoxRecord object based on an existing record. |
|
GDSBoxRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSBoxRecord object. |
|
GDSBoxtypeRecord(GDSRecord rec)
Creates a new GDSBoxtypeRecord object based on an existing record. |
|
GDSBoxtypeRecord(short boxtype)
Creates a new GDSBoxtypeRecord object. |
|
GDSBoxtypeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSBoxtypeRecord object. |
|
GDSColrowRecord(GDSRecord rec)
Creates a new GDSColrowRecord object based on an existing record. |
|
GDSColrowRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSColrowRecord object. |
|
GDSColrowRecord(short col,
short row)
Creates a new GDSColrowRecord object. |
|
GDSContactRecord()
Creates a new GDSContactRecord object. |
|
GDSContactRecord(GDSRecord rec)
Creates a new GDSContactRecord object based on an existing record. |
|
GDSContactRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSContactRecord object. |
|
GDSDatatypeRecord(GDSRecord rec)
Creates a new GDSDatatypeRecord object from an existing record. |
|
GDSDatatypeRecord(short datatype)
Creates a new GDSDatatypeRecord object. |
|
GDSDatatypeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSDatatypeRecord object. |
|
GDSElflagsRecord(boolean isTemplate,
boolean isExternal)
Creates a new GDSElflagsRecord object. |
|
GDSElflagsRecord(GDSRecord rec)
Creates a new GDSElflagsRecord object from an existing record. |
|
GDSElflagsRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSElflagsRecord object. |
|
GDSElkeyRecord()
Creates a new GDSElkeyRecord object. |
|
GDSElkeyRecord(GDSRecord rec)
Creates a new GDSElkeyRecord object from an existing record. |
|
GDSElkeyRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSElkeyRecord object. |
|
GDSEndelRecord()
Creates a new GDSEndelRecord object. |
|
GDSEndelRecord(GDSRecord rec)
Creates a new GDSEndelRecord object from an existing record. |
|
GDSEndelRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSEndelRecord object. |
|
GDSEndextnRecord(GDSRecord rec)
Creates a new GDSEndextnRecord object from an existing record. |
|
GDSEndextnRecord(int endextn)
Creates a new GDSEndextnRecord object. |
|
GDSEndextnRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSEndextnRecord object. |
|
GDSEndlibRecord()
Creates a new GDSEndlibRecord object. |
|
GDSEndlibRecord(GDSRecord rec)
Creates a new GDSEndlibRecord object from an existing record. |
|
GDSEndlibRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSEndlibRecord object. |
|
GDSEndmasksRecord()
Creates a new GDSEndmasksRecord object. |
|
GDSEndmasksRecord(GDSRecord rec)
Creates a new GDSEndmasksRecord object from an existing record. |
|
GDSEndmasksRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSEndmasksRecord object. |
|
GDSEndstrRecord()
Creates a new GDSEndstrRecord object. |
|
GDSEndstrRecord(GDSRecord rec)
Creates a new GDSEndstrRecord object from an existing record. |
|
GDSEndstrRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSEndstrRecord object. |
|
GDSFontsRecord(GDSRecord rec)
Creates a new GDSFontsRecord object from an existing record. |
|
GDSFontsRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSFontsRecord object. |
|
GDSFontsRecord(java.lang.String[] fonts)
Creates a new GDSFontsRecord object. |
|
GDSFormatRecord(GDSRecord rec)
Creates a new GDSFormatRecord object from an existing record. |
|
GDSFormatRecord(short format)
Creates a new GDSFormatRecord object. |
|
GDSFormatRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSFormatRecord object. |
|
GDSGenerationsRecord(GDSRecord rec)
Creates a new GDSGenerationsRecord object from an existing record. |
|
GDSGenerationsRecord(short generations)
Creates a new GDSGenerationsRecord object. |
|
GDSGenerationsRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSGenerationsRecord object. |
|
GDSHardfenceRecord()
Creates a new GDSHardfenceRecord object. |
|
GDSHardfenceRecord(GDSRecord rec)
Creates a new GDSHardfenceRecord object from an existing record. |
|
GDSHardfenceRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSHardfenceRecord object. |
|
GDSHardwireRecord()
Creates a new GDSHardwireRecord object. |
|
GDSHardwireRecord(GDSRecord rec)
Creates a new GDSHardwireRecord object from an existing record. |
|
GDSHardwireRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSHardwireRecord object. |
|
GDSHeaderRecord(GDSRecord rec)
Creates a new GDSHeaderRecord object. |
|
GDSHeaderRecord(short version)
Creates a new GDSHeaderRecord object. |
|
GDSHeaderRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSHeaderRecord object. |
|
GDSLayerRecord(GDSRecord rec)
Creates a new GDSLayerRecord object from an existing record. |
|
GDSLayerRecord(short layer)
Creates a new GDSLayerRecord object. |
|
GDSLayerRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSLayerRecord object. |
|
GDSLibdirsizeRecord(GDSRecord rec)
Creates a new GDSLibdirsizeRecord object from an existing record. |
|
GDSLibdirsizeRecord(short libdirsize)
Creates a new GDSLibdirsizeRecord object. |
|
GDSLibdirsizeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSLibdirsizeRecord object. |
|
GDSLibnameRecord(GDSRecord rec)
Creates a new GDSLibnameRecord object from an existing record. |
|
GDSLibnameRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSLibnameRecord object. |
|
GDSLibnameRecord(java.lang.String libname)
Creates a new GDSLibnameRecord object. |
|
GDSLibsecurRecord(GDSAccessControl[] list)
Creates a new GDSLibsecurRecord object. |
|
GDSLibsecurRecord(GDSRecord rec)
Creates a new GDSLibsecurRecord object from an existing record. |
|
GDSLibsecurRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSLibsecurRecord object. |
|
GDSLinkkeysRecord()
Creates a new GDSLinkkeysRecord object. |
|
GDSLinkkeysRecord(GDSRecord rec)
Creates a new GDSLinkkeysRecord object from an existing record. |
|
GDSLinkkeysRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSLinkkeysRecord object. |
|
GDSLinktypeRecord()
Creates a new GDSLinktypeRecord object. |
|
GDSLinktypeRecord(GDSRecord rec)
Creates a new GDSLinktypeRecord object from an existing record. |
|
GDSLinktypeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSLinktypeRecord object. |
|
GDSMagRecord(double mag)
Creates a new GDSMagRecord object. |
|
GDSMagRecord(GDSRecord rec)
Creates a new GDSMagRecord object from an existing record. |
|
GDSMagRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSMagRecord object. |
|
GDSMaskRecord(GDSRecord rec)
Creates a new GDSMaskRecord object from an existing record. |
|
GDSMaskRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSMaskRecord object. |
|
GDSMaskRecord(java.lang.String mask)
Creates a new GDSMaskRecord object. |
|
GDSNodeportRecord()
Creates a new GDSNodeportRecord object. |
|
GDSNodeportRecord(GDSRecord rec)
Creates a new GDSNodeportRecord object from an existing record. |
|
GDSNodeportRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSNodeportRecord object. |
|
GDSNodeRecord()
Creates a new GDSNodeRecord object. |
|
GDSNodeRecord(GDSRecord rec)
Creates a new GDSNodeRecord object from an existing record. |
|
GDSNodeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSNodeRecord object. |
|
GDSNodetypeRecord(GDSRecord rec)
Creates a new GDSNodetypeRecord object from an existing record. |
|
GDSNodetypeRecord(short nodetype)
Creates a new GDSNodetypeRecord object. |
|
GDSNodetypeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSNodetypeRecord object. |
|
GDSNullRecord()
Creates a new GDSNullRecord object. |
|
GDSPathportRecord()
Creates a new GDSPathportRecord object. |
|
GDSPathportRecord(GDSRecord rec)
Creates a new GDSPathportRecord object from an existing record. |
|
GDSPathportRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSPathportRecord object. |
|
GDSPathRecord()
Creates a new GDSPathRecord object. |
|
GDSPathRecord(GDSRecord rec)
Creates a new GDSPathRecord object from an existing record. |
|
GDSPathRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSPathRecord object. |
|
GDSPathtypeRecord(GDSRecord rec)
Creates a new GDSPathtypeRecord object from an existing record. |
|
GDSPathtypeRecord(short pathtype)
Creates a new GDSPathtypeRecord object. |
|
GDSPathtypeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSPathtypeRecord object. |
|
GDSPlexRecord(GDSRecord rec)
Creates a new GDSPlexRecord object from an existing record. |
|
GDSPlexRecord(int plex)
Creates a new GDSPlexRecord object. |
|
GDSPlexRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSPlexRecord object. |
|
GDSPresentationRecord(GDSRecord rec)
Creates a new GDSPresentationRecord object from an existing record.. |
|
GDSPresentationRecord(int font,
int vjust,
int hjust)
Creates a new GDSPresentationRecord object. |
|
GDSPresentationRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSPresentationRecord object. |
|
GDSPropattrRecord(GDSRecord rec)
Creates a new GDSPropattrRecord object from an existing record. |
|
GDSPropattrRecord(short propattr)
Creates a new GDSPropattrRecord object. |
|
GDSPropattrRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSPropattrRecord object. |
|
GDSPropvalueRecord(GDSRecord rec)
Creates a new GDSPropvalueRecord object from an existing record. |
|
GDSPropvalueRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSPropvalueRecord object. |
|
GDSPropvalueRecord(java.lang.String propvalue)
Creates a new GDSPropvalueRecord object. |
|
GDSRecord()
Creates a new NULL GDSRecord object. |
|
GDSRecord(GDSRecord rec)
Creates a new GDSRecord object from an existing record. |
|
GDSRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSRecord object. |
|
GDSReflibsRecord(GDSRecord rec)
Creates a new GDSReflibsRecord object from an existing record. |
|
GDSReflibsRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSReflibsRecord object. |
|
GDSReflibsRecord(java.lang.String[] reflibs)
Creates a new GDSReflibsRecord object. |
|
GDSReservedRecord()
Creates a new GDSReservedRecord object. |
|
GDSReservedRecord(GDSRecord rec)
Creates a new GDSReservedRecord object from an existing record. |
|
GDSReservedRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSReservedRecord object. |
|
GDSSnameRecord(GDSRecord rec)
Creates a new GDSSnameRecord object from an existing record. |
|
GDSSnameRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSSnameRecord object. |
|
GDSSnameRecord(java.lang.String sname)
Creates a new GDSSnameRecord object. |
|
GDSSoftfenceRecord()
Creates a new GDSSoftfenceRecord object. |
|
GDSSoftfenceRecord(GDSRecord rec)
Creates a new GDSSoftfenceRecord object from an existing record. |
|
GDSSoftfenceRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSSoftfenceRecord object. |
|
GDSSoftwireRecord()
Creates a new GDSSoftwireRecord object. |
|
GDSSoftwireRecord(GDSRecord rec)
Creates a new GDSSoftwireRecord object from an existing record. |
|
GDSSoftwireRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSSoftwireRecord object. |
|
GDSSpacererrorRecord()
Creates a new GDSSpacererrorRecord object. |
|
GDSSpacererrorRecord(GDSRecord rec)
Creates a new GDSSpacererrorRecord object from an existing record. |
|
GDSSpacererrorRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSSpacererrorRecord object. |
|
GDSSpacingRecord()
Creates a new GDSSpacingRecord object. |
|
GDSSpacingRecord(GDSRecord rec)
Creates a new GDSSpacingRecord object from an existing record. |
|
GDSSpacingRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSSpacingRecord object. |
|
GDSSrefRecord()
Creates a new GDSSrefRecord object. |
|
GDSSrefRecord(GDSRecord rec)
Creates a new GDSSrefRecord object from an existing record. |
|
GDSSrefRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSSrefRecord object. |
|
GDSSrfnameRecord(GDSRecord rec)
Creates a new GDSSrfnameRecord object from an existing record. |
|
GDSSrfnameRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSSrfnameRecord object. |
|
GDSSrfnameRecord(java.lang.String srfname)
Creates a new GDSSrfnameRecord object. |
|
GDSStransRecord(boolean isMirroredX,
boolean isAbsMag,
boolean isAbsAngle)
Creates a new GDSStransRecord object. |
|
GDSStransRecord(GDSRecord rec)
Creates a new GDSStransRecord object from and existing record. |
|
GDSStransRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSStransRecord object. |
|
GDSStrclassRecord()
Creates a new GDSStrclassRecord object. |
|
GDSStrclassRecord(GDSRecord rec)
Creates a new GDSStrclassRecord object from an existing record. |
|
GDSStrclassRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSStrclassRecord object. |
|
GDSStringRecord(GDSRecord rec)
Creates a new GDSStringRecord object. |
|
GDSStringRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSStringRecord object. |
|
GDSStringRecord(java.lang.String string)
Creates a new GDSStringRecord object. |
|
GDSStrnameRecord(GDSRecord rec)
Creates a new GDSStrnameRecord object from an existing record. |
|
GDSStrnameRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSStrnameRecord object. |
|
GDSStrnameRecord(java.lang.String strname)
Creates a new GDSStrnameRecord object. |
|
GDSStrtypeRecord()
Creates a new GDSStrtypeRecord object. |
|
GDSStrtypeRecord(GDSRecord rec)
Creates a new GDSStrtypeRecord object from an existing record. |
|
GDSStrtypeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSStrtypeRecord object. |
|
GDSStyptableRecord()
Creates a new GDSStyptableRecord object. |
|
GDSStyptableRecord(GDSRecord rec)
Creates a new GDSStyptableRecord object from and existing record. |
|
GDSStyptableRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSStyptableRecord object. |
|
GDSTapecodeRecord(GDSRecord rec)
Creates a new GDSTapecodeRecord object from and existing record. |
|
GDSTapecodeRecord(short[] tapecode)
Creates a new GDSTapecodeRecord object. |
|
GDSTapecodeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSTapecodeRecord object. |
|
GDSTapenumRecord(GDSRecord rec)
Creates a new GDSTapenumRecord object from an existing record. |
|
GDSTapenumRecord(short tapenum)
Creates a new GDSTapenumRecord object. |
|
GDSTapenumRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSTapenumRecord object. |
|
GDSTextnodeRecord()
Creates a new GDSTextnodeRecord object. |
|
GDSTextnodeRecord(GDSRecord rec)
Creates a new GDSTextnodeRecord object from an existing record. |
|
GDSTextnodeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSTextnodeRecord object. |
|
GDSTextRecord()
Creates a new GDSTextRecord object. |
|
GDSTextRecord(GDSRecord rec)
Creates a new GDSTextRecord object from an existing record. |
|
GDSTextRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSTextRecord object. |
|
GDSTexttypeRecord(GDSRecord rec)
Creates a new GDSTexttypeRecord object from an existing record. |
|
GDSTexttypeRecord(short texttype)
Creates a new GDSTexttypeRecord object. |
|
GDSTexttypeRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSTexttypeRecord object. |
|
GDSUintegerRecord()
Creates a new GDSUintegerRecord object. |
|
GDSUintegerRecord(GDSRecord rec)
Creates a new GDSUintegerRecord object from an existing record. |
|
GDSUintegerRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSUintegerRecord object. |
|
GDSUnitsRecord(double uuperdbu,
double metersperdbu)
Creates a new GDSUnitsRecord object. |
|
GDSUnitsRecord(GDSRecord rec)
Creates a new GDSUnitsRecord object from an existing record. |
|
GDSUnitsRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSUnitsRecord object. |
|
GDSUserconstraintRecord()
Creates a new GDSUserconstraintRecord object. |
|
GDSUserconstraintRecord(GDSRecord rec)
Creates a new GDSUserconstraintRecord object from an existing record. |
|
GDSUserconstraintRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSUserconstraintRecord object. |
|
GDSUstringRecord()
Creates a new GDSUstringRecord object. |
|
GDSUstringRecord(GDSRecord rec)
Creates a new GDSUstringRecord object from and existing record. |
|
GDSUstringRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSUstringRecord object. |
|
GDSWidthRecord(GDSRecord rec)
Creates a new GDSWidthRecord object from an existing record. |
|
GDSWidthRecord(int width)
Creates a new GDSWidthRecord object. |
|
GDSWidthRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSWidthRecord object. |
|
GDSXyRecord(GDSRecord rec)
Creates a new GDSXyRecord object from an existing record. |
|
GDSXyRecord(java.awt.Point[] xy)
Creates a new GDSXyRecord object. |
|
GDSXyRecord(short length,
byte rectype,
byte dattype,
byte[] data)
Creates a new GDSXyRecord object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||