Class TextframeImpl

  • All Implemented Interfaces:
    Textframe, java.io.Serializable

    public class TextframeImpl
    extends java.lang.Object
    implements java.io.Serializable, Textframe
    The type Textframe.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TextframeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValign()
      Gets the valign.
      java.lang.String getValue()
      Gets the value.
      void setValign​(int valign)
      Sets the valign.
      void setValue​(java.lang.String value)
      Sets the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextframeImpl

        public TextframeImpl()
    • Method Detail

      • getValign

        public int getValign()
        Description copied from interface: Textframe
        Gets the valign.
        Specified by:
        getValign in interface Textframe
        Returns:
        the valign
      • setValign

        public void setValign​(int valign)
        Description copied from interface: Textframe
        Sets the valign.
        Specified by:
        setValign in interface Textframe
        Parameters:
        valign - the new valign
      • getValue

        public java.lang.String getValue()
        Description copied from interface: Textframe
        Gets the value.
        Specified by:
        getValue in interface Textframe
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Description copied from interface: Textframe
        Sets the value.
        Specified by:
        setValue in interface Textframe
        Parameters:
        value - the new value