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