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.ObjectRenderingHints 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 intgetFilterType()booleanisCompatibleKey(ResampleOp.Key pKey)java.lang.StringtoString()
-
-
-
Method Detail
-
isCompatibleKey
public boolean isCompatibleKey(ResampleOp.Key pKey)
-
getFilterType
public int getFilterType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-