| java.lang.Object javax.media.jai.operator.SubsampleAveragePropertyGenerator
SubsampleAveragePropertyGenerator | class SubsampleAveragePropertyGenerator implements PropertyGenerator(Code) | | This property generator computes the properties for the operation
"SubsampleAverage" dynamically.
since: JAI 1.1.2 |
SubsampleAveragePropertyGenerator | public SubsampleAveragePropertyGenerator()(Code) | | Constructor.
|
canGenerateProperties | public boolean canGenerateProperties(Object opNode)(Code) | | Determines whether properties can be generated from the supplied node.
|
getClass | public Class getClass(String propertyName)(Code) | | Returns the expected class which is ROI.class if
propertyName and null otherwise.
|
getProperty | public Object getProperty(String name, Object opNode)(Code) | | Returns the specified property for the supplied node.
Parameters: name - Property name. Parameters: opNode - Operation node. |
getProperty | public Object getProperty(String name, RenderedOp op)(Code) | | Returns the specified property.
Parameters: name - Property name. Parameters: op - Operation node. |
getProperty | public Object getProperty(String name, RenderableOp op)(Code) | | Returns null.
Parameters: name - Property name. Parameters: op - Operation node. |
getPropertyNames | public String[] getPropertyNames()(Code) | | Returns the valid property names for the operation "SubsampleAverage".
This is equal to the array {"ROI"} .
|
|
|