Uses of Class
ca.corbett.extras.image.LogoProperty
Packages that use LogoProperty
Package
Description
Contains utilities and components related to image handling.
This package contains classes and utilities for working with progress bars, and with
long-running tasks that require progress bars.
-
Uses of LogoProperty in ca.corbett.extras.image
Methods in ca.corbett.extras.image with parameters of type LogoPropertyModifier and TypeMethodDescriptionstatic voidLogoGenerator.generateAndSaveImage(String text, LogoProperty preset, File outputFile) Generates an image using the given text and LogoConfig instance, and then saves it to the given File.static BufferedImageLogoGenerator.generateImage(String text, LogoProperty preset) Generates an image using the given text and LogoConfig instance. -
Uses of LogoProperty in ca.corbett.extras.progress
Constructors in ca.corbett.extras.progress with parameters of type LogoPropertyModifierConstructorDescriptionSplashProgressWindow(Frame owner, String appName, LogoProperty config) Very generally, the SplashProgressWindow will never have a parent frame, as it is intended to be used as a standalone splash screen on application startup.SplashProgressWindow(String appName, LogoProperty config) If you don't have an application logo image at the ready, use this constructor to dynamically generate one on the fly (using LogoGenerator).