Uses of Class
org.apache.poi.sl.draw.geom.CustomGeometry
-
Packages that use CustomGeometry Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.draw.geom org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of CustomGeometry in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return CustomGeometry Modifier and Type Method Description CustomGeometry
HSLFSimpleShape. getGeometry()
-
Uses of CustomGeometry in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return CustomGeometry Modifier and Type Method Description protected static CustomGeometry
DrawSimpleShape. getCustomGeometry(java.lang.String name)
protected static CustomGeometry
DrawSimpleShape. getCustomGeometry(java.lang.String name, java.awt.Graphics2D graphics)
-
Uses of CustomGeometry in org.apache.poi.sl.draw.geom
Methods in org.apache.poi.sl.draw.geom that return CustomGeometry Modifier and Type Method Description static CustomGeometry
PresetGeometries. convertCustomGeometry(javax.xml.stream.XMLStreamReader staxReader)
Convert a single CustomGeometry object, i.e.Constructors in org.apache.poi.sl.draw.geom with parameters of type CustomGeometry Constructor Description Context(CustomGeometry geom, java.awt.geom.Rectangle2D anchor, IAdjustableShape props)
-
Uses of CustomGeometry in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return CustomGeometry Modifier and Type Method Description CustomGeometry
SimpleShape. getGeometry()
-
Uses of CustomGeometry in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return CustomGeometry Modifier and Type Method Description CustomGeometry
XSLFSimpleShape. getGeometry()
-