Package convex.gui.utils
Class Toolkit
java.lang.Object
convex.gui.utils.Toolkit
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentListener
static Image
static void
init()
static ImageIcon
scaledIcon(int size, String resourcePath)
static BufferedImage
smoothResize(BufferedImage src, int w, int h)
Scale an image with interpolation / AA for nicer effects
-
Field Details
-
LOCKED_ICON
-
UNLOCKED_ICON
-
WARNING
-
CAKE
-
CONVEX
-
COG
-
DEFAULT_FONT
-
MONO_FONT
-
SMALL_MONO_FONT
-
SMALL_MONO_BOLD
-
-
Constructor Details
-
Toolkit
public Toolkit()
-
-
Method Details
-
scaledIcon
-
smoothResize
Scale an image with interpolation / AA for nicer effects- Parameters:
src
-w
-h
-- Returns:
- A new, resized image
-
createDocumentListener
-
init
public static void init() -
getImage
-