Package org.apache.poi.sl.draw.geom
Class PresetGeometries
- java.lang.Object
-
- org.apache.poi.sl.draw.geom.PresetGeometries
-
public final class PresetGeometries extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
CustomGeometry
get(String name)
static PresetGeometries
getInstance()
int
hashCode()
Set<String>
keySet()
int
size()
-
-
-
Method Detail
-
getInstance
public static PresetGeometries getInstance()
-
get
public CustomGeometry get(String name)
-
size
public int size()
-
-