A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  Y 

A

actionPerformed(ActionEvent) - Method in class com .bric .swing . DialogFooter.ClickAction
 
add(JComponent, String, Runnable) - Static method in class com .bric .swing . ContextualMenuHelper
Add a menu item that invokes the argument Runnable when selected.
add(String, Runnable) - Method in class com .bric .swing . ContextualMenuHelper
 
addActionListener(ActionListener) - Method in class com .bric .swing . DialogFooter
Adds an ActionListener.
addChangeListener(ChangeListener) - Method in class com .bric .swing . ColorComponent
Add a ChangeListener to be notified when setColor() is called.
addChangeListener(ChangeListener) - Method in class com .bric .swing . ColorPickerPanel
This listener will be notified when the current HSB or RGB values change.
addComponent(JComponent) - Method in class com .bric .swing . ContextualMenuHelper
Install this contextual menu on the component provided.
addMenuItem(JMenuItem) - Method in class com .bric .swing . ContextualMenuHelper
 
addPopupMenu(String, JComponent, EnumProperty<?>, Runnable) - Static method in class com .bric .swing . ContextualMenuHelper
Add a submenu that offers a choice of radiobutton menu items to control an EnumProperty.
addPopupMenu(String, EnumProperty, Runnable) - Method in class com .bric .swing . ContextualMenuHelper
 
addToggle(JComponent, BooleanProperty, Runnable) - Static method in class com .bric .swing . ContextualMenuHelper
Add a checkbox menu item to control a BooleanProperty.
addToggle(BooleanProperty, Runnable) - Method in class com .bric .swing . ContextualMenuHelper
 
Aqua - Static variable in class com .bric .image .thumbnail . BasicThumbnail
A thumbnail format that resembles the icon observed on Mac 10.7.4 in the Finder for image thumbnails.
AquaColorWellUI - Class in com.bric.plaf
 
AquaColorWellUI() - Constructor for class com .bric .plaf . AquaColorWellUI
 
autoClose - Variable in class com .bric .swing . DialogFooter
 

B

BasicThumbnail - Class in com.bric.image.thumbnail
This provides a simple thumbnail format offering shadows, borders, and rotation.
BasicThumbnail(BasicThumbnail.Layer[]) - Constructor for class com .bric .image .thumbnail . BasicThumbnail
Create a BasicThumbnail with no rotation.
BasicThumbnail(BasicThumbnail.Layer[], float) - Constructor for class com .bric .image .thumbnail . BasicThumbnail
Create a BasicThumbnail.
BasicThumbnail(BasicThumbnail.Layer[], float, boolean) - Constructor for class com .bric .image .thumbnail . BasicThumbnail
Create a BasicThumbnail.
BasicThumbnail.Border - Class in com.bric.image.thumbnail
A is a border of varying thickness and curvature.
BasicThumbnail.Image - Class in com.bric.image.thumbnail
This layer paints the actual scaled source image.
BasicThumbnail.Layer - Interface in com.bric.image.thumbnail
A layer of this thumbnail.
BasicThumbnail.Shadow - Class in com.bric.image.thumbnail
This is a set of concentric rounded rectangles used to paint a shadow.
bind(ColorComponent) - Method in class com .bric .swing . ColorComponent
 
BLUE - Static variable in class com .bric .swing . ColorPicker
Used to indicate when we're in "blue mode".
BmpDecoderIterator - Class in com.bric.image.bmp
A BytePixelIterator that reads simple BMP graphics.
BmpHeaderException - Exception in com.bric.image.bmp
Thrown when an input stream does not begin with "BM", which signals this isn't a valid BMP image.
BmpHeaderException() - Constructor for exception com .bric .image .bmp . BmpHeaderException
 
BmpHeaderException(String) - Constructor for exception com .bric .image .bmp . BmpHeaderException
 
Border(int, Color, int, int) - Constructor for class com .bric .image .thumbnail . BasicThumbnail.Border
Create a new Border.
BRI - Static variable in class com .bric .swing . ColorPicker
Used to indicate when we're in "brightness mode".
BufferedImageIterator - Class in com.bric.image.pixel
This interfaces the PixelIterator model with BufferedImages.
ByteBGRAConverter - Class in com.bric.image.pixel
A PixelConverter that converts all data to BGRA-formatted bytes.
ByteBGRAConverter(PixelIterator) - Constructor for class com .bric .image .pixel . ByteBGRAConverter
 
ByteBGRConverter - Class in com.bric.image.pixel
A PixelConverter that converts all data to BGR-formatted bytes.
ByteBGRConverter(PixelIterator) - Constructor for class com .bric .image .pixel . ByteBGRConverter
 
BytePixelIterator - Interface in com.bric.image.pixel
This is a PixelIterator that iterates over an image that expresses its pixels in bytes.
ByteScalingIterator(PixelIterator, int, int, int) - Constructor for class com .bric .image .pixel . ScalingIterator.ByteScalingIterator
Create a new ByteScalingIterator.

C

calculateThumbSize() - Method in class com .bric .plaf . ColorPickerSliderUI
 
calculateTrackRect() - Method in class com .bric .plaf . ColorPickerSliderUI
 
CANCEL_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate the user selected "Cancel" in a dialog.
clear(JComponent) - Static method in class com .bric .swing . ContextualMenuHelper
Clear any registered contextual menu information for this component.
ClickAction(JButton) - Constructor for class com .bric .swing . DialogFooter.ClickAction
 
closeDialogAndDisposeAction - Static variable in class com .bric .swing . DialogFooter
This action takes the Window associated with the source of this event, hides it, and then calls dispose() on it.
color - Variable in class com .bric .image .thumbnail . BasicThumbnail.Border
The color of this border.
color - Variable in class com .bric .image .thumbnail . BasicThumbnail.Image
An optional color to paint below this image.
color - Variable in class com .bric .swing . ColorComponent
 
colorChangeListener - Static variable in class com .bric .plaf . ColorWellUI
 
ColorComponent - Class in com.bric.swing
This is an abstract JComponent that stores and somehow presents a color.
ColorComponent() - Constructor for class com .bric .swing . ColorComponent
 
ColorPalette - Class in com.bric.swing
This is a JComponent that presents a selection of colors to the user.
ColorPalette(Color) - Constructor for class com .bric .swing . ColorPalette
 
ColorPalette() - Constructor for class com .bric .swing . ColorPalette
 
ColorPaletteUI - Class in com.bric.plaf
 
ColorPaletteUI() - Constructor for class com .bric .plaf . ColorPaletteUI
 
ColorPicker - Class in com.bric.swing
This is a panel that offers a robust set of controls to pick a color.
ColorPicker() - Constructor for class com .bric .swing . ColorPicker
Create a new ColorPicker with all controls visible except opacity.
ColorPicker(boolean, boolean) - Constructor for class com .bric .swing . ColorPicker
Create a new ColorPicker.
ColorPickerPanel - Class in com.bric.swing
This is the large graphic element in the ColorPicker that depicts a wide range of colors.
ColorPickerPanel() - Constructor for class com .bric .swing . ColorPickerPanel
Creates a new ColorPickerPanel
ColorPickerSliderUI - Class in com.bric.plaf
This is a SliderUI designed specifically for the ColorPicker.
ColorPickerSliderUI(JSlider, ColorPicker) - Constructor for class com .bric .plaf . ColorPickerSliderUI
 
ColorSet - Class in com.bric.plaf
This is a 2D image of colors.
ColorSet(boolean) - Constructor for class com .bric .plaf . ColorSet
Create a 10x15 color grid.
ColorSet(boolean, int, int) - Constructor for class com .bric .plaf . ColorSet
 
ColorSwatch - Class in com.bric.swing
This is a square, opaque panel used to indicate a certain color.
ColorSwatch(int) - Constructor for class com .bric .swing . ColorSwatch
 
ColorSwatch(Color, int) - Constructor for class com .bric .swing . ColorSwatch
 
ColorWell - Class in com.bric.swing
This is a rectangular panel used to render one color.
ColorWell() - Constructor for class com .bric .swing . ColorWell
 
ColorWell(Color) - Constructor for class com .bric .swing . ColorWell
 
ColorWellUI - Class in com.bric.plaf
 
ColorWellUI() - Constructor for class com .bric .plaf . ColorWellUI
 
com.bric.image - package com.bric.image
 
com.bric.image.bmp - package com.bric.image.bmp
 
com.bric.image.pixel - package com.bric.image.pixel
 
com.bric.image.thumbnail - package com.bric.image.thumbnail
 
com.bric.plaf - package com.bric.plaf
 
com.bric.swing - package com.bric.swing
 
contains(JComponent, int, int) - Method in class com .bric .plaf . ColorPaletteUI
 
containsButton(int) - Method in class com .bric .swing . DialogFooter
Returns true if a certain button type is available in this footer.
ContextualMenuHelper - Class in com.bric.swing
 
ContextualMenuHelper() - Constructor for class com .bric .swing . ContextualMenuHelper
 
ContextualMenuHelper(JComponent) - Constructor for class com .bric .swing . ContextualMenuHelper
 
create(PixelIterator, BufferedImage) - Static method in class com .bric .image .pixel . BufferedImageIterator
Creates a BufferedImage from a PixelIterator.
create(Thumbnail.ImageSource, Dimension) - Method in class com .bric .image .thumbnail . BasicThumbnail
 
create(URL, Dimension) - Method in class com .bric .image .thumbnail . Thumbnail
Create a thumbnail from a URL.
create(Image, Dimension) - Method in class com .bric .image .thumbnail . Thumbnail
Create a thumbnail from an image.
create(File, Dimension) - Method in class com .bric .image .thumbnail . Thumbnail
Create a thumbnail from a file.
create(BufferedImage, Dimension) - Method in class com .bric .image .thumbnail . Thumbnail
Create a thumbnail from a BufferedImage.
create(Thumbnail.ImageSource, Dimension) - Method in class com .bric .image .thumbnail . Thumbnail
Create a thumbnail from an ImageSource.
createCancelButton(boolean) - Static method in class com .bric .swing . DialogFooter
Creates a new "Cancel" button.
createDialogFooter(int, DialogFooter.EscapeKeyBehavior) - Static method in class com .bric .swing . DialogFooter
Creates a DialogFooter and assigns a default button.
createDialogFooter(JComponent[], int, DialogFooter.EscapeKeyBehavior) - Static method in class com .bric .swing . DialogFooter
Creates a DialogFooter and assigns a default button.
createDialogFooter(JComponent[], int, int, DialogFooter.EscapeKeyBehavior) - Static method in class com .bric .swing . DialogFooter
Creates a DialogFooter.
createDontSaveButton() - Static method in class com .bric .swing . DialogFooter
Creates a new "Don't Save" button that is not triggered by the escape key.
createDontSaveButton(boolean) - Static method in class com .bric .swing . DialogFooter
Creates a new "Don't Save" button.
createNoButton() - Static method in class com .bric .swing . DialogFooter
Creates a new "No" button that is not triggered by the escape key.
createNoButton(boolean) - Static method in class com .bric .swing . DialogFooter
Creates a new "No" button.
createOKButton() - Static method in class com .bric .swing . DialogFooter
Creates a new "OK" button that is not triggered by the escape key.
createOKButton(boolean) - Static method in class com .bric .swing . DialogFooter
Creates a new "OK" button.
createSaveButton() - Static method in class com .bric .swing . DialogFooter
Creates a new "Save" button that is not triggered by the escape key.
createSaveButton(boolean) - Static method in class com .bric .swing . DialogFooter
Creates a new "Save" button.
createScaledImage(URL, Dimension) - Static method in class com .bric .image .pixel . GenericImageSinglePassIterator
Create a scaled image from a URL.
createUI(JComponent) - Static method in class com .bric .plaf . AquaColorWellUI
 
createUI(JComponent) - Static method in class com .bric .plaf . HSBColorPaletteUI
 
createUI(JComponent) - Static method in class com .bric .plaf . HSLColorPaletteUI
 
createYesButton() - Static method in class com .bric .swing . DialogFooter
Creates a new "Yes" button that is not triggered by the escape key.
createYesButton(boolean) - Static method in class com .bric .swing . DialogFooter
Creates a new "Yes" button.
curvature - Variable in class com .bric .image .thumbnail . BasicThumbnail.Image
The curvature to apply to the borders of the scaled image.

D

defaultButton - Variable in class com .bric .swing . DialogFooter
 
DelegateFocusTraversalPolicy - Class in com.bric.swing
A simple FocusTraversalPolicy object that delegates to another object.
DelegateFocusTraversalPolicy(FocusTraversalPolicy) - Constructor for class com .bric .swing . DelegateFocusTraversalPolicy
 
DialogFooter - Class in com.bric.swing
This is a row of buttons, intended to be displayed at the bottom of a dialog.
DialogFooter(JComponent[], JComponent[], boolean, JButton) - Constructor for class com .bric .swing . DialogFooter
Create a new DialogFooter.
DialogFooter.ClickAction - Class in com.bric.swing
This action calls button.doClick().
DialogFooter.EscapeKeyBehavior - Enum in com.bric.swing
 
dismissControls - Variable in class com .bric .swing . DialogFooter
 
DONT_SAVE_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate the user selected "Don't Save" in a dialog.
DONT_SAVE_SAVE_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate a dialog should present a "Don't Save" and "Save" option.
DOUBLE_CLICK_ACTION_PROPERTY - Static variable in class com .bric .plaf . ColorWellUI
This client property maps to an ActionListener that is notified when user double-clicks on a ColorWell.
DOWN_KEY_ACTION_PROPERTY - Static variable in class com .bric .plaf . ColorWellUI
This client property maps to an ActionListener that is notified when the down arrow key is pressed.
drawBevel(Graphics2D, Rectangle) - Static method in class com .bric .plaf . PlafPaintUtils
Uses translucent shades of white and black to draw highlights and shadows around a rectangle, and then frames the rectangle with a shade of gray (120).

E

equals(Object) - Method in class com .bric .image .thumbnail . BasicThumbnail.Border
 
equals(Object) - Method in class com .bric .image .thumbnail . BasicThumbnail
 
equals(Object) - Method in class com .bric .image .thumbnail . BasicThumbnail.Image
 
equals(Object) - Method in class com .bric .image .thumbnail . BasicThumbnail.Shadow
 
evaluate(float) - Method in class com .bric .plaf . HueDistribution
 
evaluate(float[], float[], float) - Static method in class com .bric .plaf . HueDistribution
 
evaluateInverse(float) - Method in class com .bric .plaf . HueDistribution
 

F

finalize() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
 
fireChangeListeners() - Method in class com .bric .swing . ColorComponent
 
fireChangeListeners() - Method in class com .bric .swing . ColorPickerPanel
 
flush() - Method in class com .bric .image .pixel . ScalingIterator
 
flush() - Method in class com .bric .plaf . ColorSet
 
FocusArrowListener - Class in com.bric.plaf
This listens for arrow keys and shifts the keyboard focus accordingly.
FocusArrowListener() - Constructor for class com .bric .plaf . FocusArrowListener
 
FocusedBorder - Class in com.bric.swing
This will alternate between a focus ring of 3 pixels and an arbitrary border you pass when constructing this object.
FocusedBorder(Border) - Constructor for class com .bric .swing . FocusedBorder
Create a new FocusedBorder.

G

GenericImageSinglePassIterator - Class in com.bric.image.pixel
This pixel iterator processes a java.awt.Image in a single pass (either top-to-bottom or bottom-to-top).
GenericImageSinglePassIterator.NonSinglePassException - Exception in com.bric.image.pixel
This exception indicates that the source image did not provide all the pixel data in a single pass.
get(File) - Static method in class com .bric .image .bmp . BmpDecoderIterator
Returns a BmpDecoderIterator from a File.
get(InputStream) - Static method in class com .bric .image .bmp . BmpDecoderIterator
Returns a BmpDecoderIterator from an InputStream.
get(File) - Static method in class com .bric .image . ImageSize
Retrieves the dimensions of this image using ImageIO classes or an ImageObserver.
get(URL) - Static method in class com .bric .image . ImageSize
Retrieves the dimensions of this image using ImageIO classes or an ImageObserver.
get(Image) - Static method in class com .bric .image . ImageSize
Retrieves the dimensions of this image using an ImageObserver.
get(BufferedImage) - Static method in class com .bric .image .pixel . BufferedImageIterator
 
get(BufferedImage, boolean) - Static method in class com .bric .image .pixel . BufferedImageIterator
 
get(File, int) - Static method in class com .bric .image .pixel . GenericImageSinglePassIterator
Returns a GenericImageSinglePassIterator that is either a IntPixelIterator or a BytePixelIterator.
get(Image, int) - Static method in class com .bric .image .pixel . GenericImageSinglePassIterator
Returns a GenericImageSinglePassIterator that is either a IntPixelIterator or a BytePixelIterator.
get(IntPixelIterator, float) - Static method in class com .bric .image .pixel . ScalingIterator
Returns a IntPixelIterator scaled to a specific ratio.
get(BytePixelIterator, float) - Static method in class com .bric .image .pixel . ScalingIterator
Returns a BytePixelIterator scaled to a specific ratio.
get(PixelIterator, float) - Static method in class com .bric .image .pixel . ScalingIterator
Returns a PixelIterator scaled to a specific ratio.
get(IntPixelIterator, int, int) - Static method in class com .bric .image .pixel . ScalingIterator
Returns a IntPixelIterator with a fixed width and height.
get(BytePixelIterator, int, int) - Static method in class com .bric .image .pixel . ScalingIterator
Returns a BytePixelIterator with a fixed width and height.
get(PixelIterator, int, int) - Static method in class com .bric .image .pixel . ScalingIterator
Returns a PixelIterator with a fixed width and height.
getAdjustingLock(ColorPalette) - Static method in class com .bric .plaf . ColorPaletteUI
 
getBorderInsets(Component) - Method in class com .bric .swing . FocusedBorder
 
getButton(int) - Method in class com .bric .swing . DialogFooter
Finds a certain type of button, if it is available.
getByteIterator(File, int) - Static method in class com .bric .image .pixel . GenericImageSinglePassIterator
Returns a GenericImageSinglePassByteIterator.
getCheckerBoard(int) - Static method in class com .bric .plaf . PlafPaintUtils
 
getCheckerBoard(int, Color, Color) - Static method in class com .bric .plaf . PlafPaintUtils
 
getColor(ColorPalette, int, int) - Method in class com .bric .plaf . ColorPaletteUI
 
getColor() - Method in class com .bric .swing . ColorComponent
Returns the current color.
getColor() - Method in class com .bric .swing . ColorPicker
 
getColorPanel() - Method in class com .bric .swing . ColorPicker
 
getColorSet(ColorPalette) - Method in class com .bric .plaf . ColorPaletteUI
 
getColorSet(ColorPalette) - Method in class com .bric .plaf . HSBColorPaletteUI
 
getColorSet(ColorPalette, boolean) - Method in class com .bric .plaf . HSBColorPaletteUI
 
getColorSet(ColorPalette) - Method in class com .bric .plaf . HSLColorPaletteUI
 
getColorSet(ColorPalette, boolean) - Method in class com .bric .plaf . HSLColorPaletteUI
 
getComponentAfter(Container, Component) - Method in class com .bric .swing . DelegateFocusTraversalPolicy
 
getComponentBefore(Container, Component) - Method in class com .bric .swing . DelegateFocusTraversalPolicy
 
getConstructionString() - Method in class com .bric .image .thumbnail . BasicThumbnail.Border
 
getConstructionString() - Method in class com .bric .image .thumbnail . BasicThumbnail.Image
 
getConstructionString() - Method in interface com .bric .image .thumbnail . BasicThumbnail.Layer
 
getConstructionString() - Method in class com .bric .image .thumbnail . BasicThumbnail.Shadow
 
getContextualMenuHelper(JComponent) - Static method in class com .bric .swing . ContextualMenuHelper
Return the ContextualMenuHelper the static helper methods refer to.
getDefaultBorder() - Method in class com .bric .plaf . ColorPaletteUI
 
getDefaultComponent(Container) - Method in class com .bric .swing . DelegateFocusTraversalPolicy
 
getDismissControls() - Method in class com .bric .swing . DialogFooter
Returns a copy of the dismissControls array used to construct this footer.
getElement(int) - Method in class com .bric .image .thumbnail . BasicThumbnail
Returns a specific layer.
getExpertControls() - Method in class com .bric .swing . ColorPicker
This returns the panel with several rows of spinner controls.
getFirstComponent(Container) - Method in class com .bric .swing . DelegateFocusTraversalPolicy
 
getFocusableComponents(Component) - Static method in class com .bric .plaf . FocusArrowListener
Returns a set of all the components that can have the keyboard focus.
getFocusRingColor() - Static method in class com .bric .plaf . PlafPaintUtils
 
getHeight() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
getHeight() - Method in class com .bric .image .pixel . BufferedImageIterator
 
getHeight() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
The height of the image we're iterating over.
getHeight() - Method in class com .bric .image .pixel . PixelConverter
 
getHeight() - Method in interface com .bric .image .pixel . PixelIterator
Returns the height of this image.
getHeight() - Method in class com .bric .image .pixel . ScalingIterator
 
getHighlightAlpha() - Method in class com .bric .plaf . ColorSet
 
getHorizontalScrollBar(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
getHorizontalScrollMax(ColorPalette) - Method in class com .bric .plaf . HSBColorPaletteUI
 
getHorizontalScrollMax(ColorPalette) - Method in class com .bric .plaf . HSLColorPaletteUI
 
getHorizontalScrollMax(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
getHorizontalScrollValue(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
getHSB() - Method in class com .bric .swing . ColorPicker
 
getHSB() - Method in class com .bric .swing . ColorPickerPanel
 
getHSB(Point) - Method in class com .bric .swing . ColorPickerPanel
Returns the color at the indicated point in HSB values.
getImage(int, int, JComponent) - Method in class com .bric .plaf . ColorSet
 
getImageBounds(ColorPalette) - Method in class com .bric .plaf . ColorPaletteUI
 
getImageInsets(ColorPalette) - Method in class com .bric .plaf . ColorPaletteUI
 
getImageInsets(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
getIndexColorModel() - Method in class com .bric .image .pixel . ByteBGRAConverter
 
getIndexColorModel() - Method in class com .bric .image .pixel . ByteBGRConverter
 
getIndexColorModel() - Method in interface com .bric .image .pixel . IndexedBytePixelIterator
Returns the IndexColorModel this iterator uses.
getInsets() - Method in class com .bric .image .thumbnail . BasicThumbnail.Border
 
getInsets() - Method in class com .bric .image .thumbnail . BasicThumbnail.Image
 
getInsets() - Method in interface com .bric .image .thumbnail . BasicThumbnail.Layer
Return the size of this layer.
getInsets() - Method in class com .bric .image .thumbnail . BasicThumbnail.Shadow
The number of ring opacities is the thickness on all sides of this layer.
getIntIterator(File, int) - Static method in class com .bric .image .pixel . GenericImageSinglePassIterator
Returns a GenericImageSinglePassIntIterator.
getLastComponent(Container) - Method in class com .bric .swing . DelegateFocusTraversalPolicy
 
getLastSelectedComponent() - Method in class com .bric .swing . DialogFooter
Returns the component last used to dismiss the dialog.
getLayerCount() - Method in class com .bric .image .thumbnail . BasicThumbnail
Return the number of layers in this thumbnail.
getLayers() - Method in class com .bric .image .thumbnail . BasicThumbnail
Returns a copy of all the layers in this object.
getLeftControls() - Method in class com .bric .swing . DialogFooter
Returns a copy of the leftControls array used to construct this footer.
getMaximumSize(JComponent) - Method in class com .bric .plaf . AquaColorWellUI
 
getMaximumSize(JComponent) - Method in class com .bric .plaf . ColorPaletteUI
 
getMinimumArrayLength() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
getMinimumArrayLength() - Method in class com .bric .image .pixel . BufferedImageIterator
 
getMinimumArrayLength() - Method in class com .bric .image .pixel . ByteBGRAConverter
 
getMinimumArrayLength() - Method in class com .bric .image .pixel . ByteBGRConverter
 
getMinimumArrayLength() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
The length to create arrays to pass to the next(...) method.
getMinimumArrayLength() - Method in class com .bric .image .pixel . IntARGBConverter
 
getMinimumArrayLength() - Method in class com .bric .image .pixel . IntRGBConverter
 
getMinimumArrayLength() - Method in interface com .bric .image .pixel . PixelIterator
The minimum length an array should be that is used to retrieve a row of pixel data.
getMinimumArrayLength() - Method in class com .bric .image .pixel . ScalingIterator.ByteScalingIterator
 
getMinimumArrayLength() - Method in class com .bric .image .pixel . ScalingIterator.IntScalingIterator
 
getMinimumSize(JComponent) - Method in class com .bric .plaf . AquaColorWellUI
 
getMinimumSize(JComponent) - Method in class com .bric .plaf . ColorPaletteUI
 
getMode() - Method in class com .bric .swing . ColorPicker
 
getOpacity() - Method in class com .bric .swing . ColorPicker
Returns the currently selected opacity (a float between 0 and 1).
getPixelSize() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
getPixelSize() - Method in class com .bric .image .pixel . ByteBGRAConverter
 
getPixelSize() - Method in class com .bric .image .pixel . ByteBGRConverter
 
getPixelSize() - Method in class com .bric .image .pixel . IntARGBConverter
 
getPixelSize() - Method in class com .bric .image .pixel . IntRGBConverter
 
getPixelSize() - Method in interface com .bric .image .pixel . PixelIterator
The number of array elements used to store 1 pixel.
getPixelSize() - Method in class com .bric .image .pixel . ScalingIterator.ByteScalingIterator
 
getPixelSize() - Method in class com .bric .image .pixel . ScalingIterator.IntScalingIterator
 
getPoint(int, int, int) - Method in class com .bric .plaf . ColorSet
 
getPreferredSize(JComponent) - Method in class com .bric .plaf . AquaColorWellUI
 
getPreferredSize(JComponent) - Method in class com .bric .plaf . ColorPaletteUI
 
getProperty(String, ImageObserver) - Method in class com .bric .image . MutableBufferedImage
 
getProperty(String) - Method in class com .bric .image . MutableBufferedImage
 
getPropertyNames() - Method in class com .bric .image . MutableBufferedImage
 
getRelativePoint(int) - Method in class com .bric .plaf . ColorSet
 
getRGB(float, float) - Method in class com .bric .plaf . ColorSet
 
getRGB() - Method in class com .bric .swing . ColorPicker
 
getRGB() - Method in class com .bric .swing . ColorPickerPanel
 
getRGB(Point) - Method in class com .bric .swing . ColorPickerPanel
Returns the color at the indicated point in RGB values.
getRGBDistanceSquared(int, int) - Static method in class com .bric .plaf . ColorPaletteUI
 
getShadow(int) - Static method in class com .bric .image .thumbnail . BasicThumbnail
Create a very simple thumbnail with a subtle shadow.
getSourceHeight() - Method in class com .bric .image .thumbnail . Thumbnail.ImageSource
Return the height of the source image.
getSourceWidth() - Method in class com .bric .image .thumbnail . Thumbnail.ImageSource
Return the width of the source image.
getType() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
getType() - Method in class com .bric .image .pixel . BufferedImageIterator
 
getType() - Method in class com .bric .image .pixel . ByteBGRAConverter
 
getType() - Method in class com .bric .image .pixel . ByteBGRConverter
 
getType() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
Returns the pixel type of this iterator.
getType() - Method in class com .bric .image .pixel . IntARGBConverter
 
getType() - Method in class com .bric .image .pixel . IntRGBConverter
 
getType() - Method in interface com .bric .image .pixel . PixelIterator
The format of this pixel iterator.
getType() - Method in class com .bric .image .pixel . ScalingIterator.ByteScalingIterator
 
getType() - Method in class com .bric .image .pixel . ScalingIterator.IntScalingIterator
 
getTypeName(int) - Static method in class com .bric .image .pixel . BufferedImageIterator
Used for exceptions, this method retrieved the field name from BufferedImage whose constant matches the argument.
getUI() - Method in class com .bric .swing . ColorPalette
 
getUI() - Method in class com .bric .swing . ColorWell
 
getUIClassID() - Method in class com .bric .swing . ColorPalette
 
getUIClassID() - Method in class com .bric .swing . ColorWell
 
getVerticalScrollBar(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
getVerticalScrollMax(ColorPalette) - Method in class com .bric .plaf . HSBColorPaletteUI
 
getVerticalScrollMax(ColorPalette) - Method in class com .bric .plaf . HSLColorPaletteUI
 
getVerticalScrollMax(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
getVerticalScrollValue(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
getWidth() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
getWidth() - Method in class com .bric .image .pixel . BufferedImageIterator
 
getWidth() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
The width of the image we're iterating over.
getWidth() - Method in class com .bric .image .pixel . PixelConverter
 
getWidth() - Method in interface com .bric .image .pixel . PixelIterator
Returns the width of this image.
getWidth() - Method in class com .bric .image .pixel . ScalingIterator
 
GREEN - Static variable in class com .bric .swing . ColorPicker
Used to indicate when we're in "green mode".

H

hashCode() - Method in class com .bric .image .thumbnail . BasicThumbnail.Border
 
hashCode() - Method in class com .bric .image .thumbnail . BasicThumbnail
 
hashCode() - Method in class com .bric .image .thumbnail . BasicThumbnail.Image
 
hashCode() - Method in class com .bric .image .thumbnail . BasicThumbnail.Shadow
 
HSBColorPaletteUI - Class in com.bric.plaf
 
HSBColorPaletteUI() - Constructor for class com .bric .plaf . HSBColorPaletteUI
 
HSBColorPaletteUI(HueDistribution, int, int) - Constructor for class com .bric .plaf . HSBColorPaletteUI
 
HSLColorPaletteUI - Class in com.bric.plaf
 
HSLColorPaletteUI() - Constructor for class com .bric .plaf . HSLColorPaletteUI
 
HSLColorPaletteUI(HueDistribution, int, int) - Constructor for class com .bric .plaf . HSLColorPaletteUI
 
HUE - Static variable in class com .bric .swing . ColorPicker
Used to indicate when we're in "hue mode".
HueDistribution - Class in com.bric.plaf
 
HueDistribution(float[]) - Constructor for class com .bric .plaf . HueDistribution
 

I

Image() - Constructor for class com .bric .image .thumbnail . BasicThumbnail.Image
Create an Image with a white background and zero curvature.
Image(Color, int) - Constructor for class com .bric .image .thumbnail . BasicThumbnail.Image
Create an Image.
ImageSize - Class in com.bric.image
A collection of static methods to fetch the dimensions of an image.
ImageSize() - Constructor for class com .bric .image . ImageSize
 
ImageSource() - Constructor for class com .bric .image .thumbnail . Thumbnail.ImageSource
 
IndexedBytePixelIterator - Interface in com.bric.image.pixel
An interface for a BytePixelIterator of type BufferedImage.TYPE_BYTE_INDEXED.
innerCurvature - Variable in class com .bric .image .thumbnail . BasicThumbnail.Border
The inner curvature of this border.
innerCurvature - Variable in class com .bric .image .thumbnail . BasicThumbnail.Shadow
The curvature if the innermost ring.
installListeners(JSlider) - Method in class com .bric .plaf . ColorPickerSliderUI
 
installUI(JComponent) - Method in class com .bric .plaf . AquaColorWellUI
 
installUI(JComponent) - Method in class com .bric .plaf . ColorPaletteUI
 
installUI(JComponent) - Method in class com .bric .plaf . ColorWellUI
 
installUI(JComponent) - Method in class com .bric .plaf . HSBColorPaletteUI
 
installUI(JComponent) - Method in class com .bric .plaf . HSLColorPaletteUI
 
installUI(JComponent) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
IntARGBConverter - Class in com.bric.image.pixel
A PixelConverter that converts all data to ARGB-formatted integers.
IntARGBConverter(PixelIterator) - Constructor for class com .bric .image .pixel . IntARGBConverter
 
IntPixelIterator - Interface in com.bric.image.pixel
 
IntRGBConverter - Class in com.bric.image.pixel
A PixelConverter that converts all data to RGB-formatted integers.
IntRGBConverter(PixelIterator) - Constructor for class com .bric .image .pixel . IntRGBConverter
 
IntScalingIterator(PixelIterator, int, int, int) - Constructor for class com .bric .image .pixel . ScalingIterator.IntScalingIterator
Create a new IntScalingIterator.
isBorderOpaque() - Method in class com .bric .swing . FocusedBorder
 
isDone() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
isDone() - Method in class com .bric .image .pixel . BufferedImageIterator
 
isDone() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
If false then there is still pixel data to process by calling next(...).
isDone() - Method in class com .bric .image .pixel . PixelConverter
 
isDone() - Method in interface com .bric .image .pixel . PixelIterator
Whether this iterator is finished or not
isDone() - Method in class com .bric .image .pixel . ScalingIterator
 
isGrid() - Method in class com .bric .plaf . HSBColorPaletteUI
 
isGrid() - Method in class com .bric .plaf . HSLColorPaletteUI
 
isOpaque() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
isOpaque() - Method in class com .bric .image .pixel . BufferedImageIterator
 
isOpaque() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
Returns true if the pixel type of this iterator can only express opaque images.
isOpaque(int) - Static method in class com .bric .image .pixel . PixelConverter
Returns true if the image type corresponds to an opaque color model.
isOpaque() - Method in class com .bric .image .pixel . PixelConverter
 
isOpaque() - Method in interface com .bric .image .pixel . PixelIterator
Returns true if this image is guaranteed to be an opaque image.
isOpaque() - Method in class com .bric .image .pixel . ScalingIterator
 
isRelativePointValid(ColorPalette) - Method in class com .bric .plaf . ColorPaletteUI
 
isSupportedByteType(int) - Static method in class com .bric .image .pixel . ScalingIterator
Checks the incoming image type against the 4 byte types this class supports.
isSupportedIntType(int) - Static method in class com .bric .image .pixel . ScalingIterator
Checks the incoming image type against the 4 int types this class supports.
isTopDown() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
isTopDown() - Method in class com .bric .image .pixel . BufferedImageIterator
 
isTopDown() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
Whether this data is processed top-down or bottom-up.
isTopDown() - Method in class com .bric .image .pixel . PixelConverter
 
isTopDown() - Method in interface com .bric .image .pixel . PixelIterator
Indicates whether this iterator returns rows in a top-to-bottom order or a bottom-to-top order
isTopDown() - Method in class com .bric .image .pixel . ScalingIterator
 
isUnsafe(JComponent) - Static method in class com .bric .swing . DialogFooter
This indicates that an action button risks losing user's data.
isWrapping(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 

K

keyListener - Static variable in class com .bric .plaf . ColorWellUI
 
keyPressed(KeyEvent) - Method in class com .bric .plaf . FocusArrowListener
 

L

lastSelectedComponent - Variable in class com .bric .swing . DialogFooter
 
layers - Variable in class com .bric .image .thumbnail . BasicThumbnail
The layers of this thumbnail.
leftControls - Variable in class com .bric .swing . DialogFooter
 

M

makeEscapeKeyActivate(AbstractButton) - Static method in class com .bric .swing . DialogFooter
This guarantees that when the escape key is pressed (if its parent window has the keyboard focus) this button is clicked.
MAX_SIZE - Static variable in class com .bric .swing . ColorPickerPanel
The maximum size the graphic will be.
MODE_CONTROLS_VISIBLE_PROPERTY - Static variable in class com .bric .swing . ColorPicker
PropertyChangeEvents will be triggered for this property when setModeControlsVisible() is called.
MODE_PROPERTY - Static variable in class com .bric .swing . ColorPicker
PropertyChangeEvents will be triggered when the mode changes.
mouseListener - Static variable in class com .bric .plaf . ColorWellUI
 
MutableBufferedImage - Class in com.bric.image
This is a BufferedImage that offers a setProperty() method.
MutableBufferedImage(ColorModel, WritableRaster, boolean, Hashtable<String, Object>) - Constructor for class com .bric .image . MutableBufferedImage
 
MutableBufferedImage(int, int, int, IndexColorModel) - Constructor for class com .bric .image . MutableBufferedImage
 
MutableBufferedImage(int, int, int) - Constructor for class com .bric .image . MutableBufferedImage
 

N

next(byte[]) - Method in class com .bric .image .bmp . BmpDecoderIterator
 
next(byte[]) - Method in class com .bric .image .pixel . ByteBGRAConverter
 
next(byte[]) - Method in class com .bric .image .pixel . ByteBGRConverter
 
next(byte[]) - Method in interface com .bric .image .pixel . BytePixelIterator
Reads a row of pixel data.
next(int[]) - Method in class com .bric .image .pixel . IntARGBConverter
 
next(int[]) - Method in interface com .bric .image .pixel . IntPixelIterator
Reads a row of pixel data.
next(int[]) - Method in class com .bric .image .pixel . IntRGBConverter
 
next(byte[]) - Method in class com .bric .image .pixel . ScalingIterator.ByteScalingIterator
 
next(int[]) - Method in class com .bric .image .pixel . ScalingIterator.IntScalingIterator
 
NO_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate the user selected "No" in a dialog.
NonSinglePassException(String) - Constructor for exception com .bric .image .pixel . GenericImageSinglePassIterator.NonSinglePassException
 
normalizeButtons(JButton[]) - Static method in class com .bric .swing . DialogFooter
This takes a set of buttons and gives them all the width/height of the largest button among them.

O

OK_CANCEL_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate a dialog should present a "OK" and "Cancel" option.
OK_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate the user selected "OK" in a dialog.
OPACITY_PROPERTY - Static variable in class com .bric .swing . ColorPicker
PropertyChangeEvents will be triggered when the opacity value is adjusted.
outerCurvature - Variable in class com .bric .image .thumbnail . BasicThumbnail.Border
The outer curvature of this border.
outerCurvature - Variable in class com .bric .image .thumbnail . BasicThumbnail.Shadow
The curvature if the outermost ring.

P

paint(Graphics2D, int, int, int, int) - Method in class com .bric .image .thumbnail . BasicThumbnail.Border
 
paint(Graphics2D, int, int, int, int) - Method in class com .bric .image .thumbnail . BasicThumbnail.Image
If a background color was provided: this paints that background.
paint(Graphics2D, int, int, int, int) - Method in interface com .bric .image .thumbnail . BasicThumbnail.Layer
Paint this layer.
paint(Graphics2D, int, int, int, int) - Method in class com .bric .image .thumbnail . BasicThumbnail.Shadow
 
paint(Graphics, JComponent) - Method in class com .bric .plaf . ColorPaletteUI
 
paint(BufferedImage, String, String) - Method in class com .bric .plaf . ColorSet
 
paint(BufferedImage) - Method in class com .bric .plaf . ColorSet
 
paint(Graphics, JComponent) - Method in class com .bric .plaf . ColorWellUI
 
paint(Graphics, JComponent) - Method in class com .bric .plaf . HSBColorPaletteUI
 
paint(Graphics, JComponent) - Method in class com .bric .plaf . HSLColorPaletteUI
 
paint(Graphics) - Method in class com .bric .swing . ColorPickerPanel
 
paint(Graphics) - Method in class com .bric .swing . ColorSwatch
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com .bric .swing . FocusedBorder
 
paintFocus(Graphics) - Method in class com .bric .plaf . ColorPickerSliderUI
 
paintFocus(Graphics2D, Shape, int) - Static method in class com .bric .plaf . PlafPaintUtils
Paints 3 different strokes around a shape to indicate focus.
paintFocus(Graphics2D, Shape, int, Color, boolean) - Static method in class com .bric .plaf . PlafPaintUtils
Paints 3 different strokes around a shape to indicate focus.
paintGrid(BufferedImage) - Method in class com .bric .plaf . ColorSet
 
paintGridScribbleHighlights(BufferedImage) - Method in class com .bric .plaf . ColorSet
 
paintGridShadowHighlights(BufferedImage) - Method in class com .bric .plaf . ColorSet
 
paintGridWithVerticalGradients(BufferedImage) - Method in class com .bric .plaf . ColorSet
 
paintSample(Dimension, boolean) - Method in class com .bric .plaf . ColorSet
Render a simple sample of this ColorSet.
paintStylized(BufferedImage) - Method in class com .bric .plaf . ColorSet
 
paintStylizedGrid(BufferedImage) - Method in class com .bric .plaf . ColorSet
 
paintThumb(Graphics) - Method in class com .bric .plaf . ColorPickerSliderUI
 
paintTrack(Graphics) - Method in class com .bric .plaf . ColorPickerSliderUI
 
PALETTE_CELL_STYLE_DEFAULT - Static variable in class com .bric .plaf . ColorSet
A possible palette cell style value.
PALETTE_CELL_STYLE_PROPERTY - Static variable in class com .bric .plaf . ColorSet
The client property name that maps to one of the PALETTE_CELL_STYLE constants.
PALETTE_CELL_STYLE_SCRIBBLE - Static variable in class com .bric .plaf . ColorSet
A possible palette cell style value.
PALETTE_CELL_STYLE_SHADOW - Static variable in class com .bric .plaf . ColorSet
A possible palette cell style value.
PALETTE_PADDING_BOTH - Static variable in class com .bric .plaf . HSBColorPaletteUI
A possible value for the HSBColorPaletteUI.PALETTE_PADDING_PROPERTY .
PALETTE_PADDING_NONSATURATED - Static variable in class com .bric .plaf . HSBColorPaletteUI
A possible value for the HSBColorPaletteUI.PALETTE_PADDING_PROPERTY .
PALETTE_PADDING_PROPERTY - Static variable in class com .bric .plaf . HSBColorPaletteUI
The client property that is associated with how the palette is vertically padded.
PALETTE_PADDING_SATURATED - Static variable in class com .bric .plaf . HSBColorPaletteUI
A possible value for the HSBColorPaletteUI.PALETTE_PADDING_PROPERTY .
PALETTE_STYLE_DEFAULT - Static variable in class com .bric .plaf . ColorSet
A possible palette style value.
PALETTE_STYLE_GRADIENT - Static variable in class com .bric .plaf . ColorSet
A possible palette style value.
PALETTE_STYLE_PROPERTY - Static variable in class com .bric .plaf . ColorSet
The client property name that maps to one of the PALETTE_STYLE constants.
PALETTE_STYLE_STREAKS - Static variable in class com .bric .plaf . ColorSet
A possible palette style value.
PixelConverter - Class in com.bric.image.pixel
This is the abstract base class for most of the converters in this package.
PixelConverter(PixelIterator) - Constructor for class com .bric .image .pixel . PixelConverter
 
PixelIterator - Interface in com.bric.image.pixel
This iterates over an image, one row of pixels at a time.
PlafPaintUtils - Class in com.bric.plaf
Some static methods for some common painting functions.
PlafPaintUtils() - Constructor for class com .bric .plaf . PlafPaintUtils
 
Plain - Static variable in class com .bric .image .thumbnail . Thumbnail
A thumbnail format with no decorations.
POPUP_PALETTE_PROPERTY - Static variable in class com .bric .plaf . ColorWellUI
This client property maps to a JPopupMenu.
PREFERRED_CELL_HEIGHT_PROPERTY - Static variable in class com .bric .plaf . ColorPaletteUI
The client property for the preferred cell height (as an integer).
PREFERRED_CELL_WIDTH_PROPERTY - Static variable in class com .bric .plaf . ColorPaletteUI
The client property for the preferred cell width (as an integer).
processKeyEvent(KeyEvent, int, int) - Method in class com .bric .plaf . ColorPaletteUI
 
processKeyEvent(KeyEvent) - Method in class com .bric .plaf . ColorWellUI
 
processKeyEvent(KeyEvent, int, int) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
processMouseEvent(MouseEvent, float, float) - Method in class com .bric .plaf . ColorPaletteUI
 
processMouseEvent(MouseEvent) - Method in class com .bric .plaf . ColorWellUI
 
PROPERTY_COPY_CONTEXTUAL_MENU_ITEM - Static variable in class com .bric .swing . ColorSwatch
If this client property maps to true, then a "Copy" menu item will be available in a contextual menu.
PROPERTY_META_SHORTCUT - Static variable in class com .bric .swing . DialogFooter
This client property is used to impose a meta-shortcut to click a button.
PROPERTY_OPTION - Static variable in class com .bric .swing . DialogFooter
This is the client property of buttons created in static methods by this class.
PROPERTY_UNSAFE - Static variable in class com .bric .swing . DialogFooter
This client property is used to indicate a button is "unsafe".

Q

qualityHints - Static variable in class com .bric .image .thumbnail . Thumbnail
A set of high-quality rendering hints for the keys ANTIALIASING, INTERPOLATION, COLOR_RENDER, STROKE, and RENDER.

R

RED - Static variable in class com .bric .swing . ColorPicker
Used to indicate when we're in "red mode".
RELATIVE_POINT_PROPERTY - Static variable in class com .bric .plaf . ColorPaletteUI
The client property for the relative point.
removeActionListener(ActionListener) - Method in class com .bric .swing . DialogFooter
Removes an ActionListener.
removeChangeListener(ChangeListener) - Method in class com .bric .swing . ColorComponent
Remove a ChangeListener.
removeChangeListener(ChangeListener) - Method in class com .bric .swing . ColorPickerPanel
Remove a ChangeListener so it is no longer notified when the selected color changes.
removeMenuItem(JMenuItem) - Method in class com .bric .swing . ContextualMenuHelper
 
repaintFocusListener - Static variable in class com .bric .plaf . ColorWellUI
 
reset() - Method in class com .bric .swing . DialogFooter
This resets the value of lastSelectedComponent to null.
reverseButtonOrder - Static variable in class com .bric .swing . DialogFooter
This indicates whether the dismiss controls should be displayed in reverse order.
ringOpacities - Variable in class com .bric .image .thumbnail . BasicThumbnail.Shadow
The opacities of each ring, starting with the innermost ring.

S

SAT - Static variable in class com .bric .swing . ColorPicker
Used to indicate when we're in "saturation mode".
SAVE_DONT_SAVE_CANCEL_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate a dialog should present a "Save", "Don't Save", and "Cancel" option.
SAVE_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate the user selected "Save" in a dialog.
scale(BufferedImage, BufferedImage) - Static method in class com .bric .image .pixel . Scaling
Scales the source image into the destination.
scale(BufferedImage, int, int) - Static method in class com .bric .image .pixel . Scaling
Scales the source image to a new, smaller size.
scale(BufferedImage, Dimension) - Static method in class com .bric .image .pixel . Scaling
Scales the source image to a new, smaller size.
scale(File, int, Dimension) - Static method in class com .bric .image .pixel . Scaling
Scales the source image file to a new, smaller size.
scale(URL, int, Dimension) - Static method in class com .bric .image .pixel . Scaling
Scales the source image file to a new size.
scale(BufferedImage, BufferedImage, Dimension) - Static method in class com .bric .image .pixel . Scaling
Scales the source image into the dest.
scale(Image, BufferedImage, Dimension) - Static method in class com .bric .image .pixel . Scaling
Scales the source image into the dest.
scale(Dimension) - Method in class com .bric .image .thumbnail . Thumbnail.ImageSource
Scale the source image to a specific size
scaleDimensionsProportionally(Dimension, Dimension) - Static method in class com .bric .image .pixel . Scaling
This is a convenience method to calculate how to scale down an image proportionally.
scaleDimensionsProportionally(Dimension2D, Dimension2D) - Static method in class com .bric .image .pixel . Scaling
This is a convenience method to calculate how to scale down an image proportionally.
scaleProportionally(BufferedImage, int, int) - Static method in class com .bric .image .pixel . Scaling
Scales the source image proportionally to a new, smaller size.
scaleProportionally(BufferedImage, Dimension) - Static method in class com .bric .image .pixel . Scaling
Scales the source image proportionally to a new, smaller size.
Scaling - Class in com.bric.image.pixel
This contains a few static methods for scaling BufferedImages using the ScalingIterator.
Scaling() - Constructor for class com .bric .image .pixel . Scaling
 
ScalingIterator - Class in com.bric.image.pixel
This iterator scales another iterator as it is being read.
ScalingIterator.ByteScalingIterator - Class in com.bric.image.pixel
 
ScalingIterator.IntScalingIterator - Class in com.bric.image.pixel
 
scroll(ColorPalette, int, int) - Method in class com .bric .plaf . HSBColorPaletteUI
 
scroll(ColorPalette, int, int) - Method in class com .bric .plaf . HSLColorPaletteUI
 
scroll(ColorPalette, int, int) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
ScrollableColorPaletteUI - Class in com.bric.plaf
 
ScrollableColorPaletteUI() - Constructor for class com .bric .plaf . ScrollableColorPaletteUI
 
scrollBarListener - Static variable in class com .bric .plaf . ScrollableColorPaletteUI
 
SELECTED_COLOR_PROPERTY - Static variable in class com .bric .swing . ColorPicker
PropertyChangeEvents will be triggered for this property when the selected color changes.
setAutoClose(boolean) - Method in class com .bric .swing . DialogFooter
 
setButtonGap(int) - Method in class com .bric .swing . DialogFooter
 
setColor(Color) - Method in class com .bric .swing . ColorComponent
Defines the current color.
setColor(Color) - Method in class com .bric .swing . ColorPicker
Sets the current color of this ColorPicker.
setExpertControlsVisible(boolean) - Method in class com .bric .swing . ColorPicker
The labels/spinners/buttons on the right side of a ColorPicker are optional.
setFillWidth(boolean) - Method in class com .bric .swing . DialogFooter
 
setHexControlsVisible(boolean) - Method in class com .bric .swing . ColorPicker
This controls whether the hex field (and label) are visible or not.
setHSB(float, float, float) - Method in class com .bric .swing . ColorPicker
Sets the current color of this ColorPicker
setHSB(float, float, float) - Method in class com .bric .swing . ColorPickerPanel
Sets the selected color of this panel.
setHSBControlsVisible(boolean) - Method in class com .bric .swing . ColorPicker
This shows or hides the HSB spinner controls.
setInternalButtonPadding(int, int) - Method in class com .bric .swing . DialogFooter
 
setLeftComponents(JComponent...) - Method in class com .bric .swing . DialogFooter
 
setMode(int) - Method in class com .bric .swing . ColorPicker
Sets the mode of this ColorPicker.
setMode(int) - Method in class com .bric .swing . ColorPickerPanel
Set the mode of this panel.
setModeControlsVisible(boolean) - Method in class com .bric .swing . ColorPicker
This controls whether the radio buttons that adjust the mode are visible.
setOpacity(int) - Method in class com .bric .swing . ColorPicker
Sets the currently selected opacity.
setOpacityVisible(boolean) - Method in class com .bric .swing . ColorPicker
This shows or hides the alpha controls.
setPreviewSwatchVisible(boolean) - Method in class com .bric .swing . ColorPicker
This controls whether the preview swatch visible or not.
setProperty(String, Object) - Method in class com .bric .image . MutableBufferedImage
 
setRGB(int, int, int) - Method in class com .bric .swing . ColorPicker
Sets the current color of this ColorPicker
setRGB(int, int, int) - Method in class com .bric .swing . ColorPickerPanel
Sets the selected color of this panel.
setRGBControlsVisible(boolean) - Method in class com .bric .swing . ColorPicker
This shows or hides the RGB spinner controls.
setUI(ColorPaletteUI) - Method in class com .bric .swing . ColorPalette
 
setUI(ColorWellUI) - Method in class com .bric .swing . ColorWell
 
setUnsafe(JComponent, boolean) - Static method in class com .bric .swing . DialogFooter
This sets the unsafe flag for buttons.
setUnsafeButtonGap(int) - Method in class com .bric .swing . DialogFooter
 
Shadow(int[], int, int) - Constructor for class com .bric .image .thumbnail . BasicThumbnail.Shadow
Create a new Shadow object.
shiftFocus(int, int, Component) - Static method in class com .bric .plaf . FocusArrowListener
Shifts the focus in a certain direction.
showDialog(Window, Color) - Static method in class com .bric .swing . ColorPicker
This creates a modal dialog prompting the user to select a color.
showDialog(Window, Color, boolean) - Static method in class com .bric .swing . ColorPicker
This creates a modal dialog prompting the user to select a color.
showDialog(Window, String, Color, boolean) - Static method in class com .bric .swing . ColorPicker
This creates a modal dialog prompting the user to select a color.
showPopup(Component, int, int) - Method in class com .bric .swing . ContextualMenuHelper
 
SINGLE_CLICK_ACTION_PROPERTY - Static variable in class com .bric .plaf . ColorWellUI
This client property maps to an ActionListener that is notified when user clicks on a ColorWell exactly once.
skip() - Method in class com .bric .image .bmp . BmpDecoderIterator
 
skip() - Method in class com .bric .image .pixel . BufferedImageIterator
 
skip() - Method in class com .bric .image .pixel . ByteBGRAConverter
 
skip() - Method in class com .bric .image .pixel . ByteBGRConverter
 
skip() - Method in class com .bric .image .pixel . GenericImageSinglePassIterator
Skip the next row of data.
skip() - Method in class com .bric .image .pixel . IntARGBConverter
 
skip() - Method in class com .bric .image .pixel . IntRGBConverter
 
skip() - Method in interface com .bric .image .pixel . PixelIterator
Skips a row of pixel data.
skip() - Method in class com .bric .image .pixel . ScalingIterator
 
skipRemainingRows() - Method in class com .bric .image .pixel . ScalingIterator
 
SPACE_KEY_ACTION_PROPERTY - Static variable in class com .bric .plaf . ColorWellUI
This client property maps to an ActionListener that is notified when the space key is pressed.
strings - Static variable in class com .bric .swing . ColorPicker
The localized strings used in this (and related) panel(s).
strings - Static variable in class com .bric .swing . DialogFooter
The localized strings used in dialogs.

T

theta - Variable in class com .bric .image .thumbnail . BasicThumbnail
The rotation (in radians) of this thumbnail.
thickness - Variable in class com .bric .image .thumbnail . BasicThumbnail.Border
The thickness (in pixels) of this border.
Thumbnail - Class in com.bric.image.thumbnail
This is an abstract model to format thumbnails.
Thumbnail() - Constructor for class com .bric .image .thumbnail . Thumbnail
 
Thumbnail.ImageSource - Class in com.bric.image.thumbnail
An image source that can scale to a specific size.
TIMEOUT_FOR_CONSTRUCTION - Static variable in class com .bric .image .pixel . GenericImageSinglePassIterator
The number of milliseconds threads wait before timing out for construction.
TIMEOUT_IN_PROCESS - Static variable in class com .bric .image .pixel . GenericImageSinglePassIterator
The number of milliseconds threads wait before timing out while reading.
toString() - Method in class com .bric .image .thumbnail . BasicThumbnail.Border
 
toString() - Method in class com .bric .image .thumbnail . BasicThumbnail.Image
 
toString() - Method in class com .bric .image .thumbnail . BasicThumbnail.Shadow
 
toString() - Method in class com .bric .image .thumbnail . BasicThumbnail
 
toString() - Method in class com .bric .plaf . HueDistribution
 
totalInsets - Variable in class com .bric .image .thumbnail . BasicThumbnail
A cached record of the total insets of all the layers.
tween(Color, Color, float) - Static method in class com .bric .plaf . PlafPaintUtils
Tweens between the two arguments.
TYPE_3BYTE_RGB - Static variable in interface com .bric .image .pixel . PixelIterator
This is used to reflect when 3 bytes are used for [red, green, blue] data.
TYPE_4BYTE_ARGB - Static variable in interface com .bric .image .pixel . PixelIterator
This is used to reflect when 4 bytes are used for [alpha, red, green, blue] data.
TYPE_4BYTE_ARGB_PRE - Static variable in interface com .bric .image .pixel . PixelIterator
This is used to reflect when 4 bytes are used for [alpha, red, green, blue] premultiplied data.
TYPE_4BYTE_BGRA - Static variable in interface com .bric .image .pixel . PixelIterator
This is used to reflect when 4 bytes are used for [blue, green, red, alpha] premultiplied data.

U

UNDEFINED_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate the user selected an option not otherwise specified in this set of constants.
uninstallListeners(JSlider) - Method in class com .bric .plaf . ColorPickerSliderUI
 
uninstallUI(JComponent) - Method in class com .bric .plaf . ColorPaletteUI
 
uninstallUI(JComponent) - Method in class com .bric .plaf . ColorWellUI
 
uninstallUI(JComponent) - Method in class com .bric .plaf . HSBColorPaletteUI
 
uninstallUI(JComponent) - Method in class com .bric .plaf . HSLColorPaletteUI
 
uninstallUI(JComponent) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
updateColor(ColorPalette) - Method in class com .bric .plaf . ColorPaletteUI
Resets the UI to feature the color returned by cp.getColor(), if possible.
updateColor(ColorPalette) - Method in class com .bric .plaf . HSBColorPaletteUI
This will reset this UI so it features the color provided.
updateColor(ColorPalette) - Method in class com .bric .plaf . HSLColorPaletteUI
This will reset this UI so it features the color provided.
updateContextualMenu() - Method in class com .bric .swing . ColorSwatch
 
updateScrollBarBounds(ColorPalette) - Method in class com .bric .plaf . ScrollableColorPaletteUI
 
updateUI() - Method in class com .bric .swing . ColorPalette
 
updateUI() - Method in class com .bric .swing . ColorWell
 

V

valueOf(String) - Static method in enum com .bric .swing . DialogFooter.EscapeKeyBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum com .bric .swing . DialogFooter.EscapeKeyBehavior
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YES_NO_CANCEL_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate a dialog should present a "Yes", "No", and "Cancel" option.
YES_NO_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate a dialog should present a "Yes" and "No" option.
YES_OPTION - Static variable in class com .bric .swing . DialogFooter
Used to indicate the user selected "Yes" in a dialog.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  Y