- All Implemented Interfaces:
Serializable
,Comparable<EdgeMode>
,Constable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
private static final class
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ImageProducer
applyConvolutions
(@Nullable RenderingHints hints, @NotNull BufferedImage image, @NotNull EdgeMode.ConvolveOperation convolveOperation, int awtEdgeMode) abstract ImageProducer
convolve
(@NotNull RenderContext context, @NotNull FilterContext filterContext, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) private static @NotNull ImageProducer
convolveDuplicate
(@NotNull RenderContext context, @NotNull FilterContext filterContext, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) private static ImageProducer
convolveWrap
(@NotNull RenderContext context, @NotNull FilterContext filterContext, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) private static EdgeMode.EdgeModeImage
prepareEdgeModeImage
(@NotNull RenderContext context, @NotNull ImageProducer producer, @NotNull EdgeMode.ConvolveOperation convolveOperation) static EdgeMode
Returns 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)
-