A  B  C  D  F  G  L  M  Q  S  T  W 

A

angle - Variable in class com .bric .awt . CharcoalEffect
 

B

BristleStroke - Class in com.bric.awt
This Stroke that resembles a bristle.
BristleStroke(float, float) - Constructor for class com .bric .awt . BristleStroke
Creates a new BristleStroke.
BristleStroke(float, float, long) - Constructor for class com .bric .awt . BristleStroke
Creates a new BristleStroke.
BrushStroke - Class in com.bric.awt
This Stroke that resembles a brush.
BrushStroke(float, float, long) - Constructor for class com .bric .awt . BrushStroke
Creates a new BrushStroke using the default angle (pi/2).
BrushStroke(float, float) - Constructor for class com .bric .awt . BrushStroke
Creates a new BrushStroke using the default angle (pi/2) and a random seed of zero.
BrushStroke(float, float, float, long) - Constructor for class com .bric .awt . BrushStroke
Creates a new BrushStroke.

C

CalligraphyPathWriter - Class in com.bric.awt
This creates a calligraphic or ribbon-like effect while tracing a shape.
CalligraphyPathWriter(float, float, float, GeneralPath) - Constructor for class com .bric .awt . CalligraphyPathWriter
Create a new CalligraphyPathWriter.
CalligraphyPathWriter(float, float, float, PathWriter, PathWriter) - Constructor for class com .bric .awt . CalligraphyPathWriter
Create a new CalligraphyPathWriter.
CalligraphyStroke - Class in com.bric.awt
This Stroke resembles calligraphy.
CalligraphyStroke(float) - Constructor for class com .bric .awt . CalligraphyStroke
Create a simple CalligraphyStroke with an angle of 3*pi/4.
CalligraphyStroke(float, float) - Constructor for class com .bric .awt . CalligraphyStroke
Creates a new CalligraphyStroke
CharcoalEffect - Class in com.bric.awt
This applies a charcoal effect to a shape.
CharcoalEffect(PathWriter, float, float, int) - Constructor for class com .bric .awt . CharcoalEffect
Creates a new CharcoalEffect.
CharcoalEffect(PathWriter, float, float, int, float) - Constructor for class com .bric .awt . CharcoalEffect
Creates a new CharcoalEffect.
CharcoalStroke - Class in com.bric.awt
This applies the CharcoalEffect to another Stroke.
CharcoalStroke(float, float, float) - Constructor for class com .bric .awt . CharcoalStroke
Create a new CharcoalStroke built on top of a BasicStroke.
CharcoalStroke(Stroke, float, float, int) - Constructor for class com .bric .awt . CharcoalStroke
Create a new CharcoalStroke built on top of another Stroke.
CharcoalStroke(float, float) - Constructor for class com .bric .awt . CharcoalStroke
This creates a CharcoalStroke on top of a simple BasicStroke, with a fixed angle of 45 degrees.
closePath() - Method in class com .bric .awt . CalligraphyPathWriter
 
com.bric.awt - package com.bric.awt
 
createStrokedShape(Shape) - Method in class com .bric .awt . BristleStroke
 
createStrokedShape(Shape) - Method in class com .bric .awt . BrushStroke
 
createStrokedShape(Shape) - Method in class com .bric .awt . CalligraphyStroke
Creates the calligraphic outline of the argument shape.
createStrokedShape(Shape) - Method in class com .bric .awt . CharcoalStroke
 
curveTo(float, float, float, float, float, float) - Method in class com .bric .awt . CalligraphyPathWriter
 

D

deriveStroke(float) - Method in class com .bric .awt . CharcoalStroke
Creates a similar stroke where only the crack depth (0-1) is redefined.
deriveStroke(Stroke) - Method in class com .bric .awt . CharcoalStroke
Creates a similar stroke where the underlying stroke is redefined.
deriveStroke(Stroke) - Method in interface com .bric .awt . FilteredStroke
Similar to Font.deriveFont(), this makes a stroke similar to this object, except the underlying Stroke this stroke filters is replaced.

F

filter(Shape, float, float, int, float) - Static method in class com .bric .awt . CharcoalEffect
Applies the CharcoalEffect to a shape.
filter(Shape, float, float, int) - Static method in class com .bric .awt . CharcoalEffect
Applies the CharcoalEffect to a shape.
FilteredStroke - Interface in com.bric.awt
This is a Stroke that modifies or sits on top of another Stroke.
flush() - Method in class com .bric .awt . CalligraphyPathWriter
 

G

getAngle() - Method in class com .bric .awt . CharcoalStroke
 
getCrackSize() - Method in class com .bric .awt . CharcoalStroke
Returns the crack size.
getRandomSeed() - Method in class com .bric .awt . BristleStroke
 
getRandomSeed() - Method in class com .bric .awt . BrushStroke
 
getRandomSeed() - Method in class com .bric .awt . CharcoalStroke
 
getStroke() - Method in class com .bric .awt . CharcoalStroke
Returns the underlying stroke this CharcoalStroke is layered on top of.
getStroke() - Method in interface com .bric .awt . FilteredStroke
 
getTheta() - Method in class com .bric .awt . BrushStroke
 
getTheta() - Method in class com .bric .awt . CalligraphyStroke
Returns the angle of the pen (in radians).
getThickness() - Method in class com .bric .awt . BristleStroke
 
getThickness() - Method in class com .bric .awt . BrushStroke
 
getWidth() - Method in class com .bric .awt . BristleStroke
 
getWidth() - Method in class com .bric .awt . BrushStroke
 
getWidth() - Method in class com .bric .awt . CalligraphyStroke
Returns the width of this stroke.

L

lineTo(float, float) - Method in class com .bric .awt . CalligraphyPathWriter
 

M

maxDepth - Variable in class com .bric .awt . CharcoalEffect
 
moveTo(float, float) - Method in class com .bric .awt . CalligraphyPathWriter
 

Q

quadTo(float, float, float, float) - Method in class com .bric .awt . CalligraphyPathWriter
 

S

seed - Variable in class com .bric .awt . CharcoalEffect
 
size - Variable in class com .bric .awt . CharcoalEffect
 

T

theta - Variable in class com .bric .awt . CalligraphyStroke
The angle of the pen in radians.
thickness - Variable in class com .bric .awt . BristleStroke
 

W

width - Variable in class com .bric .awt . BristleStroke
 
width - Variable in class com .bric .awt . CalligraphyStroke
The width of this stroke in pixels.
write(Shape) - Method in class com .bric .awt . CalligraphyPathWriter
 
write(Shape) - Method in class com .bric .awt . CharcoalEffect
Applies this effect to the shape provided.
writer - Variable in class com .bric .awt . CharcoalEffect
 
A  B  C  D  F  G  L  M  Q  S  T  W