|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.RenderingHints.Key org.geotools.factory.Hints.Key
The type for keys used to control various aspects of the factory creation. Factory creation impacts rendering (which is why extending rendering key is not a complete non-sense), but may impact other aspects of an application as well.
Constructor Summary | |
Hints.Key(java.lang.Class classe)
Constructs a new key for values of the given class. |
Method Summary | |
java.lang.Class |
getValueClass()
Returns the expected class for values stored under this key. |
boolean |
isCompatibleValue(java.lang.Object value)
Returns if the specified object is a valid value for this key. |
Methods inherited from class java.awt.RenderingHints.Key |
equals, hashCode, intKey |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Hints.Key(java.lang.Class classe)
classe
- The base class for all valid values.Method Detail |
public java.lang.Class getValueClass()
public boolean isCompatibleValue(java.lang.Object value)
Class
assignable to the expected value class.
value
- The object to test for validity.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |