Class AlignmentValueImpl

  • All Implemented Interfaces:
    AlignmentValue

    public class AlignmentValueImpl
    extends java.lang.Object
    implements AlignmentValue
    The implementation of a alignment value
    • Constructor Detail

      • AlignmentValueImpl

        public AlignmentValueImpl​(java.lang.String elementName,
                                  AlignmentValueType type)
        the constructor, which needs the name of the element and the type of this value
        Parameters:
        elementName - the name of the element
    • Method Detail

      • getDeltaX

        public final double getDeltaX()
        Specified by:
        getDeltaX in interface AlignmentValue
        Returns:
        the deltaX
      • setDeltaX

        public final void setDeltaX​(double deltaX)
        Specified by:
        setDeltaX in interface AlignmentValue
        Parameters:
        deltaX - the deltaX to set
      • getDeltaY

        public final double getDeltaY()
        Specified by:
        getDeltaY in interface AlignmentValue
        Returns:
        the deltaY
      • setDeltaY

        public final void setDeltaY​(double deltaY)
        Specified by:
        setDeltaY in interface AlignmentValue
        Parameters:
        deltaY - the deltaY to set
      • getS

        public final double getS()
        Specified by:
        getS in interface AlignmentValue
        Returns:
        the deltaS
      • setS

        public final void setS​(java.lang.Double s)
        Specified by:
        setS in interface AlignmentValue
        Parameters:
        s - the s to set
      • getElementName

        public java.lang.String getElementName()
        Specified by:
        getElementName in interface AlignmentValue
        Returns:
        the name of the element, which this alignment-value corresponds to
      • setDeltaS

        public void setDeltaS​(double deltaS)
        Specified by:
        setDeltaS in interface AlignmentValue
        Parameters:
        deltaS - the deltaS to set
      • setDeltaTilt

        public void setDeltaTilt​(double deltaTilt)
        Specified by:
        setDeltaTilt in interface AlignmentValue
        Parameters:
        deltaTilt - the deltaTilt to set