org.apache.poi.hslf.model
Class AutoShape

java.lang.Object
  extended by org.apache.poi.hslf.model.Shape
      extended by org.apache.poi.hslf.model.SimpleShape
          extended by org.apache.poi.hslf.model.AutoShape

public class AutoShape
extends SimpleShape

Represents a autoshape in a PowerPoint drawing

Author:
Yegor Kozlov

Field Summary
 
Fields inherited from class org.apache.poi.hslf.model.Shape
_escherContainer, _parent, _sheet, EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, logger, MASTER_DPI, PIXEL_DPI, POINT_DPI
 
Constructor Summary
protected AutoShape(EscherContainerRecord escherRecord, Shape parent)
           
  AutoShape(int type)
           
  AutoShape(int type, Shape parent)
           
 
Method Summary
protected  EscherContainerRecord createSpContainer(int shapeType, boolean isChild)
           
 
Methods inherited from class org.apache.poi.hslf.model.SimpleShape
createSpContainer, getFillColor, getLineColor, getLineDashing, getLineStyle, getLineWidth, setFillColor, setLineColor, setLineDashing, setLineStyle, setLineWidth
 
Methods inherited from class org.apache.poi.hslf.model.Shape
afterInsert, getAnchor, getColor, getEscherChild, getEscherProperty, getFill, getHyperlink, getParent, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setShapeType, setSheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoShape

protected AutoShape(EscherContainerRecord escherRecord,
                    Shape parent)

AutoShape

public AutoShape(int type,
                 Shape parent)

AutoShape

public AutoShape(int type)
Method Detail

createSpContainer

protected EscherContainerRecord createSpContainer(int shapeType,
                                                  boolean isChild)


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.