org.apache.poi.hslf.model
Class ShapePainter

java.lang.Object
  extended by org.apache.poi.hslf.model.ShapePainter

public final class ShapePainter
extends java.lang.Object

Paint a shape into java.awt.Graphics2D

Author:
Yegor Kozlov

Constructor Summary
ShapePainter()
           
 
Method Summary
static void paint(SimpleShape shape, java.awt.Graphics2D graphics)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapePainter

public ShapePainter()
Method Detail

paint

public static void paint(SimpleShape shape,
                         java.awt.Graphics2D graphics)