org.apache.poi.sl.draw.geom
Class Outline

java.lang.Object
  extended by org.apache.poi.sl.draw.geom.Outline

public class Outline
extends java.lang.Object


Constructor Summary
Outline(java.awt.Shape shape, Path path)
           
 
Method Summary
 java.awt.Shape getOutline()
           
 Path getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Outline

public Outline(java.awt.Shape shape,
               Path path)
Method Detail

getPath

public Path getPath()

getOutline

public java.awt.Shape getOutline()