Uses of Class
org.apache.poi.sl.draw.binding.CTAdjPoint2D
-
Packages that use CTAdjPoint2D Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTAdjPoint2D in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTAdjPoint2D Modifier and Type Field Description protected CTAdjPoint2DCTConnectionSite. posprotected CTAdjPoint2DCTPolarAdjustHandle. posprotected CTAdjPoint2DCTXYAdjustHandle. posprotected CTAdjPoint2DCTPath2DLineTo. ptprotected CTAdjPoint2DCTPath2DMoveTo. ptFields in org.apache.poi.sl.draw.binding with type parameters of type CTAdjPoint2D Modifier and Type Field Description protected java.util.List<CTAdjPoint2D>CTPath2DCubicBezierTo. ptprotected java.util.List<CTAdjPoint2D>CTPath2DQuadBezierTo. ptMethods in org.apache.poi.sl.draw.binding that return CTAdjPoint2D Modifier and Type Method Description CTAdjPoint2DObjectFactory. createCTAdjPoint2D()Create an instance ofCTAdjPoint2DCTAdjPoint2DCTConnectionSite. getPos()Gets the value of the pos property.CTAdjPoint2DCTPolarAdjustHandle. getPos()Gets the value of the pos property.CTAdjPoint2DCTXYAdjustHandle. getPos()Gets the value of the pos property.CTAdjPoint2DCTPath2DLineTo. getPt()Gets the value of the pt property.CTAdjPoint2DCTPath2DMoveTo. getPt()Gets the value of the pt property.Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTAdjPoint2D Modifier and Type Method Description java.util.List<CTAdjPoint2D>CTPath2DCubicBezierTo. getPt()Gets the value of the pt property.java.util.List<CTAdjPoint2D>CTPath2DQuadBezierTo. getPt()Gets the value of the pt property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTAdjPoint2D Modifier and Type Method Description voidCTConnectionSite. 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.
-