Interface XAttributeContinuous

  • All Superinterfaces:
    java.lang.Cloneable, java.lang.Comparable<XAttribute>, java.io.Serializable, XAttributable, XAttribute
    All Known Implementing Classes:
    XAttributeContinuousImpl

    public interface XAttributeContinuous
    extends XAttribute
    Attribute with continuous type value (i.e., double-precision floating point).
    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Method Detail

      • setValue

        void setValue​(double value)
        Assigns the continuous value of this attribute.
        Parameters:
        value - Value of the attribute.
      • getValue

        double getValue()
        Retrieves the continuous value of this attribute.
        Returns:
        Value of this attribute.