Uses of Enum Class
ca.corbett.extras.CustomizableDesktopPane.LogoPlacement
Packages that use CustomizableDesktopPane.LogoPlacement
-
Uses of CustomizableDesktopPane.LogoPlacement in ca.corbett.extras
Methods in ca.corbett.extras that return CustomizableDesktopPane.LogoPlacementModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CustomizableDesktopPane.LogoPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.extras with parameters of type CustomizableDesktopPane.LogoPlacementModifier and TypeMethodDescriptionvoidCustomizableDesktopPane.setLogoImagePlacement(CustomizableDesktopPane.LogoPlacement placement) Sets the LogoPlacement for use with the logo image.Constructors in ca.corbett.extras with parameters of type CustomizableDesktopPane.LogoPlacementModifierConstructorDescriptionCustomizableDesktopPane(BufferedImage image, CustomizableDesktopPane.LogoPlacement placement, float alpha, Gradient gradient) Creates a new CustomizableDesktopPane with the specified logo image and placement, and the specified initial GradientConfig.