Uses of Enum Class
ch.swingfx.twinkle.style.overlay.OverlayPaintMode
Packages that use OverlayPaintMode
-
Uses of OverlayPaintMode in ch.swingfx.twinkle.style.overlay
Subclasses with type arguments of type OverlayPaintMode in ch.swingfx.twinkle.style.overlayModifier and TypeClassDescriptionenumTells us if we should paint the overlay always, or only on mouse over/outFields in ch.swingfx.twinkle.style.overlay declared as OverlayPaintModeMethods in ch.swingfx.twinkle.style.overlay that return OverlayPaintModeModifier and TypeMethodDescriptionstatic OverlayPaintModeReturns the enum constant of this class with the specified name.static OverlayPaintMode[]OverlayPaintMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.swingfx.twinkle.style.overlay with parameters of type OverlayPaintModeModifier and TypeMethodDescriptionvoidAbstractOverlay.setOverlayPaintMode(OverlayPaintMode paintMode) voidIOverlay.setOverlayPaintMode(OverlayPaintMode paintMode) Set when the overlay is paintedvoidNullOverlay.setOverlayPaintMode(OverlayPaintMode paintMode) Constructors in ch.swingfx.twinkle.style.overlay with parameters of type OverlayPaintModeModifierConstructorDescriptionAbstractOverlay(OverlayPaintMode paintMode, IOverlay decorator) BorderOverlay(int width, Color color, OverlayPaintMode paintMode) Create a newBorderOverlayBorderOverlay(int width, Color color, OverlayPaintMode paintMode, IOverlay decorator) Create a newBorderOverlaywith a decoratorGradientOverlay(Color startColor, Color endColor, OverlayPaintMode paintMode) Create a gradient overlayGradientOverlay(Color startColor, Color endColor, OverlayPaintMode paintMode, IOverlay decorator) Create a gradient overlay with a decorator