org.apache.poi.xslf.model.geom
Class CustomGeometry

java.lang.Object
  extended by org.apache.poi.xslf.model.geom.CustomGeometry
All Implemented Interfaces:
poi.support.Iterable

public class CustomGeometry
extends java.lang.Object
implements poi.support.Iterable

Definition of a custom geometric shape

Author:
Yegor Kozlov

Constructor Summary
CustomGeometry(org.openxmlformats.schemas.drawingml.x2006.main.CTCustomGeometry2D geom)
           
 
Method Summary
 Path getTextBounds()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomGeometry

public CustomGeometry(org.openxmlformats.schemas.drawingml.x2006.main.CTCustomGeometry2D geom)
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface poi.support.Iterable

getTextBounds

public Path getTextBounds()