A B C E F G H I J M N P R S V W

A

addParameter(String, int) - Method in class GpadComponent
Adds a parameter to the component of the specified name and type.
addParm(String, int) - Method in class GpadParm
Adds a parameter name-type to this GpadParm object.
ALIGNMENT - Static variable in class GpadParm
Deprecated. No replacement

B

BLEACH - Static variable in class GpadFilter
Bleach filter type.
BLUE - Static variable in class GpadFilter
Blue filter type.
BLUR - Static variable in class GpadFilter
Blur filter type.
BOOLEAN - Static variable in class GpadParm
Boolean parameter type
BW - Static variable in class GpadFilter
Black and white filter type.

C

COLORWEAVE - Static variable in class GpadFilter
Color weave filter type.

E

EMBOSS - Static variable in class GpadFilter
Emboss filter type.

F

FLAKE - Static variable in class GpadFilter
Flake filter type.
FRAME - Static variable in class GpadFilter
Frame filter type.

G

getCascade() - Method in class GpadCurve
Gets the value of the cascade mode.
getCurveNum() - Method in class GpadCurve
Gets the number of curves this object generates.
getCurveType() - Method in class GpadCurve
Gets the curve type.
getFilterHeight() - Method in class GpadFilter
Gets the filter height.
getFilterType() - Method in class GpadFilter
Gets the filter type.
getFilterVal() - Method in class GpadFilter
Gets the filter value.
getFilterWidth() - Method in class GpadFilter
Gets the filter width.
getFilterX() - Method in class GpadFilter
Gets the x coordinate of the filter area's anchor point.
getFilterY() - Method in class GpadFilter
Gets the y coordinate of the filter area's anchor point.
getGpadParm() - Method in class GpadComponent
Retrieves the GpadParm object associated with this gpad component.
getKnotNum() - Method in class GpadCurve
Gets the number of knots in each spline curve.
getKnotVal() - Method in class GpadCurve
Gets the knot type value.
getParmMap() - Method in class GpadParm
Gets the map containing the parameter types that have been added to this GpadParm object.
getParmValue(String) - Method in class GpadParm
Returns the value of a named component parameter as an Object type.
getVariableChoice(String) - Method in class GpadComponent
Invoked when a variable parameter type is selected on this component.
GpadComponent - class GpadComponent.
A gpad component is an object that contains graphical operations to be performed on the Paintlet canvas.
GpadComponent() - Constructor for class GpadComponent
Class constructor.
GpadCurve - class GpadCurve.
The GpadCurve class represents a curve generation operation applied to the Paintlet canvas by a GraphicPad component.
GpadCurve() - Constructor for class GpadCurve
Creates a new GpadCurve object.
GpadException - exception GpadException.
A GpadException signals that an exception of some sort has occurred while a GraphicPad component is executing.
GpadException(String) - Constructor for class GpadException
Creates a new GpadException with the specified string message.
GpadFilter - class GpadFilter.
The GpadFilter class represents a filter operation applied to the Paintlet canvas by a GraphicPad component.
GpadFilter() - Constructor for class GpadFilter
Creates a new GpadFilter object.
GpadParm - class GpadParm.
The GpadParm class is a container for parameters added to a GraphicPad component.
GpadParm() - Constructor for class GpadParm
Constructs a new GpadParm object.
GpadParmException - exception GpadParmException.
A GpadParmException signals that a GraphicPad component has encountered problems trying to retrieve parameter values.
GpadParmException(String) - Constructor for class GpadParmException
Creates a GpadParmException for the parameter with the specified name.
gpAnimate(GpadAnimation) - Method in class GpadComponent
Runs an animation sequence specified by the GpadAnimation parameter.
gpApplyCurve(GpadCurve) - Method in class GpadComponent
Applies the curve generation specified by the GpadCurve parameter to the canvas.
gpApplyFilter(GpadFilter) - Method in class GpadComponent
Applies the filter operation specified by the GpadFilter parameter.
gparm - Variable in class GpadComponent
Container for parameter values.
gpBlend(int, int) - Method in class GpadComponent
Applies a semi-transparent swatch of paint at the point (x,y).
gpBlendText(String, int, int, int, boolean) - Method in class GpadComponent
Draws the specified string with the gpBlend method.
gpCircle(int, int, int, int) - Method in class GpadComponent
Deprecated. Replaced by gpOval
gpCreateImage(MemoryImageSource) - Method in class GpadComponent
Returns an Image created from the specified MemoryImageSource.
gpDrawImage(Image, int, int) - Method in class GpadComponent
Draws the specified image with the top-left corner at the point (x,y).
gpDrawImage(Image, int, int, int, int) - Method in class GpadComponent
Draws the specified image, scaled, with the top-left corner at the point (x,y).
gpDrawImage(Image, int, int, int, int, int, int, int, int) - Method in class GpadComponent
Draws the specified image, scaled, with as much of the image as is currently available.
gpDrawImageBrush(Vector, int, int) - Method in class GpadComponent
Draws the current image brush at the coordinates specified by the collection of points in the vector.
gpDrawLineMeasuredText(AttributedString, Point, float) - Method in class GpadComponent
Draws the AttributedString parameter as a paragraph of text with a specified wrapping width.
gpDrawLineMeasuredText(AttributedString, Point, float, boolean) - Method in class GpadComponent
Deprecated. No replacement
gpDrawShape(Shape) - Method in class GpadComponent
Draws the Shape specified by parameter s.
gpDrawStringCentered(String, Rectangle) - Method in class GpadComponent
Draws the text given by the specified string centered in the parameter rectangle.
gpDrawStringLowerLeft(String, Rectangle) - Method in class GpadComponent
Draws the text given by the specified string at the lower left region of the parameter rectangle.
gpDrawStringLowerRight(String, Rectangle) - Method in class GpadComponent
Draws the text given by the specified string at the lower right region of the parameter rectangle.
gpDrawStringUpperLeft(String, Rectangle) - Method in class GpadComponent
Draws the text given by the specified string at the upper left region of the parameter rectangle.
gpDrawStringUpperRight(String, Rectangle) - Method in class GpadComponent
Draws the text given by the specified string at the upper right region of the parameter rectangle.
gpFillBackground(Color) - Method in class GpadComponent
Fills the Paintlet canvas with the specified color.
gpGetCanvasImage() - Method in class GpadComponent
Returns the canvas Image.
gpGetImage(File) - Method in class GpadComponent
Returns the specified File parameter as an Image.
gpGetImageBrush() - Method in class GpadComponent
Returns the currently selected image brush.
gpGetImageBrushHeight() - Method in class GpadComponent
Returns the height of the current image brush.
gpGetImageBrushWidth() - Method in class GpadComponent
Returns the width of the current image brush.
gpGetImageHeight(Image) - Method in class GpadComponent
Returns the height of the specified image.
gpGetImageWidth(Image) - Method in class GpadComponent
Returns the width of the specified image.
gpGetStringBounds(String) - Method in class GpadComponent
Returns the bounding rectangle of the specified string.
gpGetStringHeight(String) - Method in class GpadComponent
Returns the height of the specified string.
gpGetStringHeight(String, Font) - Method in class GpadComponent
Returns the height of the string when drawn in the specified font.
gpGetStringWidth(String) - Method in class GpadComponent
Returns the width of the specified string.
gpGetStringWidth(String, Font) - Method in class GpadComponent
Returns the width of the string when drawn in the specified font.
gpImageBack() - Method in class GpadComponent
Tiles the canvas with the current image brush.
gpImageBack(boolean, int, int) - Method in class GpadComponent
Tiles the canvas with the current image brush at specified horizontal and vertical intervals.
gpImageText(String, int, int) - Method in class GpadComponent
Draws the specified string with the current image brush.
gpLine(int, int, int, int) - Method in class GpadComponent
Draws a line between the points (x,y) and (x1,y1).
gpOval(int, int, int, int) - Method in class GpadComponent
Draws an oval.
gpPaintImgCircle(Point, Point) - Method in class GpadComponent
Draws a circle using the current image brush.
gpPaintImgLine(int, int, int, int) - Method in class GpadComponent
Draws a line using the current image brush.
gpQuadCurve(int, int, int, int, int, int) - Method in class GpadComponent
Draws a quadradic curve from the start point (x1,y1) to the end point (x3,y3) where (x2,y2) is the control point.
gpRectangle(int, int, int, int) - Method in class GpadComponent
Draws a rectangle.
gpRepaint() - Method in class GpadComponent
Repaints the entire canvas.
gpRepaint(int, int, int, int) - Method in class GpadComponent
Repaints a region of the canvas.
gpRestoreDefaults() - Method in class GpadComponent
Sets Paintlet's rendering variables to their default values.
gpSaveCanvas(String, Rectangle) - Method in class GpadComponent
Deprecated. Replaced by gpSaveCanvasToJPG
gpSaveCanvasToJPG(String, Rectangle) - Method in class GpadComponent
Saves a region of the Paintlet canvas as a JPEG file.
gpSaveImageToFile(File, BufferedImage) - Method in class GpadComponent
Saves a BufferedImage as a JPEG file.
gpSaveImageToFile(File, BufferedImage, float) - Method in class GpadComponent
Saves a BufferedImage as a JPEG file with the specified quality-compression setting.
gpSaveScaledCanvas(String, int, int) - Method in class GpadComponent
Saves a scaled version of the Paintlet canvas as a JPEG file.
gpSetAntiAlias(boolean) - Method in class GpadComponent
Sets rendering to be done with antialiasing when value of parameter b is true.
gpSetBrushDensity(int) - Method in class GpadComponent
Sets the density of the paint brush for the spray operation.
gpSetBrushWidth(int) - Method in class GpadComponent
Sets the width of the paint brush for rendering operations.
gpSetColor(Color) - Method in class GpadComponent
Sets the current color to the specified color.
gpSetFillShape(boolean) - Method in class GpadComponent
Deprecated. Replaced by gpSetShapeFill
gpSetFont(Font) - Method in class GpadComponent
Sets the font for text rendering.
gpSetFont(String, int, int) - Method in class GpadComponent
Sets the font for text rendering to the Font with the specified name, style and face.
gpSetFontHiLite(boolean) - Method in class GpadComponent
Text will be drawn with a hilite when the parameter is true.
gpSetFontHiLite(boolean, int, Color) - Method in class GpadComponent
Text will be drawn with a hilite in the specified size and color when the parameter b is true.
gpSetFontShear(double) - Method in class GpadComponent
Deprecated. No replacement
gpSetGradient(boolean) - Method in class GpadComponent
Sets the paint rendering mode to a color gradient when the value of the parameter b is true.
gpSetGradient(boolean, Color, Color) - Method in class GpadComponent
Sets the paint rendering mode to a gradient of two specified colors when the value of the parameter b is true.
gpSetGradient(boolean, Color, Color, boolean) - Method in class GpadComponent
Sets the paint rendering mode to a cyclic, two-color gradient when the value of the parameters b and cyclic are true.
gpSetImageBrush(int) - Method in class GpadComponent
Sets the current image brush to the specified image.
gpSetShapeFill(boolean) - Method in class GpadComponent
Sets the rendering of shapes to filled when parameter b is true, and drawn when false.
gpSetText(String, int, int) - Method in class GpadComponent
Draws the text specified by the String parameter using the current font and paint color.
gpSetTips(Image) - Method in class GpadComponent
Registers the image to be displayed as a tip.
gpSetTips(String) - Method in class GpadComponent
Registers the text to be displayed as a tip.
gpSetTransparent(boolean) - Method in class GpadComponent
Sets the paint rendering mode to transparent when the value of the parameter b is true.
gpSetTransparent(boolean, float) - Method in class GpadComponent
Sets the paint rendering mode to a specified transparency when the value of the parameter b is true.
gpSpray(int, int) - Method in class GpadComponent
Applies a paint spray to the canvas.
gpTextBackground(String, String, int, int, Color) - Method in class GpadComponent
Tiles the Paintlet canvas with the specified text in the given font.
GRAY - Static variable in class GpadFilter
Gray filter type.
GREEN - Static variable in class GpadFilter
Green filter type.

H

HAZE - Static variable in class GpadFilter
Haze filter type.
HEIGHT - Static variable in class GpadParm
The height of the Paintlet canvas.
HEIGHT - Static variable in class GpadFilter
The Paintlet canvas height
HEIGHT - Static variable in class GpadCurve
The Paintlet canvas height.

I

IDENTITY - Static variable in class GpadFilter
Identity filter type.
IMAGE - Static variable in class GpadParm
Image parameter type.
initComponent() - Method in class GpadComponent
An implementation of this abstract method must be provided when developing a gpad component.
INT - Static variable in class GpadParm
Integer parameter type

J

JAVACOLOR - Static variable in class GpadParm
Java color parameter type.

M

MAXCURVES - Static variable in class GpadCurve
The maximum number of curves.
MAXKNOTS - Static variable in class GpadCurve
The maximum number of knots in the curve.

N

NEGATIVE - Static variable in class GpadFilter
Negative filter type.
newBackground(Color) - Method in class GpadComponent
Deprecated. Replaced by gpFillBackground

P

parameters - Variable in class GpadComponent
Flag indicating whether component has parameters.

R

RED - Static variable in class GpadFilter
Red filter type.
REFLECT - Static variable in class GpadFilter
Reflect filter type.
RGB - Static variable in class GpadFilter
Red, green and blue filter type.
RGB2 - Static variable in class GpadFilter
Red, green and blue filter type.
RGBCOLOR - Static variable in class GpadParm
RGB color parameter type.
ROTATE - Static variable in class GpadFilter
Rotate filter type.
runComponent() - Method in class GpadComponent
Invoked when the component is run by the user.

S

SCALEDOWN - Static variable in class GpadFilter
Scale filter type.
setCascade(boolean) - Method in class GpadCurve
Sets the curve generation mode to cascade when specified parameter is true.
setCurveNum(int) - Method in class GpadCurve
Sets the number of generated curves to the specified value.
setCurveType(int) - Method in class GpadCurve
Sets the curve type to the specified value.
setFilterHeight(int) - Method in class GpadFilter
Sets the height of the filter area to the specified value.
setFilterRegion(int, int, int, int) - Method in class GpadFilter
Sets the region to filter.
setFilterType(int) - Method in class GpadFilter
Sets the filter type.
setFilterVal(int) - Method in class GpadFilter
Sets the filter strength value.
setFilterWidth(int) - Method in class GpadFilter
Sets the width of the filter area to the specified value.
setFilterX(int) - Method in class GpadFilter
Sets the x coordinate of the filter area's anchor point to the specified value.
setFilterY(int) - Method in class GpadFilter
Sets the y coordinate of the filter area's anchor point to the specified value.
setKnotNum(int) - Method in class GpadCurve
Sets the number of knots to the specified value.
setKnotVal(String) - Method in class GpadCurve
Sets the knot values to the type specified in the parameter string.
setParm(String, Object) - Method in class GpadParm
Sets the value of the named parameter to the specified Object.
setTipsEnabled(boolean) - Method in class GpadComponent
Deprecated. No replacement
SHARPEN - Static variable in class GpadFilter
Sharpen filter type.
showMessage() - Method in class GpadException
Displays an informational message with a JOptionPane popup dialog.
showMessage() - Method in class GpadParmException
Displays an informational message with a JOptionPane popup dialog.
showMessage(String) - Method in class GpadParmException
Displays an informational message with a JOptionPane popup dialog and a custom message.
showTips() - Method in class GpadComponent
Displays the tip that is registered on this component.
showTipsEnabled() - Method in class GpadComponent
Deprecated. No replacement
SINEWAVE - Static variable in class GpadFilter
Sine wave filter type.
SINEWAVE2 - Static variable in class GpadFilter
Sine wave filter type.
SOCKET - Static variable in class GpadParm
Socket parameter type.
SPLINE - Static variable in class GpadCurve
Spline curve type.
SPOTLIGHT - Static variable in class GpadFilter
Spotlight filter type.
SPOTLIGHT2 - Static variable in class GpadFilter
Spotlight filter type.
SPOTLIGHT3 - Static variable in class GpadFilter
Spotlight filter type.
STRING - Static variable in class GpadParm
String parameter type

V

VARIABLE - Static variable in class GpadParm
Variable parameter type.

W

WIDTH - Static variable in class GpadParm
The width of the Paintlet canvas.
WIDTH - Static variable in class GpadFilter
The Paintlet canvas width
WIDTH - Static variable in class GpadCurve
The Paintlet canvas width.

A B C E F G H I J M N P R S V W