Uses of Class
com.docusign.esign.model.PolyLine
-
Packages that use PolyLine Package Description com.docusign.esign.model -
-
Uses of PolyLine in com.docusign.esign.model
Methods in com.docusign.esign.model that return PolyLine Modifier and Type Method Description PolyLinePolyLine. x1(String x1)x1.PolyLinePolyLine. x2(String x2)x2.PolyLinePolyLine. y1(String y1)y1.PolyLinePolyLine. y2(String y2)y2.Methods in com.docusign.esign.model that return types with arguments of type PolyLine Modifier and Type Method Description List<PolyLine>PolyLineOverlay. getPolyLines().Methods in com.docusign.esign.model with parameters of type PolyLine Modifier and Type Method Description PolyLineOverlayPolyLineOverlay. addPolyLinesItem(PolyLine polyLinesItem)addPolyLinesItem.Method parameters in com.docusign.esign.model with type arguments of type PolyLine Modifier and Type Method Description PolyLineOverlayPolyLineOverlay. polyLines(List<PolyLine> polyLines)polyLines.voidPolyLineOverlay. setPolyLines(List<PolyLine> polyLines)setPolyLines.
-