Class Setting


  • public class Setting
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String alwaysvectorfont  
      protected java.lang.String verticaltext  
    • Constructor Summary

      Constructors 
      Constructor Description
      Setting()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlwaysvectorfont()
      Gets the value of the alwaysvectorfont property.
      java.lang.String getVerticaltext()
      Gets the value of the verticaltext property.
      void setAlwaysvectorfont​(java.lang.String value)
      Sets the value of the alwaysvectorfont property.
      void setVerticaltext​(java.lang.String value)
      Sets the value of the verticaltext property.
      • Methods inherited from class java.lang.Object

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

      • alwaysvectorfont

        protected java.lang.String alwaysvectorfont
      • verticaltext

        protected java.lang.String verticaltext
    • Constructor Detail

      • Setting

        public Setting()
    • Method Detail

      • getAlwaysvectorfont

        public java.lang.String getAlwaysvectorfont()
        Gets the value of the alwaysvectorfont property.
        Returns:
        possible object is String
      • setAlwaysvectorfont

        public void setAlwaysvectorfont​(java.lang.String value)
        Sets the value of the alwaysvectorfont property.
        Parameters:
        value - allowed object is String
      • getVerticaltext

        public java.lang.String getVerticaltext()
        Gets the value of the verticaltext property.
        Returns:
        possible object is String
      • setVerticaltext

        public void setVerticaltext​(java.lang.String value)
        Sets the value of the verticaltext property.
        Parameters:
        value - allowed object is String