com.ohrasys.cad.gds
Class GDSStatistics

java.lang.Object
  extended by com.ohrasys.cad.gds.GDSStatistics

public class GDSStatistics
extends java.lang.Object

Records statistics for a GDSII database.

Since:
1.5

Constructor Summary
GDSStatistics()
          Creates a new GDSStatistics object.
 
Method Summary
 void clear()
          Clears the current statistics.
 void record(GDSRecord rec)
          Records statistics for the specified record.
 java.lang.String toString()
          A description of the GDSII database statistics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GDSStatistics

public GDSStatistics()
Creates a new GDSStatistics object.

Method Detail

clear

public void clear()
Clears the current statistics.


record

public void record(GDSRecord rec)
Records statistics for the specified record.

Parameters:
rec - The record to process.

toString

public java.lang.String toString()
A description of the GDSII database statistics.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of the GDSII database statistics.