Class ShapeWrapper

java.lang.Object
org.pptx4j.model.ShapeWrapper

public class ShapeWrapper
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ShapeWrapper​(Shape sp, java.lang.String phType, JaxbPmlPart owner)  
  • Method Summary

    Modifier and Type Method Description
    JaxbPmlPart getOwner()  
    java.lang.String getPhType()  
    Shape getSp()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getPhType

      public java.lang.String getPhType()
      Returns:
      the phType
    • getSp

      public Shape getSp()
      Returns:
      the shape itself
    • getOwner

      public JaxbPmlPart getOwner()
      Returns:
      the layout part in which this shape is defined