Package com.twelvemonkeys.image
Class ResampleOp.Value
- java.lang.Object
-
- com.twelvemonkeys.image.ResampleOp.Value
-
- Enclosing class:
- ResampleOp
static final class ResampleOp.Value extends java.lang.Object
RenderingHints value implementation, works with Key keys.
-
-
Constructor Summary
Constructors Constructor Description Value(java.awt.RenderingHints.Key pKey, java.lang.String pName, int pType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFilterType()
boolean
isCompatibleKey(ResampleOp.Key pKey)
java.lang.String
toString()
-
-
-
Method Detail
-
isCompatibleKey
public boolean isCompatibleKey(ResampleOp.Key pKey)
-
getFilterType
public int getFilterType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-