|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.Array.impl.PositionDeltaImpl
public class PositionDeltaImpl
The delta the feature was actually printed on the array from the position specified for the feature in the array design.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected java.lang.Float |
deltaX
Deviation from the y coordinate of this feature's position. |
protected java.lang.Float |
deltaY
Deviation from the y coordinate of this feature's position. |
protected DistanceUnit |
distanceUnit
DOCUMENT ME |
protected java.lang.Long |
distanceUnitId
The internal ID of the associated distanceUnit object. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
PositionDeltaImpl()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.Float |
getDeltaX()
Returns the value of this PositionDelta object's deltaX attribute. |
java.lang.Float |
getDeltaY()
Returns the value of this PositionDelta object's deltaY attribute. |
DistanceUnit |
getDistanceUnit()
Returns the value of this PositionDelta object's distanceUnit attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
PositionDelta[] |
searchPositionDeltas(PositionDeltaSearchCriteria criteria)
Returns an array of PositionDelta objects that
satisfy the given PositionDeltaSearchCriteria. |
void |
setDeltaX(java.lang.Float p_deltaX)
Sets the deltaX attribute. |
void |
setDeltaY(java.lang.Float p_deltaY)
Sets the deltaY attribute. |
void |
setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLDoc(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
Returns an XML representation of the object. |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.Float deltaX
protected java.lang.Float deltaY
protected DistanceUnit distanceUnit
protected java.lang.Long distanceUnitId
| Constructor Detail |
|---|
public PositionDeltaImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public PositionDelta[] searchPositionDeltas(PositionDeltaSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
PositionDelta objects that
satisfy the given PositionDeltaSearchCriteria.
criteria - The PositionDeltaSearchCriteria
which represents a query for PositionDelta objects.
PositionDelta objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setDeltaX(java.lang.Float p_deltaX)
PositionDelta object.
setDeltaX in interface PositionDeltap_deltaX - The new value for deltaX.PositionDelta.getDeltaX()public java.lang.Float getDeltaX()
PositionDeltaPositionDelta object's deltaX attribute.
Description of deltaX:
Deviation from the y coordinate of this feature's position.
getDeltaX in interface PositionDeltafloat The value of deltaX.PositionDelta.getDeltaX()public void setDeltaY(java.lang.Float p_deltaY)
PositionDelta object.
setDeltaY in interface PositionDeltap_deltaY - The new value for deltaY.PositionDelta.getDeltaY()public java.lang.Float getDeltaY()
PositionDeltaPositionDelta object's deltaY attribute.
Description of deltaY:
Deviation from the y coordinate of this feature's position.
getDeltaY in interface PositionDeltafloat The value of deltaY.PositionDelta.getDeltaY()public void setDistanceUnit(DistanceUnit p_distanceUnit)
PositionDelta object.
setDistanceUnit in interface PositionDeltap_distanceUnit - The new value for distanceUnit.PositionDelta.getDistanceUnit()public DistanceUnit getDistanceUnit()
PositionDeltaPositionDelta object's distanceUnit attribute.
getDistanceUnit in interface PositionDeltagov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.PositionDelta.getDistanceUnit()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class ExtendableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class ExtendableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class ExtendableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class ExtendableImplpublic java.lang.String toString()
toString in class ExtendableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||