com.hp.lft.sdk.java

Class LabelDescription

    • Constructor Detail

      • LabelDescription

        public LabelDescription()
        Initializes a new instance of the LabelDescription class.
      • LabelDescription

        protected LabelDescription(LabelDescription.Init<?> init)
        Initializes a new instance of the LabelDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setText

        public void setText(java.lang.String text)
        Sets the object's text.
        Parameters:
        text - the text.
      • getText

        public StringProperty getText()
        Returns the object's text.
        Returns:
        the object's text.