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 CTAdjPoint2DCTConnectionSite.posprotected CTAdjPoint2DCTPolarAdjustHandle.posprotected CTAdjPoint2DCTXYAdjustHandle.posprotected CTAdjPoint2DCTPath2DLineTo.ptprotected CTAdjPoint2DCTPath2DMoveTo.ptFields in org.apache.poi.sl.draw.binding with type parameters of type CTAdjPoint2DModifier and TypeFieldDescriptionprotected List<CTAdjPoint2D>CTPath2DCubicBezierTo.ptprotected List<CTAdjPoint2D>CTPath2DQuadBezierTo.ptMethods in org.apache.poi.sl.draw.binding that return CTAdjPoint2DModifier and TypeMethodDescriptionObjectFactory.createCTAdjPoint2D()Create an instance ofCTAdjPoint2DCTConnectionSite.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 TypeMethodDescriptionvoidCTConnectionSite.setPos(CTAdjPoint2D value) Sets the value of the pos property.voidCTPolarAdjustHandle.setPos(CTAdjPoint2D value) Sets the value of the pos property.voidCTXYAdjustHandle.setPos(CTAdjPoint2D value) Sets the value of the pos property.voidCTPath2DLineTo.setPt(CTAdjPoint2D value) Sets the value of the pt property.voidCTPath2DMoveTo.setPt(CTAdjPoint2D value) Sets the value of the pt property.