Enum Class EdgeMode
- All Implemented Interfaces:
Serializable, Comparable<EdgeMode>, Constable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static final classNested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ImageProducerapplyConvolutions(@Nullable RenderingHints hints, @NotNull BufferedImage image, @NotNull EdgeMode.ConvolveOperation convolveOperation, int awtEdgeMode) abstract ImageProducerconvolve(@NotNull RenderContext context, @NotNull FilterContext filterContext, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) private static @NotNull ImageProducerconvolveDuplicate(@NotNull RenderContext context, @NotNull FilterContext filterContext, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) private static ImageProducerconvolveWrap(@NotNull RenderContext context, @NotNull FilterContext filterContext, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) private static EdgeMode.EdgeModeImageprepareEdgeModeImage(@NotNull RenderContext context, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) static EdgeModeReturns the enum constant of this class with the specified name.static EdgeMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Duplicate
-
Wrap
-
None
-
-
Constructor Details
-
EdgeMode
private EdgeMode()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
convolve
public abstract ImageProducer convolve(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext, @NotNull @NotNull ImageProducer producer, @NotNull @NotNull EdgeMode.ConvolveOperation convolveOperation) -
prepareEdgeModeImage
private static EdgeMode.EdgeModeImage prepareEdgeModeImage(@NotNull @NotNull RenderContext context, @NotNull @NotNull ImageProducer producer, @NotNull @NotNull EdgeMode.ConvolveOperation convolveOperation) -
convolveDuplicate
@NotNull private static @NotNull ImageProducer convolveDuplicate(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext, @NotNull @NotNull ImageProducer producer, @NotNull @NotNull EdgeMode.ConvolveOperation convolveOperation) -
convolveWrap
private static ImageProducer convolveWrap(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext, @NotNull @NotNull ImageProducer producer, @NotNull @NotNull EdgeMode.ConvolveOperation convolveOperation) -
applyConvolutions
private static ImageProducer applyConvolutions(@Nullable @Nullable RenderingHints hints, @NotNull @NotNull BufferedImage image, @NotNull @NotNull EdgeMode.ConvolveOperation convolveOperation, int awtEdgeMode)
-