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 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 CTAdjPoint2D Modifier and Type Field Description protected java.util.List<CTAdjPoint2D>
CTPath2DCubicBezierTo. pt
protected java.util.List<CTAdjPoint2D>
CTPath2DQuadBezierTo. pt
Methods in org.apache.poi.sl.draw.binding that return CTAdjPoint2D Modifier and Type Method Description CTAdjPoint2D
ObjectFactory. createCTAdjPoint2D()
Create an instance ofCTAdjPoint2D
CTAdjPoint2D
CTConnectionSite. getPos()
Gets the value of the pos property.CTAdjPoint2D
CTPolarAdjustHandle. getPos()
Gets the value of the pos property.CTAdjPoint2D
CTXYAdjustHandle. getPos()
Gets the value of the pos property.CTAdjPoint2D
CTPath2DLineTo. getPt()
Gets the value of the pt property.CTAdjPoint2D
CTPath2DMoveTo. 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 void
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.
-