Class Title

    • Constructor Detail

      • Title

        public Title()
    • Method Detail

      • deletePitch

        public void deletePitch()
      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getFont

        public Optional<String> getFont()
        Returns the value of field 'font'.
        Returns:
        the value of field 'Font'.
      • getPitch

        public Optional<Integer> getPitch()
        Returns the value of field 'pitch'.
        Returns:
        the value of field 'Pitch'.
      • getRgb

        public Optional<Rgb> getRgb()
        Returns the value of field 'rgb'.
        Returns:
        the value of field 'Rgb'.
      • getStyle

        public Optional<String> getStyle()
        Returns the value of field 'style'.
        Returns:
        the value of field 'Style'.
      • getValue

        public String getValue()
        Returns the value of field 'value'.
        Returns:
        the value of field 'Value'.
      • hasPitch

        public boolean hasPitch()
        Method hasPitch.
        Returns:
        true if at least one Pitch has been added
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object.
      • setFont

        public void setFont​(String font)
        Sets the value of field 'font'.
        Parameters:
        font - the value of field 'font'.
      • setPitch

        public void setPitch​(Integer pitch)
        Sets the value of field 'pitch'.
        Parameters:
        pitch - the value of field 'pitch'.
      • setRgb

        public void setRgb​(Rgb rgb)
        Sets the value of field 'rgb'.
        Parameters:
        rgb - the value of field 'rgb'.
      • setStyle

        public void setStyle​(String style)
        Sets the value of field 'style'.
        Parameters:
        style - the value of field 'style'.
      • setValue

        public void setValue​(String value)
        Sets the value of field 'value'.
        Parameters:
        value - the value of field 'value'.