- clear(Image) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Clears the data from the image.
- clone() - Method in class org.jdesktop.beans.AbstractBean
- computeForeground(Color) - Static method in class org.jdesktop.swingx.util.PaintUtils
-
Computes an appropriate foreground color (either white or black) for the
given background color.
- Contract - Class in org.jdesktop.swingx.util
-
Utility class for checking contracts.
- convertToBufferedImage(Image) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Converts the specified image into a compatible buffered image.
- createColorModelCompatibleImage(BufferedImage) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new BufferedImage using the same color model
as the image passed as a parameter.
- createCompatibleImage(BufferedImage) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new compatible image with the same width, height and
transparency as the image specified as a parameter.
- createCompatibleImage(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new compatible image of the specified width and height, and
the same transparency setting as the image specified as a parameter.
- createCompatibleImage(int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new opaque compatible image of the specified width and
height.
- createCompatibleTranslucentImage(int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new translucent compatible image of the specified width and
height.
- createThumbnail(BufferedImage, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- createThumbnail(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- createThumbnailFast(BufferedImage, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- createThumbnailFast(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- current() - Static method in class org.jdesktop.swingx.util.JVM
-
- generatePolygon(int, int, boolean) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
- generatePolygon(int, int, int, boolean) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
- generatePolygon(int, int, int) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
- generateShapeFromText(Font, char) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
- generateShapeFromText(Font, String) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
- get() - Method in class org.jdesktop.swingx.util.Separator
-
Returns the current value of the separator.
- getAllComponents(Container) - Static method in class org.jdesktop.swingx.util.WindowUtils
-
- getCheckerPaint() - Static method in class org.jdesktop.swingx.util.PaintUtils
-
Creates a new
Paint that is a checkered effect using the colors
gray and
Color.WHITE.
- getCheckerPaint(Paint, Paint, int) - Static method in class org.jdesktop.swingx.util.PaintUtils
-
Creates a new Paint that is a checkered effect using the specified colors.
- getOperatingSystem() - Static method in class org.jdesktop.swingx.util.Utilities
-
Get the operating system on which NetBeans is running.
- getPixels(BufferedImage, int, int, int, int, int[]) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns an array of pixels, stored as integers, from a
BufferedImage.
- getPointForCentering(Window) - Static method in class org.jdesktop.swingx.util.WindowUtils
-
Returns the Point at which a window should be placed to
center that window on the screen.
- getPointForCentering(JInternalFrame) - Static method in class org.jdesktop.swingx.util.WindowUtils
-
Returns the
Point at which a window should be placed to
center that window on the given desktop.
- getPointForStaggering(Window) - Static method in class org.jdesktop.swingx.util.WindowUtils
-
Returns the
Point at which a window should be placed in
order to be staggered slightly from another "origin" window to
ensure that the title areas of both windows remain visible to the user.
- getPropertyChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
-
Returns an array of all the listeners that were added to the
PropertyChangeSupport object with addPropertyChangeListener().
- getPropertyChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
-
Returns an array of all the listeners which have been associated
with the named property.
- getUsableScreenBounds() - Static method in class org.jdesktop.swingx.util.Utilities
-
Returns the usable area of the screen where applications can place its
windows.
- getUsableScreenBounds(GraphicsConfiguration) - Static method in class org.jdesktop.swingx.util.Utilities
-
Returns the usable area of the screen where applications can place its
windows.
- getVetoableChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
-
Returns the list of VetoableChangeListeners.
- getVetoableChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
-
Returns an array of all the listeners which have been associated
with the named property.
- getWindowsVisualStyle() - Static method in class org.jdesktop.swingx.util.OS
-
Returns the name of the current Windows visual style.
- GraphicsUtilities - Class in org.jdesktop.swingx.util
-
GraphicsUtilities contains a set of tools to perform
common graphics operations easily.
- GRAY - Static variable in class org.jdesktop.swingx.util.PaintUtils
-
- ORANGE_DELIGHT - Static variable in class org.jdesktop.swingx.util.PaintUtils
-
- org.jdesktop.beans - package org.jdesktop.beans
-
Contains classes to extend the functionality defined in the
java.beans package.
- org.jdesktop.swingx.util - package org.jdesktop.swingx.util
-
Contains utility API required by JDNC's Swing Extensions.
- OS - Class in org.jdesktop.swingx.util
-
Provides methods related to the runtime environment.
- OS() - Constructor for class org.jdesktop.swingx.util.OS
-
- OS_AIX - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is IBM AIX.
- OS_FREEBSD - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is FreeBSD
- OS_HP - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is HP-UX.
- OS_IRIX - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is SGI IRIX.
- OS_LINUX - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Linux.
- OS_MAC - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Mac.
- OS_OS2 - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is OS/2.
- OS_OTHER - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is unknown.
- OS_SOLARIS - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Solaris.
- OS_SUNOS - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Sun OS.
- OS_TRU64 - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Compaq TRU64 Unix
- OS_UNIX_MASK - Static variable in class org.jdesktop.swingx.util.Utilities
-
A mask for Unix platforms.
- OS_VMS - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Compaq OpenVMS
- OS_WIN2000 - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Windows 2000.
- OS_WIN95 - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Windows 95.
- OS_WIN98 - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Windows 98.
- OS_WIN_OTHER - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is one of the Windows variants but we don't know which
one it is
- OS_WINDOWS_MASK - Static variable in class org.jdesktop.swingx.util.Utilities
-
A mask for Windows platforms.
- OS_WINNT - Static variable in class org.jdesktop.swingx.util.Utilities
-
Operating system is Windows NT.