Uses of Class
org.apache.poi.xddf.usermodel.XDDFAdjustHandlePolar
-
Packages that use XDDFAdjustHandlePolar Package Description org.apache.poi.xddf.usermodel -
-
Uses of XDDFAdjustHandlePolar in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return XDDFAdjustHandlePolar Modifier and Type Method Description XDDFAdjustHandlePolar
XDDFCustomGeometry2D. addPolarAdjustHandle()
XDDFAdjustHandlePolar
XDDFCustomGeometry2D. getPolarAdjustHandle(int index)
XDDFAdjustHandlePolar
XDDFCustomGeometry2D. insertPolarAdjustHandle(int index)
Methods in org.apache.poi.xddf.usermodel that return types with arguments of type XDDFAdjustHandlePolar Modifier and Type Method Description java.util.List<XDDFAdjustHandlePolar>
XDDFCustomGeometry2D. getPolarAdjustHandles()
-