Package org.openpnp.model.eagle.xml
Class Setting
- java.lang.Object
-
- org.openpnp.model.eagle.xml.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.
-
-
-
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 isString
-
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 isString
-
-