Interface Inline

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    InlineImpl

    public interface Inline
    extends java.io.Serializable
    The Interface Inline.
    • Method Detail

      • getType

        java.lang.String getType()
        Gets the type.
        Returns:
        the type
      • setType

        void setType​(java.lang.String type)
        Sets the type.
        Parameters:
        type - the type to set
      • getSpine

        int getSpine()
        Gets the spine.
        Returns:
        the spine
      • setSpine

        void setSpine​(int spine)
        Sets the spine.
        Parameters:
        spine - the spine to set
      • getObjectReference

        java.lang.String getObjectReference()
        Gets the object reference.
        Returns:
        the objectReference
      • setObjectReference

        void setObjectReference​(java.lang.String objectReference)
        Sets the object reference.
        Parameters:
        objectReference - the objectReference to set
      • getAnchorReference

        java.lang.String getAnchorReference()
        Gets the anchor reference.
        Returns:
        the anchorReference
      • setAnchorReference

        void setAnchorReference​(java.lang.String anchorReference)
        Sets the anchor reference.
        Parameters:
        anchorReference - the anchorReference to set
      • getAnchorRelativeX

        java.lang.String getAnchorRelativeX()
        Gets the anchor relative X.
        Returns:
        the anchorRelativeX
      • setAnchorRelativeX

        void setAnchorRelativeX​(java.lang.String anchorRelativeX)
        Sets the anchor relative X.
        Parameters:
        anchorRelativeX - the anchorRelativeX to set
      • getAnchorOffsetX

        double getAnchorOffsetX()
        Gets the anchor offset X.
        Returns:
        the anchorOffsetX
      • setAnchorOffsetX

        void setAnchorOffsetX​(double anchorOffsetX)
        Sets the anchor offset X.
        Parameters:
        anchorOffsetX - the anchorOffsetX to set
      • getAnchorRelativeY

        java.lang.String getAnchorRelativeY()
        Gets the anchor relative Y.
        Returns:
        the anchorRelativeY
      • setAnchorRelativeY

        void setAnchorRelativeY​(java.lang.String anchorRelativeY)
        Sets the anchor relative Y.
        Parameters:
        anchorRelativeY - the anchorRelativeY to set
      • getAnchorOffsetY

        double getAnchorOffsetY()
        Gets the anchor offset Y.
        Returns:
        the anchorOffsetY
      • setAnchorOffsetY

        void setAnchorOffsetY​(double anchorOffsetY)
        Sets the anchor offset Y.
        Parameters:
        anchorOffsetY - the anchorOffsetY to set
      • getKeep

        int getKeep()
        Gets the keep.
        Returns:
        the keep
      • setKeep

        void setKeep​(int keep)
        Sets the keep.
        Parameters:
        keep - the keep to set
      • getLock

        int getLock()
        Gets the lock.
        Returns:
        the lock
      • setLock

        void setLock​(int lock)
        Sets the lock.
        Parameters:
        lock - the lock to set
      • getAlign

        java.lang.String getAlign()
        Gets the align.
        Returns:
        the align
      • setAlign

        void setAlign​(java.lang.String align)
        Sets the align.
        Parameters:
        align - the align to set
      • getAbove

        double getAbove()
        Gets the above.
        Returns:
        the above
      • setAbove

        void setAbove​(double above)
        Sets the above.
        Parameters:
        above - the above to set
      • getBelow

        double getBelow()
        Gets the below.
        Returns:
        the below
      • setBelow

        void setBelow​(double below)
        Sets the below.
        Parameters:
        below - the below to set