Uses of Class
net.webpdf.wsclient.schema.operation.PointType
-
Packages that use PointType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PointType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PointType Modifier and Type Field Description protected PointTypeLineAnnotationType. endprotected PointTypeFileAnnotationType. pointprotected PointTypeLineAnnotationType. startFields in net.webpdf.wsclient.schema.operation with type parameters of type PointType Modifier and Type Field Description protected List<PointType>QuadrilateralType. pointMethods in net.webpdf.wsclient.schema.operation that return PointType Modifier and Type Method Description PointTypeObjectFactory. createPointType()Create an instance ofPointTypePointTypeLineAnnotationType. getEnd()Gets the value of the end property.PointTypeFileAnnotationType. getPoint()Gets the value of the point property.PointTypeLineAnnotationType. getStart()Gets the value of the start property.Methods in net.webpdf.wsclient.schema.operation that return types with arguments of type PointType Modifier and Type Method Description List<PointType>QuadrilateralType. getPoint()Gets the value of the point property.Methods in net.webpdf.wsclient.schema.operation with parameters of type PointType Modifier and Type Method Description voidLineAnnotationType. setEnd(PointType value)Sets the value of the end property.voidFileAnnotationType. setPoint(PointType value)Sets the value of the point property.voidLineAnnotationType. setStart(PointType value)Sets the value of the start property.
-