com.itextpdf.awt.geom.misc
Class RenderingHints.Key

java.lang.Object
  extended by com.itextpdf.awt.geom.misc.RenderingHints.Key
Enclosing class:
RenderingHints

public abstract static class RenderingHints.Key
extends Object

Key


Constructor Summary
protected RenderingHints.Key(int key)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
protected  int intKey()
           
abstract  boolean isCompatibleValue(Object val)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingHints.Key

protected RenderingHints.Key(int key)
Method Detail

equals

public final boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

intKey

protected final int intKey()

isCompatibleValue

public abstract boolean isCompatibleValue(Object val)


Copyright © 2013. All Rights Reserved.