Package org.openpnp.model.eagle.xml
Class Vertex
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Vertex
-
public class Vertex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Vertex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurve()Gets the value of the curve property.java.lang.StringgetX()Gets the value of the x property.java.lang.StringgetY()Gets the value of the y property.voidsetCurve(java.lang.String value)Sets the value of the curve 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.
-
-
-
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
-
getCurve
public java.lang.String getCurve()
Gets the value of the curve property.- Returns:
- possible object is
String
-
setCurve
public void setCurve(java.lang.String value)
Sets the value of the curve property.- Parameters:
value- allowed object isString
-
-