|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ohrasys.cad.gds.dao.Element
com.ohrasys.cad.gds.dao.ReferenceElement
com.ohrasys.cad.gds.dao.StructureReference
public class StructureReference
A structure reference data access object
| Field Summary |
|---|
| Fields inherited from class com.ohrasys.cad.gds.dao.Element |
|---|
i18n |
| Constructor Summary | |
|---|---|
StructureReference()
Creates a new StructureReference object. |
|
StructureReference(boolean external,
boolean template,
int group,
java.lang.String name,
Transform transform,
java.awt.Point[] points)
Creates a new instance of StrucureReference |
|
StructureReference(java.lang.String name,
java.awt.Point[] points)
Creates a new StructureReference object. |
|
StructureReference(java.lang.String name,
Transform transform,
java.awt.Point[] points)
Creates a new StructureReference object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getInfo()
Returns a textual representation of the structure reference |
java.lang.String |
toString()
Returns a string representation of the structure reference |
| Methods inherited from class com.ohrasys.cad.gds.dao.ReferenceElement |
|---|
getName, getTransform, setName, setTransform |
| Methods inherited from class com.ohrasys.cad.gds.dao.Element |
|---|
getGroup, getPoints, getProperties, isExternal, isTemplate, setExternal, setGroup, setPoints, setProperties, setTemplate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StructureReference()
public StructureReference(java.lang.String name,
java.awt.Point[] points)
name - The name of the structure referencepoints - The points that define the structure reference
public StructureReference(java.lang.String name,
Transform transform,
java.awt.Point[] points)
name - The name of the strucutre referencetransform - The transform of the structure referencepoints - The points defining the structure refernce
public StructureReference(boolean external,
boolean template,
int group,
java.lang.String name,
Transform transform,
java.awt.Point[] points)
external - The structure reference is external datatemplate - The structure reference is template datagroup - The object group the structure reference belongs toname - The name of the structure referencetransform - The transform of the structure referencepoints - The points defining the strucutre reference| Method Detail |
|---|
public java.lang.String getInfo()
getInfo in interface InfoProvidergetInfo in class ReferenceElementpublic java.lang.String toString()
toString in class ReferenceElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||