com.aspose.metafiles
Class MetafilesRenderingHintKey

java.lang.Object
  extended by java.awt.RenderingHints.Key
      extended by com.aspose.metafiles.MetafilesRenderingHintKey

public final class MetafilesRenderingHintKey
extends java.awt.RenderingHints.Key

Represents the key used to control metafiles recoloring.


Method Summary
 java.lang.String getDescription()
          Returns the key description.
 boolean isCompatibleValue(java.lang.Object val)
          Returns true if the specified object is a valid value for this Key.
 
Methods inherited from class java.awt.RenderingHints.Key
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCompatibleValue

public boolean isCompatibleValue(java.lang.Object val)
Returns true if the specified object is a valid value for this Key.

Specified by:
isCompatibleValue in class java.awt.RenderingHints.Key
Parameters:
val - the Object to test for validity.
Returns:
true if val is valid; false otherwise.

getDescription

public java.lang.String getDescription()
Returns the key description.

Returns:
the key description.