com.ohrasys.cad.gds.dao
Class Boundary
java.lang.Object
com.ohrasys.cad.gds.dao.Element
com.ohrasys.cad.gds.dao.GeometryElement
com.ohrasys.cad.gds.dao.Boundary
- All Implemented Interfaces:
- InfoProvider
public class Boundary
- extends GeometryElement
- implements InfoProvider
Boundary Element Data Access Object
| Fields inherited from class com.ohrasys.cad.gds.dao.Element |
i18n |
|
Constructor Summary |
Boundary()
Creates a new instance of Boundary |
Boundary(boolean external,
boolean template,
int group,
int layer,
int datatype,
java.awt.Point[] points)
Creates a new Boundary object. |
Boundary(int layer,
java.awt.Point[] points)
Creates a new Boundary object. |
|
Method Summary |
java.lang.String |
toString()
Returns a string representation of the object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Boundary
public Boundary()
- Creates a new instance of Boundary
Boundary
public Boundary(int layer,
java.awt.Point[] points)
- Creates a new Boundary object.
- Parameters:
layer - The layer of the boundarypoints - The points defining the boundary
Boundary
public Boundary(boolean external,
boolean template,
int group,
int layer,
int datatype,
java.awt.Point[] points)
- Creates a new Boundary object.
- Parameters:
external - Indicates the data is externaltemplate - Indicates the data is a templategroup - The object group the boundary belongs tolayer - The layer of the boundarydatatype - The data type of the boundarypoints - The points defining the boundary
toString
public java.lang.String toString()
- Returns a string representation of the object
- Overrides:
toString in class GeometryElement
- Returns:
- A string representation of the object