com.aspose.slides
Class ShapeElementFill

java.lang.Object
  extended by com.aspose.slides.ShapeElementFill

public class ShapeElementFill
extends java.lang.Object

Represents the fill propeties for a ShapeElement.


Method Summary
 java.awt.Color getColor()
          Returns the fill color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColor

public java.awt.Color getColor()
Returns the fill color.

Returns:
the fill color. See Color .