Uses of Class
org.apache.poi.xddf.usermodel.chart.Shape
-
Packages that use Shape Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of Shape in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return Shape Modifier and Type Method Description ShapeXDDFBar3DChartData. getShape()static ShapeShape. valueOf(String name)Returns the enum constant of this type with the specified name.static Shape[]Shape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type Shape Modifier and Type Method Description voidXDDFBar3DChartData. setShape(Shape shape)
-