Uses of Class
ca.cgjennings.graphics.filters.EdgeHandling
-
Packages that use EdgeHandling Package Description ca.cgjennings.graphics.filters -
-
Uses of EdgeHandling in ca.cgjennings.graphics.filters
Methods in ca.cgjennings.graphics.filters that return EdgeHandling Modifier and Type Method Description EdgeHandling
AbstractConvolver. getEdgeHandling()
Returns the edge handling mode used by the convolution.EdgeHandling
ConvolveFilter. getEdgeHandling()
Returns the current edge handling mode.EdgeHandling
MarginFilter. getEdgeHandling()
Returns the current edge handling mode.static EdgeHandling
EdgeHandling. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EdgeHandling[]
EdgeHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.graphics.filters with parameters of type EdgeHandling Modifier and Type Method Description void
ConvolveFilter. setEdgeHandling(EdgeHandling edgeHandling)
Sets the edge handling mode.void
MarginFilter. setEdgeHandling(EdgeHandling edgeMode)
Sets the edge handling mode to one of REPEAT, WRAP, or ZERO.
-