Uses of Class
org.apache.poi.sl.draw.binding.CTAdjPoint2D
Packages that use CTAdjPoint2D
-
Uses of CTAdjPoint2D in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTAdjPoint2DModifier and TypeFieldDescriptionprotected CTAdjPoint2D
CTConnectionSite.pos
protected CTAdjPoint2D
CTPolarAdjustHandle.pos
protected CTAdjPoint2D
CTXYAdjustHandle.pos
protected CTAdjPoint2D
CTPath2DLineTo.pt
protected CTAdjPoint2D
CTPath2DMoveTo.pt
Fields in org.apache.poi.sl.draw.binding with type parameters of type CTAdjPoint2DModifier and TypeFieldDescriptionprotected List<CTAdjPoint2D>
CTPath2DCubicBezierTo.pt
protected List<CTAdjPoint2D>
CTPath2DQuadBezierTo.pt
Methods in org.apache.poi.sl.draw.binding that return CTAdjPoint2DModifier and TypeMethodDescriptionObjectFactory.createCTAdjPoint2D()
Create an instance ofCTAdjPoint2D
CTConnectionSite.getPos()
Gets the value of the pos property.CTPolarAdjustHandle.getPos()
Gets the value of the pos property.CTXYAdjustHandle.getPos()
Gets the value of the pos property.CTPath2DLineTo.getPt()
Gets the value of the pt property.CTPath2DMoveTo.getPt()
Gets the value of the pt property.Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTAdjPoint2DModifier and TypeMethodDescriptionCTPath2DCubicBezierTo.getPt()
Gets the value of the pt property.CTPath2DQuadBezierTo.getPt()
Gets the value of the pt property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTAdjPoint2DModifier and TypeMethodDescriptionvoid
CTConnectionSite.setPos
(CTAdjPoint2D value) Sets the value of the pos property.void
CTPolarAdjustHandle.setPos
(CTAdjPoint2D value) Sets the value of the pos property.void
CTXYAdjustHandle.setPos
(CTAdjPoint2D value) Sets the value of the pos property.void
CTPath2DLineTo.setPt
(CTAdjPoint2D value) Sets the value of the pt property.void
CTPath2DMoveTo.setPt
(CTAdjPoint2D value) Sets the value of the pt property.