com.aspose.slides
Class ShapeElementFill

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

public class ShapeElementFill
extends java.lang.Object

Represents the fill properties for a ShapeElement.


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

Constructor Detail

ShapeElementFill

public ShapeElementFill(java.awt.Color color)
Method Detail

getColor

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

Returns:
the fill color.