Package org.openpnp.model.eagle.xml
Class Text
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Text
-
public class Text extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringalignprotected java.lang.Stringdistanceprotected java.lang.Stringfontprotected java.lang.Stringlayerprotected java.lang.Stringratioprotected java.lang.Stringrotprotected java.lang.Stringsizeprotected java.lang.Stringvalueprotected java.lang.Stringxprotected java.lang.Stringy
-
Constructor Summary
Constructors Constructor Description Text()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlign()Gets the value of the align property.java.lang.StringgetDistance()Gets the value of the distance property.java.lang.StringgetFont()Gets the value of the font property.java.lang.StringgetLayer()Gets the value of the layer property.java.lang.StringgetRatio()Gets the value of the ratio property.java.lang.StringgetRot()Gets the value of the rot property.java.lang.StringgetSize()Gets the value of the size property.java.lang.Stringgetvalue()Gets the value of the value property.java.lang.StringgetX()Gets the value of the x property.java.lang.StringgetY()Gets the value of the y property.voidsetAlign(java.lang.String value)Sets the value of the align property.voidsetDistance(java.lang.String value)Sets the value of the distance property.voidsetFont(java.lang.String value)Sets the value of the font property.voidsetLayer(java.lang.String value)Sets the value of the layer property.voidsetRatio(java.lang.String value)Sets the value of the ratio property.voidsetRot(java.lang.String value)Sets the value of the rot property.voidsetSize(java.lang.String value)Sets the value of the size property.voidsetvalue(java.lang.String value)Sets the value of the value property.voidsetX(java.lang.String value)Sets the value of the x property.voidsetY(java.lang.String value)Sets the value of the y property.
-
-
-
Field Detail
-
x
protected java.lang.String x
-
y
protected java.lang.String y
-
size
protected java.lang.String size
-
layer
protected java.lang.String layer
-
font
protected java.lang.String font
-
ratio
protected java.lang.String ratio
-
rot
protected java.lang.String rot
-
align
protected java.lang.String align
-
distance
protected java.lang.String distance
-
value
protected java.lang.String value
-
-
Method Detail
-
getX
public java.lang.String getX()
Gets the value of the x property.- Returns:
- possible object is
String
-
setX
public void setX(java.lang.String value)
Sets the value of the x property.- Parameters:
value- allowed object isString
-
getY
public java.lang.String getY()
Gets the value of the y property.- Returns:
- possible object is
String
-
setY
public void setY(java.lang.String value)
Sets the value of the y property.- Parameters:
value- allowed object isString
-
getSize
public java.lang.String getSize()
Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
public void setSize(java.lang.String value)
Sets the value of the size property.- Parameters:
value- allowed object isString
-
getLayer
public java.lang.String getLayer()
Gets the value of the layer property.- Returns:
- possible object is
String
-
setLayer
public void setLayer(java.lang.String value)
Sets the value of the layer property.- Parameters:
value- allowed object isString
-
getFont
public java.lang.String getFont()
Gets the value of the font property.- Returns:
- possible object is
String
-
setFont
public void setFont(java.lang.String value)
Sets the value of the font property.- Parameters:
value- allowed object isString
-
getRatio
public java.lang.String getRatio()
Gets the value of the ratio property.- Returns:
- possible object is
String
-
setRatio
public void setRatio(java.lang.String value)
Sets the value of the ratio property.- Parameters:
value- allowed object isString
-
getRot
public java.lang.String getRot()
Gets the value of the rot property.- Returns:
- possible object is
String
-
setRot
public void setRot(java.lang.String value)
Sets the value of the rot property.- Parameters:
value- allowed object isString
-
getAlign
public java.lang.String getAlign()
Gets the value of the align property.- Returns:
- possible object is
String
-
setAlign
public void setAlign(java.lang.String value)
Sets the value of the align property.- Parameters:
value- allowed object isString
-
getDistance
public java.lang.String getDistance()
Gets the value of the distance property.- Returns:
- possible object is
String
-
setDistance
public void setDistance(java.lang.String value)
Sets the value of the distance property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-