Package com.docusign.esign.model
Class PolyLine
- java.lang.Object
-
- com.docusign.esign.model.PolyLine
-
- All Implemented Interfaces:
Serializable
public class PolyLine extends Object implements Serializable
PolyLine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolyLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetX1().StringgetX2().StringgetY1().StringgetY2().inthashCode()Returns the HashCode.voidsetX1(String x1)setX1.voidsetX2(String x2)setX2.voidsetY1(String y1)setY1.voidsetY2(String y2)setY2.StringtoString()Converts the given object to string.PolyLinex1(String x1)x1.PolyLinex2(String x2)x2.PolyLiney1(String y1)y1.PolyLiney2(String y2)y2.
-
-
-
Method Detail
-
getX1
public String getX1()
.- Returns:
- x1
-
setX1
public void setX1(String x1)
setX1.
-
getX2
public String getX2()
.- Returns:
- x2
-
setX2
public void setX2(String x2)
setX2.
-
getY1
public String getY1()
.- Returns:
- y1
-
setY1
public void setY1(String y1)
setY1.
-
getY2
public String getY2()
.- Returns:
- y2
-
setY2
public void setY2(String y2)
setY2.
-
equals
public boolean equals(Object o)
Compares objects.
-
-