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

A

add(JComponent) - Method in class com .bric .awt . RootPaneListener
This adds this listener to the argument JComponent.
addAltChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
addAltGraphChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
addChangeListener(ChangeListener) - Static method in class com .bric .awt . MouseTracker
 
addControlChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
addLayoutComponent(Component, Object) - Method in class com .bric .awt . AnimatedLayout
 
addLayoutComponent(String, Component) - Method in class com .bric .awt . AnimatedLayout
 
addMetaChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
addPaintable(T, Rectangle2D) - Method in class com .bric .awt . CompositePaintable
 
addPaintable(T, AffineTransform) - Method in class com .bric .awt . CompositePaintable
 
addRenderingHints(Map<?, ?>) - Method in class com .bric .awt . DualGraphics2D
 
addShiftChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
AnimatedLayout - Class in com.bric.awt
A layout that smoothly animates components as they need to move from one location to another.
AnimatedLayout(boolean) - Constructor for class com .bric .awt . AnimatedLayout
 

B

body - Variable in class com .bric .awt . TextBlock
 
BufferedImagePaintable - Class in com.bric.awt
A Paintable that paints a BufferedImage.
BufferedImagePaintable(BufferedImage) - Constructor for class com .bric .awt . BufferedImagePaintable
 

C

clearRect(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
CLICK_EVENT_TOLERANCE - Static variable in class com .bric .awt . ClickEventEnabler
The distance between the point where the mouse is pressed and where it is released that is allowed to constitute a "click".
ClickEventEnabler - Class in com.bric.awt
This class lets mouseClicked events be triggered even if the mouse moves a few pixels.
ClickEventEnabler() - Constructor for class com .bric .awt . ClickEventEnabler
 
clip(Shape) - Method in class com .bric .awt . DualGraphics2D
 
clipRect(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
clone() - Method in class com .bric .awt . Dimension2DDouble
 
color1 - Variable in class com .bric .awt . HalftoneGradient
 
color2 - Variable in class com .bric .awt . HalftoneGradient
 
colors - Variable in class com .bric .awt . GradientTexturePaint
 
com.bric.awt - package com.bric.awt
 
CompositePaintable < T extends Paintable > - Class in com.bric.awt
A Paintable composed of several smaller Paintables that are rendering through an AffineTransform.
CompositePaintable() - Constructor for class com .bric .awt . CompositePaintable
 
CompositePaintable.Tiling - Enum in com.bric.awt
a diagram explaining the difference in NONE, OFFSET and GRID
containsAlpha(Color[]) - Static method in class com .bric .awt . GradientTexturePaint
Return true if any of these colors are not opaque.
copyArea(int, int, int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
create(Graphics2D[]) - Method in class com .bric .awt . DualGraphics2D
Creates a binary tree structure of DualGraphics2Ds so every array receives the same drawing instructions.
create() - Method in class com .bric .awt . DualGraphics2D
 
create(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
create(Shape, float, float) - Static method in class com .bric .awt . Scribbler
 
create(Shape, float, float, long) - Static method in class com .bric .awt . Scribbler
 
create(Shape, float, float, long, PathWriter) - Static method in class com .bric .awt . Scribbler
 
createAffineTransform(Rectangle2D, Rectangle2D) - Static method in class com .bric .awt . DemoPaintable
Create an AffineTransform that transforms from r1 to r2.
createComponent() - Method in class com .bric .awt . TextBlock
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com .bric .awt . GradientTexturePaint
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com .bric .awt . HalftoneGradient
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com .bric .awt . TransformedTexturePaint
 
createDemo() - Static method in class com .bric .awt . TextClusterPaintable
 
createFontRenderContext() - Method in class com .bric .awt . TextBlock
 
cycle - Variable in class com .bric .awt . GradientTexturePaint
 
cycle - Variable in class com .bric .awt . HalftoneGradient
 

D

DEFAULT_WIDTH - Static variable in class com .bric .awt . HalftoneGradient
The default suggested width for the tiled pattern.
DELAY - Static variable in class com .bric .awt . AnimatedLayout
This is the delay, in milliseconds, between adjustments.
DemoPaintable - Class in com.bric.awt
A simple paintable object to test with.
DemoPaintable(int, int, String) - Constructor for class com .bric .awt . DemoPaintable
 
DESTINATION - Static variable in class com .bric .awt . AnimatedLayout
 
Dimension2DDouble - Class in com.bric.awt
 
Dimension2DDouble(Dimension) - Constructor for class com .bric .awt . Dimension2DDouble
 
Dimension2DDouble(double, double) - Constructor for class com .bric .awt . Dimension2DDouble
 
dirty - Variable in class com .bric .awt . TextBlock
If true then calls to getWidth()/getHeight()/paint() will revalidate the layout of this TextBlock.
dispose() - Method in class com .bric .awt . DualGraphics2D
 
draw(Shape) - Method in class com .bric .awt . DualGraphics2D
 
draw3DRect(int, int, int, int, boolean) - Method in class com .bric .awt . DualGraphics2D
 
drawArc(int, int, int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawBytes(byte[], int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawChars(char[], int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawGlyphVector(GlyphVector, float, float) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class com .bric .awt . DualGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class com .bric .awt . DualGraphics2D
 
drawLine(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawOval(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawPolygon(int[], int[], int) - Method in class com .bric .awt . DualGraphics2D
 
drawPolygon(Polygon) - Method in class com .bric .awt . DualGraphics2D
 
drawPolyline(int[], int[], int) - Method in class com .bric .awt . DualGraphics2D
 
drawRect(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class com .bric .awt . DualGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class com .bric .awt . DualGraphics2D
 
drawRoundRect(int, int, int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class com .bric .awt . DualGraphics2D
 
drawString(AttributedCharacterIterator, int, int) - Method in class com .bric .awt . DualGraphics2D
 
drawString(String, float, float) - Method in class com .bric .awt . DualGraphics2D
 
drawString(String, int, int) - Method in class com .bric .awt . DualGraphics2D
 
DualGraphics2D - Class in com.bric.awt
This delegates to two underlying Graphics2Ds, so you can send the same drawing instructions to multiple destinations.
DualGraphics2D(Graphics2D, Graphics2D) - Constructor for class com .bric .awt . DualGraphics2D
 

E

EmptyPaintable - Class in com.bric.awt
 
EmptyPaintable(int, int) - Constructor for class com .bric .awt . EmptyPaintable
 
EmptyPaintable(Color, int, int) - Constructor for class com .bric .awt . EmptyPaintable
 
equals(Object) - Method in class com .bric .awt . DualGraphics2D
 
equals(Object) - Method in class com .bric .awt . TextBlock
 

F

fill(Shape) - Method in class com .bric .awt . DualGraphics2D
 
fill3DRect(int, int, int, int, boolean) - Method in class com .bric .awt . DualGraphics2D
 
fillArc(int, int, int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
fillBody(Shape, float, double, double) - Static method in class com .bric .awt . Scribbler
 
fillOval(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
fillPolygon(int[], int[], int) - Method in class com .bric .awt . DualGraphics2D
 
fillPolygon(Polygon) - Method in class com .bric .awt . DualGraphics2D
 
fillRect(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
fillRoundRect(int, int, int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
finalize() - Method in class com .bric .awt . DualGraphics2D
 
fractions - Variable in class com .bric .awt . GradientTexturePaint
 
fromRGB(Color, float[]) - Static method in class com .bric .awt . HSLColor
Convert a RGB Color to it corresponding HSL values.

G

g1 - Variable in class com .bric .awt . DualGraphics2D
 
g2 - Variable in class com .bric .awt . DualGraphics2D
 
getAnchorRect() - Method in class com .bric .awt . TransformedTexturePaint
 
getBackground() - Method in class com .bric .awt . DualGraphics2D
 
getBackground() - Method in class com .bric .awt . TextBlock
 
getBackgroundShadowColor() - Method in class com .bric .awt . TextBlock
 
getBorderPaint() - Method in class com .bric .awt . TextBlock
 
getClip() - Method in class com .bric .awt . DualGraphics2D
 
getClipBounds() - Method in class com .bric .awt . DualGraphics2D
 
getClipBounds(Rectangle) - Method in class com .bric .awt . DualGraphics2D
 
getClipRect() - Method in class com .bric .awt . DualGraphics2D
 
getColor() - Method in class com .bric .awt . DualGraphics2D
 
getColor1() - Method in class com .bric .awt . HalftoneGradient
Returns the color C1 anchored by the point P1.
getColor2() - Method in class com .bric .awt . HalftoneGradient
Returns the color C2 anchored by the point P2.
getColors() - Method in class com .bric .awt . GradientTexturePaint
Return the colors in this gradient.
getComposite() - Method in class com .bric .awt . DualGraphics2D
 
getCount() - Method in class com .bric .awt . CompositePaintable
 
getCurveWidth() - Method in class com .bric .awt . TextBlock
 
getDeviceConfiguration() - Method in class com .bric .awt . DualGraphics2D
 
getFont() - Method in class com .bric .awt . DualGraphics2D
 
getFont() - Method in class com .bric .awt . TextBlock
 
getFontMetrics() - Method in class com .bric .awt . DualGraphics2D
 
getFontMetrics(Font) - Method in class com .bric .awt . DualGraphics2D
 
getFontRenderContext() - Method in class com .bric .awt . DualGraphics2D
 
getFractions() - Method in class com .bric .awt . GradientTexturePaint
Return the fractions in this gradient.
getHeight() - Method in class com .bric .awt . BufferedImagePaintable
 
getHeight() - Method in class com .bric .awt . CompositePaintable
 
getHeight() - Method in class com .bric .awt . DemoPaintable
 
getHeight() - Method in class com .bric .awt . Dimension2DDouble
 
getHeight() - Method in class com .bric .awt . EmptyPaintable
 
getHeight() - Method in interface com .bric .awt . Paintable
 
getHeight() - Method in class com .bric .awt . TextBlock
 
getHeight() - Method in class com .bric .awt . TextBoxPaintable
 
getImage() - Method in class com .bric .awt . BufferedImagePaintable
 
getImage() - Method in class com .bric .awt . TransformedTexturePaint
 
getInsets() - Method in class com .bric .awt . TextBlock
 
getLayoutAlignmentX(Container) - Method in class com .bric .awt . AnimatedLayout
 
getLayoutAlignmentY(Container) - Method in class com .bric .awt . AnimatedLayout
 
getLine(int) - Method in class com .bric .awt . TextBoxPaintable
 
getLineCount() - Method in class com .bric .awt . TextBoxPaintable
 
getModifiers() - Static method in class com .bric .awt . ModifierTracker
 
getPaint() - Method in class com .bric .awt . DualGraphics2D
 
getPaintable(int) - Method in class com .bric .awt . CompositePaintable
 
getPoint1() - Method in class com .bric .awt . HalftoneGradient
Returns a copy of the point P1 that anchors the first color.
getPoint2() - Method in class com .bric .awt . HalftoneGradient
Returns a copy of the point P2 which anchors the second color.
getPreferredSize(JTextArea, int) - Static method in class com .bric .awt . TextSize
 
getRenderingHint(RenderingHints.Key) - Method in class com .bric .awt . DualGraphics2D
 
getRenderingHints() - Method in class com .bric .awt . DualGraphics2D
 
getStringBounds() - Method in class com .bric .awt . TextBlock
 
getStroke() - Method in class com .bric .awt . DualGraphics2D
 
getStroke() - Method in class com .bric .awt . TextBlock
 
getText() - Method in class com .bric .awt . TextBlock
 
getText() - Method in class com .bric .awt . TextBoxPaintable
 
getTextInsets() - Method in class com .bric .awt . TextBlock
 
getTextPaint() - Method in class com .bric .awt . TextBlock
 
getTransform(int) - Method in class com .bric .awt . CompositePaintable
 
getTransform() - Method in class com .bric .awt . DualGraphics2D
 
getTransform() - Method in class com .bric .awt . TransformedTexturePaint
 
getTransformedBounds(int) - Method in class com .bric .awt . CompositePaintable
Return the transformed bounds of a child paintable.
getTransparency() - Method in class com .bric .awt . GradientTexturePaint
Return Transparency.OPAQUE if all the colors in this gradient are opaque, otherwise this returns Transparency.TRANSLUCENT.
getTransparency() - Method in class com .bric .awt . TransformedTexturePaint
 
getWidth() - Method in class com .bric .awt . BufferedImagePaintable
 
getWidth() - Method in class com .bric .awt . CompositePaintable
 
getWidth() - Method in class com .bric .awt . DemoPaintable
 
getWidth() - Method in class com .bric .awt . Dimension2DDouble
 
getWidth() - Method in class com .bric .awt . EmptyPaintable
 
getWidth() - Method in interface com .bric .awt . Paintable
 
getWidth() - Method in class com .bric .awt . TextBlock
 
getWidth() - Method in class com .bric .awt . TextBoxPaintable
 
getWidth(String, Font, FontRenderContext) - Static method in class com .bric .awt . TextSize
 
getX() - Static method in class com .bric .awt . MouseTracker
 
getY() - Static method in class com .bric .awt . MouseTracker
 
GradientTexturePaint - Class in com.bric.awt
A linear gradient based on a java.awt.TexturePaint.
GradientTexturePaint(float, float, Color, float, float, Color) - Constructor for class com .bric .awt . GradientTexturePaint
Create a 2-color gradient using Cycle.NONE.
GradientTexturePaint(Color[], float[], float, float, float, float, GradientTexturePaint.Cycle) - Constructor for class com .bric .awt . GradientTexturePaint
Creates a new GradientTexturePaint.
GradientTexturePaint(Color[], float[], Point2D, Point2D, GradientTexturePaint.Cycle) - Constructor for class com .bric .awt . GradientTexturePaint
Creates a new GradientTexturePaint.
GradientTexturePaint.Cycle - Enum in com.bric.awt
 

H

HalftoneGradient - Class in com.bric.awt
A gradient that resembles halftoning.
HalftoneGradient(Point2D, Color, Point2D, Color) - Constructor for class com .bric .awt . HalftoneGradient
Create a new HalftoneGradient using circles and the default width.
HalftoneGradient(Point2D, Color, Point2D, Color, int, int, boolean, float, float) - Constructor for class com .bric .awt . HalftoneGradient
Create a new HalftoneGradient.
HalftoneGradient(float, float, Color, float, float, Color, int, int, boolean, float, float) - Constructor for class com .bric .awt . HalftoneGradient
Create a new HalftoneGradient.
hasAlpha - Variable in class com .bric .awt . GradientTexturePaint
 
hashCode() - Method in class com .bric .awt . DualGraphics2D
 
hashCode() - Method in class com .bric .awt . TextBlock
 
height - Variable in class com .bric .awt . TextBlock
 
hit(Rectangle, Shape, boolean) - Method in class com .bric .awt . DualGraphics2D
 
hitClip(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
HSLColor - Class in com.bric.awt
This class interfaces with colors in terms of Hue, Saturation and Luminance.
HSLColor() - Constructor for class com .bric .awt . HSLColor
 

I

install() - Static method in class com .bric .awt . ClickEventEnabler
 
invalidateLayout(Container) - Method in class com .bric .awt . AnimatedLayout
 
isActive() - Static method in class com .bric .awt . ModifierTracker
 
isAltDown() - Static method in class com .bric .awt . ModifierTracker
 
isAltGraphyDown() - Static method in class com .bric .awt . ModifierTracker
 
isAntiAliased() - Method in class com .bric .awt . TextBlock
 
isButtonPressed(int) - Static method in class com .bric .awt . MouseTracker
Return true if the specified button is pressed.
isButtonPressed() - Static method in class com .bric .awt . MouseTracker
 
isControlDown() - Static method in class com .bric .awt . ModifierTracker
 
isMetaDown() - Static method in class com .bric .awt . ModifierTracker
 
isShadowActive() - Method in class com .bric .awt . TextBlock
 
isShiftDown() - Static method in class com .bric .awt . ModifierTracker
 
isTextShadowActive() - Method in class com .bric .awt . TextBlock
 

K

KEY_BACKGROUND - Static variable in class com .bric .awt . TextBlock
 
KEY_BODY_SHADOW - Static variable in class com .bric .awt . TextBlock
 
KEY_BORDER_PAINT - Static variable in class com .bric .awt . TextBlock
 
KEY_CURVE_WIDTH - Static variable in class com .bric .awt . TextBlock
 
KEY_FONT - Static variable in class com .bric .awt . TextBlock
 
KEY_INSETS - Static variable in class com .bric .awt . TextBlock
 
KEY_IS_ANTIALIASING - Static variable in class com .bric .awt . TextBlock
 
KEY_SHADOW_BACKGROUND_COLOR - Static variable in class com .bric .awt . TextBlock
 
KEY_STROKE - Static variable in class com .bric .awt . TextBlock
 
KEY_TEXT - Static variable in class com .bric .awt . TextBlock
 
KEY_TEXT_INSETS - Static variable in class com .bric .awt . TextBlock
 
KEY_TEXT_PAINT - Static variable in class com .bric .awt . TextBlock
 
KEY_TEXT_SHADOW - Static variable in class com .bric .awt . TextBlock
 
KEY_USING_FRACTIONAL_METRICS - Static variable in class com .bric .awt . TextBlock
 

L

layoutContainer(Container) - Method in class com .bric .awt . AnimatedLayout
 

M

maximumLayoutSize(Container) - Method in class com .bric .awt . AnimatedLayout
 
minimumLayoutSize(Container) - Method in class com .bric .awt . AnimatedLayout
 
ModifierTracker - Class in com.bric.awt
This keeps track of which modifiers are currently pressed.
ModifierTracker() - Constructor for class com .bric .awt . ModifierTracker
 
MouseTracker - Class in com.bric.awt
Tracks the mouse location and button state.
MouseTracker() - Constructor for class com .bric .awt . MouseTracker
 

N

needsDiffusion - Variable in class com .bric .awt . GradientTexturePaint
 
needsDiffusion(Color[], float[], float, float, float, float) - Static method in class com .bric .awt . GradientTexturePaint
Return true if this combination of colors and fractions should apply error diffusion prevent color banding.
nudge(JComponent, Rectangle) - Static method in class com .bric .awt . AnimatedLayout
Nudge a component towards the destination.

P

paint(Graphics2D) - Method in class com .bric .awt . BufferedImagePaintable
 
paint(Graphics2D) - Method in class com .bric .awt . CompositePaintable
 
paint(Graphics2D) - Method in class com .bric .awt . DemoPaintable
 
paint(Graphics2D, int, int, Color[], String) - Static method in class com .bric .awt . DemoPaintable
 
paint(Graphics2D) - Method in class com .bric .awt . EmptyPaintable
 
paint(Graphics2D) - Method in interface com .bric .awt . Paintable
 
paint(Graphics2D) - Method in class com .bric .awt . TextBlock
 
paint(Graphics2D) - Method in class com .bric .awt . TextBoxPaintable
 
Paintable - Interface in com.bric.awt
An object that can be painted.
paintBackground(Graphics2D, GeneralPath) - Method in class com .bric .awt . TextBlock
 
paintBorder(Graphics2D, GeneralPath) - Method in class com .bric .awt . TextBlock
 
paintText(Graphics2D, GeneralPath) - Method in class com .bric .awt . TextBlock
 
preferredLayoutSize(Container) - Method in class com .bric .awt . AnimatedLayout
 
printSecurityExceptionOnlyOnce - Static variable in class com .bric .awt . ClickEventEnabler
 

R

removeAltChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
removeAltGraphChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
removeChangeListener(ChangeListener) - Static method in class com .bric .awt . MouseTracker
 
removeControlChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
removeLayoutComponent(Component) - Method in class com .bric .awt . AnimatedLayout
 
removeMetaChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
removeShiftChangeListener(ChangeListener) - Static method in class com .bric .awt . ModifierTracker
 
revalidate() - Method in class com .bric .awt . TextBlock
This defines width, height and body and may make other adjustments to prepare this TextBlock to be rendered/measured.
rootPaneChanged(JComponent, JRootPane) - Method in class com .bric .awt . RootPaneListener
 
RootPaneListener - Class in com.bric.awt
This listener will be notified when the JRootPane ancestor of a JComponent changes.
RootPaneListener() - Constructor for class com .bric .awt . RootPaneListener
 
rotate(double, double, double) - Method in class com .bric .awt . DualGraphics2D
 
rotate(double) - Method in class com .bric .awt . DualGraphics2D
 
runLayout(JComponent) - Static method in class com .bric .awt . AnimatedLayout
 

S

scale(double, double) - Method in class com .bric .awt . DualGraphics2D
 
Scribbler - Class in com.bric.awt
This scribbles an existing path to create a casual, hand-drawn (scribbled) look.
Scribbler() - Constructor for class com .bric .awt . Scribbler
 
seedingEnabled - Static variable in class com .bric .awt . GradientTexturePaint
This is an advanced option only used for testing/debugging.
setBackground(Color) - Method in class com .bric .awt . DualGraphics2D
 
setBackground(Paint) - Method in class com .bric .awt . TextBlock
 
setBackgroundShadowColor(Color) - Method in class com .bric .awt . TextBlock
 
setBorderPaint(Paint) - Method in class com .bric .awt . TextBlock
 
setClip(int, int, int, int) - Method in class com .bric .awt . DualGraphics2D
 
setClip(Shape) - Method in class com .bric .awt . DualGraphics2D
 
setColor(Color) - Method in class com .bric .awt . DualGraphics2D
 
setComposite(Composite) - Method in class com .bric .awt . DualGraphics2D
 
setCurveWidth(int) - Method in class com .bric .awt . TextBlock
 
setFont(Font) - Method in class com .bric .awt . DualGraphics2D
 
setFont(Font) - Method in class com .bric .awt . TextBlock
 
setInsets(Insets) - Method in class com .bric .awt . TextBlock
 
setPaint(Paint) - Method in class com .bric .awt . DualGraphics2D
 
setPaintMode() - Method in class com .bric .awt . DualGraphics2D
 
setRenderingHint(RenderingHints.Key, Object) - Method in class com .bric .awt . DualGraphics2D
 
setRenderingHints(Map<?, ?>) - Method in class com .bric .awt . DualGraphics2D
 
setShadowActive(boolean) - Method in class com .bric .awt . TextBlock
 
setSize(double, double) - Method in class com .bric .awt . Dimension2DDouble
 
setStroke(Stroke) - Method in class com .bric .awt . DualGraphics2D
 
setStroke(Stroke) - Method in class com .bric .awt . TextBlock
 
setText(String) - Method in class com .bric .awt . TextBlock
 
setTextInsets(Insets) - Method in class com .bric .awt . TextBlock
 
setTextPaint(Paint) - Method in class com .bric .awt . TextBlock
 
setTextShadowActive(boolean) - Method in class com .bric .awt . TextBlock
 
setTiling(CompositePaintable.Tiling) - Method in class com .bric .awt . CompositePaintable
 
setTransform(AffineTransform) - Method in class com .bric .awt . DualGraphics2D
 
setXORMode(Color) - Method in class com .bric .awt . DualGraphics2D
 
shear(double, double) - Method in class com .bric .awt . DualGraphics2D
 

T

TextBlock - Class in com.bric.awt
This renders a block of text with optional attributes.
TextBlock(String) - Constructor for class com .bric .awt . TextBlock
 
TextBlock(float, String) - Constructor for class com .bric .awt . TextBlock
 
TextBoxPaintable - Class in com.bric.awt
A Paintable that renders text as shapes.
TextBoxPaintable(String, Font, float, float) - Constructor for class com .bric .awt . TextBoxPaintable
Create a TextBoxPaintable using the system's default text color.
TextBoxPaintable(String, Font, float, float, Paint) - Constructor for class com .bric .awt . TextBoxPaintable
 
TextClusterPaintable - Class in com.bric.awt
A cluster of strings that are randomly distributed, rotated, and sized.
TextClusterPaintable(String[], Font, float, float, float, long) - Constructor for class com .bric .awt . TextClusterPaintable
 
TextSize - Class in com.bric.awt
 
TextSize() - Constructor for class com .bric .awt . TextSize
 
toRGB(float[]) - Static method in class com .bric .awt . HSLColor
Convert HSL values to a RGB Color with a default alpha value of 1.
toRGB(float[], float) - Static method in class com .bric .awt . HSLColor
Convert HSL values to a RGB Color.
toRGB(float, float, float) - Static method in class com .bric .awt . HSLColor
Convert HSL values to a ARGB Color with a default alpha value of 1.
toRGB(float, float, float, float) - Static method in class com .bric .awt . HSLColor
Convert HSL values to an ARGB Color.
toString() - Method in class com .bric .awt . Dimension2DDouble
 
toString() - Method in class com .bric .awt . DualGraphics2D
 
track(JApplet) - Static method in class com .bric .awt . ModifierTracker
Add KeyListeners to everything in an applet.
transform(AffineTransform) - Method in class com .bric .awt . DualGraphics2D
 
transform - Variable in class com .bric .awt . GradientTexturePaint
 
TransformedTexturePaint - Class in com.bric.awt
This effectively extends TexturePaint to support arbitrary AffineTransforms inside this paint object.
TransformedTexturePaint(BufferedImage, Rectangle2D, AffineTransform) - Constructor for class com .bric .awt . TransformedTexturePaint
 
translate(double, double) - Method in class com .bric .awt . DualGraphics2D
 
translate(int, int) - Method in class com .bric .awt . DualGraphics2D
 
truncate(String, Font, FontRenderContext, int) - Static method in class com .bric .awt . TextSize
Truncate a String to fit within the number of pixels provided.
TYPE_CIRCLE - Static variable in class com .bric .awt . HalftoneGradient
 
TYPE_DIAMOND - Static variable in class com .bric .awt . HalftoneGradient
 
TYPE_TRIANGLE - Static variable in class com .bric .awt . HalftoneGradient
 

U

usesFractionalMetrics() - Method in class com .bric .awt . TextBlock
 

V

valueOf(String) - Static method in enum com .bric .awt . CompositePaintable.Tiling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com .bric .awt . GradientTexturePaint.Cycle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com .bric .awt . CompositePaintable.Tiling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com .bric .awt . GradientTexturePaint.Cycle
Returns an array containing the constants of this enum type, in the order they are declared.

W

width - Variable in class com .bric .awt . TextBlock
 

X

x1 - Variable in class com .bric .awt . GradientTexturePaint
 
x1 - Variable in class com .bric .awt . HalftoneGradient
 
x2 - Variable in class com .bric .awt . GradientTexturePaint
 
x2 - Variable in class com .bric .awt . HalftoneGradient
 

Y

y1 - Variable in class com .bric .awt . GradientTexturePaint
 
y1 - Variable in class com .bric .awt . HalftoneGradient
 
y2 - Variable in class com .bric .awt . GradientTexturePaint
 
y2 - Variable in class com .bric .awt . HalftoneGradient
 
A  B  C  D  E  F  G  H  I  K  L  M  N  P  R  S  T  U  V  W  X  Y