com.aspose.slides
Class RecolorTable

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

public class RecolorTable
extends java.lang.Object

Represents the recolor table for a picture frames with metafile.


Method Summary
 java.util.HashMap getFillColors()
          Returns the hashtable with fill colors.
 java.util.HashMap getGlobalColors()
          Returns the hashtable with global colors.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGlobalColors

public java.util.HashMap getGlobalColors()
Returns the hashtable with global colors.

Returns:
the hashtable with global colors. See HashMap.

getFillColors

public java.util.HashMap getFillColors()
Returns the hashtable with fill colors.

Returns:
the hashtable with fill colors. See HashMap.