http://www.eteks.com
A B C D E F G H I L M P R S T U W

A

add(String, int) - Method in class com.eteks.awt.PJAComponentPeer
 
addConsumer(ImageConsumer) - Method in class com.eteks.awt.image.GIFDecoder
ImageProducer implementation.
addFontData(PJAFontData) - Method in class com.eteks.awt.PJAFontPeer
 
addHelpMenu(Menu) - Method in class com.eteks.awt.PJAComponentPeer
 
addHelpMenu(Menu) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
addItem(MenuItem) - Method in class com.eteks.awt.PJAComponentPeer
 
addItem(MenuItem) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
addItem(String, int) - Method in class com.eteks.awt.PJAComponentPeer
 
addMenu(Menu) - Method in class com.eteks.awt.PJAComponentPeer
 
addMenu(Menu) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
addSeparator() - Method in class com.eteks.awt.PJAComponentPeer
 
addSeparator() - Method in class com.eteks.awt.PJAMenuComponentPeer
 

B

beep() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
beginLayout() - Method in class com.eteks.awt.PJAComponentPeer
 
beginValidate() - Method in class com.eteks.awt.PJAComponentPeer
 

C

canDetermineObscurity() - Method in class com.eteks.awt.PJAComponentPeer
 
captureFont(String, int[], boolean, boolean, boolean, boolean, String, PJAFontCapture.CaptureFontListener) - Static method in class com.eteks.tools.fontcapture.PJAFontCapture
 
charsWidth(char[], int, int) - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
charWidth(char) - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
charWidth(int) - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
check(ImageObserver) - Method in class com.eteks.awt.PJAImage
 
checkImage(Image, int, int, ImageObserver) - Method in class com.eteks.awt.PJAComponentPeer
 
checkImage(Image, int, int, ImageObserver) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
checkImage(Image, int, int, ImageObserver) - Method in class com.eteks.awt.PJAGraphicsManager
Checks the status of an image laoding.
checkImage(Image, int, int, ImageObserver) - Method in class com.eteks.java2d.PJAGraphicsManager2D
Checks the status of an image laoding.
childResized(int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
clear() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by removeAll().
clearRect(int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
clipRect(int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
coalescePaintEvent(PaintEvent) - Method in class com.eteks.awt.PJAComponentPeer
 
com.eteks.awt - package com.eteks.awt
 
com.eteks.awt.image - package com.eteks.awt.image
 
com.eteks.awt.servlet - package com.eteks.awt.servlet
 
com.eteks.filter - package com.eteks.filter
 
com.eteks.java2d - package com.eteks.java2d
 
com.eteks.servlet - package com.eteks.servlet
 
com.eteks.tools.awt - package com.eteks.tools.awt
 
com.eteks.tools.fontcapture - package com.eteks.tools.fontcapture
 
copyArea(int, int, int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
create() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
createButton(Button) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createCanvas(Canvas) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createCheckbox(Checkbox) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createCheckboxMenuItem(CheckboxMenuItem) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createChoice(Choice) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createCompatibleImage(int, int) - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
createCompatibleImage(int, int, int) - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
createComponent(Component) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createDialog(Dialog) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createDragSourceContextPeer(DragGestureEvent) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createFileDialog(FileDialog) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createFrame(Frame) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createGraphics() - Method in class com.eteks.java2d.PJABufferedImage
Returns an instance of Graphics2D to draw in the image.
createGraphics(BufferedImage) - Method in class com.eteks.java2d.PJAGraphicsEnvironment
Returns a Graphics2D instance or throws an AWTError exception.
createImage(byte[], int, int) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createImage(byte[], int, int) - Method in class com.eteks.awt.PJAGraphicsManager
Creates an image from the imagedata array.
createImage(ImageProducer) - Method in class com.eteks.awt.PJAComponentPeer
 
createImage(ImageProducer) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createImage(ImageProducer) - Method in class com.eteks.awt.PJAGraphicsManager
Creates an image from the producer.
createImage(ImageProducer) - Method in class com.eteks.java2d.PJAGraphicsManager2D
Creates an image from the producer.
createImage(int, int) - Method in class com.eteks.awt.PJAComponentPeer
Creates an image of width x height pixels.
createImage(int, int) - Method in class com.eteks.awt.PJAGraphicsManager
Creates an image of width x height pixels.
createImage(int, int) - Method in class com.eteks.awt.servlet.PJAServlet
Returns an image of width x height pixels using default toolkit.
createImage(int, int) - Method in class com.eteks.java2d.PJAGraphicsManager2D
Creates an image of width x height pixels.
createImage(String) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createImage(String) - Method in class com.eteks.awt.PJAGraphicsManager
Returns an image from the file filename.
createImage(URL) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createImage(URL) - Method in class com.eteks.awt.PJAGraphicsManager
Returns an image from the URL url.
createLabel(Label) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createList(List) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createMenu(Menu) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createMenuBar(MenuBar) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createMenuItem(MenuItem) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createPanel(Panel) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createPopupMenu(PopupMenu) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createScrollbar(Scrollbar) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createScrollPane(ScrollPane) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createTextArea(TextArea) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createTextField(TextField) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
createWindow(Window) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.

D

DefaultToolkitTest - class com.eteks.servlet.DefaultToolkitTest.
This servlet/program tests if graphics can work on a JVM or not, using default toolkit.
DefaultToolkitTest() - Constructor for class com.eteks.servlet.DefaultToolkitTest
 
delItem(int) - Method in class com.eteks.awt.PJAComponentPeer
 
delItem(int) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
delItems(int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
delMenu(int) - Method in class com.eteks.awt.PJAComponentPeer
 
delMenu(int) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
deselect(int) - Method in class com.eteks.awt.PJAComponentPeer
 
DESTINATION_SERVLET_CLASS_PARAMETER - Static variable in class com.eteks.awt.servlet.PJARedirectServlet
 
destroy() - Method in class com.eteks.awt.servlet.PJAServlet
Override destroyPJA () instead of this final method.
destroyBuffers() - Method in class com.eteks.awt.PJAComponentPeer
 
destroyPJA() - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method destroy ().
destroyPJA() - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
destroyPJA() - Method in class com.eteks.servlet.TeksSurveyPie
 
disable() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
disable() - Method in class com.eteks.awt.PJAMenuComponentPeer
 
dispose() - Method in class com.eteks.awt.PJAComponentPeer
 
dispose() - Method in class com.eteks.awt.PJAMenuComponentPeer
 
dispose() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override doDeletePJA () instead of this final method.
doDeletePJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method doDelete ().
doDeletePJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override doGetPJA () instead of this final method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.servlet.DefaultToolkitTest
 
doGetPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method doGet ().
doGetPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
doGetPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.servlet.PJAServletTest
 
doGetPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.servlet.TeksSurveyPie
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override doOptionsPJA () instead of this final method.
doOptionsPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method doOptions ().
doOptionsPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override doPostPJA () instead of this final method.
doPostPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method doPost ().
doPostPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
doPostPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.servlet.TeksSurveyPie
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override doPutPJA () instead of this final method.
doPutPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method doPut ().
doPutPJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override doTracePJA () instead of this final method.
doTracePJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method doTrace ().
doTracePJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
draw3DRect(int, int, int, int, boolean) - Method in class com.eteks.awt.PJAGraphics
Same implementation as in the class java.awtGraphics except it doesn't use Color class.
drawArc(int, int, int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawImage(Image, int, int, Color, ImageObserver) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawImage(Image, int, int, ImageObserver) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawLine(int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
 
drawOval(int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawPolygon(int[], int[], int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawPolyline(int[], int[], int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawRoundRect(int, int, int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawString(AttributedCharacterIterator, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
drawString(String, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.

E

enable() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
enable() - Method in class com.eteks.awt.PJAMenuComponentPeer
 
endLayout() - Method in class com.eteks.awt.PJAComponentPeer
 
endValidate() - Method in class com.eteks.awt.PJAComponentPeer
 
equals(Object) - Method in class com.eteks.awt.PJAFontPeer
Returns true if this font peer and object have the same name and style.
equals(Object) - Method in class com.eteks.awt.PJAFontData
Returns true if this font peer and object have the same name, style and size.

F

fill3DRect(int, int, int, int, boolean) - Method in class com.eteks.awt.PJAGraphics
Same implementation as in the class java.awtGraphics except it doesn't use Color class.
fillArc(int, int, int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
fillOval(int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
fillPolygon(int[], int[], int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
fillRect(int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
fillRoundRect(int, int, int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
filterEvents(long) - Method in class com.eteks.awt.PJAComponentPeer
 
filterRGB(int, int, int) - Method in class com.eteks.filter.Web216ColorsFilter
RGBImageFilter method implementation.
flush() - Method in class com.eteks.awt.PJAImage
java.awt.Image implementation.
FONTS_PATH_PARAMETER - Static variable in class com.eteks.awt.servlet.PJARedirectServlet
 

G

getAscent() - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
getAscent() - Method in class com.eteks.awt.PJAFontData
Returns the ascent of this font.
getBackBuffer() - Method in class com.eteks.awt.PJAComponentPeer
 
getBounds() - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
getCaretPosition() - Method in class com.eteks.awt.PJAComponentPeer
 
getCharacterBounds(int) - Method in class com.eteks.awt.PJAComponentPeer
 
getCharBits() - Method in class com.eteks.awt.PJAFontData
Provides direct access to bitset array for this font's pixels.
getCharBitsOffset(char) - Method in class com.eteks.awt.PJAFontData
Retrieves the offset for the bit representing top-left pixel in the given char, within the bitset.
getCharBitsScanSize() - Method in class com.eteks.awt.PJAFontData
Retrieves the scansize of the linear bit array, i.e., the number of bits in each very long scanline of pixels stored sequentially in the bitset
getCharOffsetAtBaseline(char) - Method in class com.eteks.awt.PJAFontMetrics
Deprecated. As of PJA version 1.1, replaced by PJAFontData.getCharOffsetAtBaseline ().
getCharOffsetAtBaseline(char) - Method in class com.eteks.awt.PJAFontData
Returns the offset of the character ch to add at baseline.
getCharPixels(char) - Method in class com.eteks.awt.PJAFontMetrics
Deprecated. As of PJA version 1.1, replaced by PJAFontData.getCharPixels ().
getCharPixels(char) - Method in class com.eteks.awt.PJAFontData
Returns the pixels array of the character ch.
getCharPixelsWidth(char) - Method in class com.eteks.awt.PJAFontMetrics
Deprecated. As of PJA version 1.1, replaced by PJAFontData.getCharPixelsWidth ().
getCharPixelsWidth(char) - Method in class com.eteks.awt.PJAFontData
Returns the scansize of the pixels array of the character ch.
getCharsWidth(char[], int, int) - Method in class com.eteks.awt.PJAFontData
Returns the string width of a string in this font.
getCharWidth(char) - Method in interface com.eteks.awt.PJAGraphicsExtension
Returns the advance width of the specified character of the current font.
getCharWidth(char) - Method in class com.eteks.awt.PJAGraphics
Returns the advance width of the specified character of the current font.
getCharWidth(int) - Method in class com.eteks.awt.PJAFontData
Returns the char width of the character ch in this font.
getClip() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
getClipBounds() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
getClosestColorIndex(IndexColorModel, int) - Method in class com.eteks.awt.PJAGraphicsManager
Returns the index of the closest color of ARGB in the indexed color model colorModel.
getColor() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
getColorModel() - Method in class com.eteks.awt.PJAImage
Returns this image's color model
getColorModel() - Method in class com.eteks.awt.PJAComponentPeer
 
getColorModel() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getColorModel() - Method in class com.eteks.awt.PJAGraphicsManager
Returns the default color model used by images for this manager (RGB default color model).
getColorModel() - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
getColorModel(int) - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
getColorRGB() - Method in interface com.eteks.awt.PJAGraphicsExtension
Returns the graphics current color.
getColorRGB() - Method in class com.eteks.awt.PJAGraphics
Returns the graphics current color RGB.
getComponent() - Method in class com.eteks.awt.PJAComponentPeer
 
getConfigurations() - Method in class com.eteks.java2d.PJAGraphicsDevice
java.awt.GraphicsDevice implementation.
getDefaultConfiguration() - Method in class com.eteks.java2d.PJAGraphicsDevice
java.awt.GraphicsDevice implementation.
getDefaultFont() - Static method in class com.eteks.awt.PJAToolkit
Deprecated. As of PJA version 1.1, replaced by PJAGraphicsManager.getDefaultFont ().
getDefaultFont() - Method in class com.eteks.awt.PJAGraphicsManager
Returns the default font name.
getDefaultGraphicsManager() - Static method in class com.eteks.awt.PJAGraphicsManager
Returns a default PJAGraphicsManager.
getDefaultTransform() - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
getDescent() - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
getDescent() - Method in class com.eteks.awt.PJAFontData
Returns the descent of this font.
getDestinationServlet(String, String, boolean) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
getDevice() - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
getFont() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
getFontAscent() - Method in interface com.eteks.awt.PJAGraphicsExtension
Determines the font ascent of the current font.
getFontAscent() - Method in class com.eteks.awt.PJAGraphics
Determines the font ascent of the current font.
getFontData(int) - Method in class com.eteks.awt.PJAFontPeer
 
getFontDescent() - Method in interface com.eteks.awt.PJAGraphicsExtension
Determines the font descent of the current font.
getFontDescent() - Method in class com.eteks.awt.PJAGraphics
Determines the font descent of the current font.
getFontLeading() - Method in interface com.eteks.awt.PJAGraphicsExtension
Determines the standard leading of the current font.
getFontLeading() - Method in class com.eteks.awt.PJAGraphics
Determines the standard leading of the current font.
getFontList() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getFontList() - Method in class com.eteks.awt.PJAGraphicsManager
Returns an array of all the font names.
getFontList() - Method in class com.eteks.java2d.PJAGraphicsManager2D
Returns the array {"Dialog", "SansSerif", "Serif", "Monospaced", "DialogInput"}.
getFontMaxAdvance() - Method in interface com.eteks.awt.PJAGraphicsExtension
Gets the maximum advance width of any character of the current Font.
getFontMaxAdvance() - Method in class com.eteks.awt.PJAGraphics
Gets the maximum advance width of any character of the current Font.
getFontMaxAscent() - Method in interface com.eteks.awt.PJAGraphicsExtension
Determines the maximum ascent of the current font.
getFontMaxAscent() - Method in class com.eteks.awt.PJAGraphics
Determines the maximum ascent of the current font.
getFontMaxDescent() - Method in interface com.eteks.awt.PJAGraphicsExtension
Determines the maximum descent of the current font.
getFontMaxDescent() - Method in class com.eteks.awt.PJAGraphics
Determines the maximum descent of the current font.
getFontMetrics() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
getFontMetrics(Font) - Method in class com.eteks.awt.PJAFontPeer
 
getFontMetrics(Font) - Method in class com.eteks.awt.PJAComponentPeer
 
getFontMetrics(Font) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getFontMetrics(Font) - Method in class com.eteks.awt.PJAGraphicsManager
Returns the font metrics of a font.
getFontMetrics(Font) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
getFontMetrics(Font) - Method in class com.eteks.java2d.PJAGraphicsManager2D
Returns the font metrics of a font.
getFontMetrics(int) - Method in class com.eteks.awt.PJAFontPeer
 
getFontName() - Method in interface com.eteks.awt.PJAGraphicsExtension
Returns the graphics current font name.
getFontName() - Method in class com.eteks.awt.PJAGraphics
Returns the graphics current font name.
getFontPeer(String, int) - Method in class com.eteks.awt.PJAToolkit
Returns a FontPeer instance matching to font name with style.
getFontPeer(String, int) - Method in class com.eteks.awt.PJAGraphicsManager
Returns a FontPeer instance matching to font name with style.
getFontPeer(String, int) - Method in class com.eteks.java2d.PJAGraphicsManager2D
Returns a dummy FontPeer object.
getFontsDirectory() - Static method in class com.eteks.awt.PJAToolkit
Deprecated. As of PJA version 1.1, replaced by PJAGraphicsManager.getFontsDirectory ().
getFontsDirectory() - Method in class com.eteks.awt.PJAGraphicsManager
Returns a font directory.
getFontSize() - Method in interface com.eteks.awt.PJAGraphicsExtension
Returns the graphics current font size.
getFontSize() - Method in class com.eteks.awt.PJAGraphics
Returns the graphics current font size.
getFontsPath() - Method in class com.eteks.awt.PJAGraphicsManager
Returns the current font path.
getFontsPath() - Method in class com.eteks.awt.servlet.PJAServlet
Override this method to return the fonts path where .pjaf files (JDK 1.1) or True Type files (JDK >= 1.2) can be found.
getFontsPath() - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
getFontsPath() - Method in class com.eteks.servlet.PJAServletTest
 
getFontsPath() - Method in class com.eteks.servlet.TeksSurveyPie
 
getFontStyle() - Method in interface com.eteks.awt.PJAGraphicsExtension
Returns the graphics current font style.
getFontStyle() - Method in class com.eteks.awt.PJAGraphics
Returns the graphics current font style.
getGraphics() - Method in class com.eteks.awt.PJAImage
java.awt.Image implementation.
getGraphics() - Method in class com.eteks.awt.PJAComponentPeer
 
getGraphicsConfiguration() - Method in class com.eteks.awt.PJAComponentPeer
 
getGraphicsConfiguration() - Method in class com.eteks.awt.PJAGraphicsManager
Returns a GraphicsConfiguration instance required by the the method getGraphicsConfiguration () of ComponentPeer interface.
getGraphicsConfiguration() - Method in class com.eteks.java2d.PJAGraphicsManager2D
Returns a GraphicsConfiguration instance required by the the method getGraphicsConfiguration () of ComponentPeer interface.
getHeight() - Method in class com.eteks.awt.PJAImage
 
getHeight(ImageObserver) - Method in class com.eteks.awt.PJAImage
java.awt.Image implementation.
getHScrollbarHeight() - Method in class com.eteks.awt.PJAComponentPeer
 
getIDstring() - Method in class com.eteks.java2d.PJAGraphicsDevice
java.awt.GraphicsDevice implementation.
getImage(String) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getImage(String) - Method in class com.eteks.awt.PJAGraphicsManager
Returns an image from the file filename.
getImage(URL) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getImage(URL) - Method in class com.eteks.awt.PJAGraphicsManager
Returns an image from the URL url.
getIndexAtPoint(int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
getInsets() - Method in class com.eteks.awt.PJAComponentPeer
 
getLeading() - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
getLeading() - Method in class com.eteks.awt.PJAFontData
Returns the leading of this font.
getLocationOnScreen() - Method in class com.eteks.awt.PJAComponentPeer
 
getMaxAdvance() - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
getMaxAdvance() - Method in class com.eteks.awt.PJAFontData
Returns the max advance of this font.
getMaxAscent() - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
getMaxAscent() - Method in class com.eteks.awt.PJAFontData
Returns the max ascent of this font.
getMaxDescent() - Method in class com.eteks.awt.PJAFontMetrics
java.awt.FontMetrics implementation.
getMaxDescent() - Method in class com.eteks.awt.PJAFontData
Returns the max descent of this font.
getMinimumSize() - Method in class com.eteks.awt.PJAComponentPeer
 
getMinimumSize(int) - Method in class com.eteks.awt.PJAComponentPeer
 
getMinimumSize(int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
getName() - Method in class com.eteks.awt.PJAFontPeer
Returns the name of this font.
getName() - Method in class com.eteks.awt.PJAFontData
Returns the name of this font.
getNormalizingTransform() - Method in class com.eteks.java2d.PJAGraphicsConfiguration
java.awt.GraphicsConfiguration implementation.
getNumScreens() - Method in class com.eteks.java2d.PJAGraphicsEnvironment
Returns the number of screens.
getPixelColor(int, int) - Method in class com.eteks.awt.PJAImage
Gets the color at the point (x,y).
getPixels() - Method in class com.eteks.awt.PJAImage
Gets the array used to store the pixels of this image.
getPixelsArray() - Method in class com.eteks.awt.PJAImage
Gets the array used to store the pixels of this image.
getPreferredSize() - Method in class com.eteks.awt.PJAComponentPeer
 
getPreferredSize(int) - Method in class com.eteks.awt.PJAComponentPeer
 
getPreferredSize(int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
getPrintJob(Frame, String, Properties) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getProperty(String, ImageObserver) - Method in class com.eteks.awt.PJAImage
java.awt.Image implementation.
getScreenHeight() - Method in class com.eteks.awt.PJAGraphicsManager
Returns a default screen height for this manager (768 pixels).
getScreenResolution() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getScreenResolution() - Method in class com.eteks.awt.PJAGraphicsManager
Returns a default screen resolution for this manager (75 dpi which is the resolution of a 15' screen displaying 1024 x 768 pixels).
getScreenSize() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getScreenWidth() - Method in class com.eteks.awt.PJAGraphicsManager
Returns a default screen width for this manager (1024pixels).
getSelectedIndexes() - Method in class com.eteks.awt.PJAComponentPeer
 
getSelectionEnd() - Method in class com.eteks.awt.PJAComponentPeer
 
getSelectionStart() - Method in class com.eteks.awt.PJAComponentPeer
 
getServletInfo() - Method in class com.eteks.awt.servlet.PJAServlet
Override getServletInfoPJA () instead of this final method.
getServletInfoPJA() - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method getServletInfo ().
getSize() - Method in class com.eteks.awt.PJAFontData
Returns the size of this font.
getSource() - Method in class com.eteks.awt.PJAImage
java.awt.Image implementation.
getState() - Method in class com.eteks.awt.PJAFramePeer
 
getStringWidth(String) - Method in interface com.eteks.awt.PJAGraphicsExtension
Returns the total advance width for showing the specified String of the current Font.
getStringWidth(String) - Method in class com.eteks.awt.PJAGraphics
Returns the total advance width for showing the specified String of the current Font.
getStyle() - Method in class com.eteks.awt.PJAFontPeer
Returns the style of this font.
getStyle() - Method in class com.eteks.awt.PJAFontData
Returns the style of this font.
getSubimage(int, int, int, int) - Method in class com.eteks.java2d.PJABufferedImage
Overriden to return an instance of PJABufferedImage.
getSystemClipboard() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getSystemEventQueueImpl() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
getSystemProperty(String, String) - Method in class com.eteks.awt.servlet.PJAServlet
Same as System.getProperty (String prop, String default) but System.getProperty () is called in a try catch block to catch SecurityException exceptions.
getText() - Method in class com.eteks.awt.PJAComponentPeer
 
getToolkit() - Method in class com.eteks.awt.PJAComponentPeer
 
getType() - Method in class com.eteks.java2d.PJAGraphicsDevice
java.awt.GraphicsDevice implementation.
getUserHomeDir() - Method in class com.eteks.awt.servlet.PJAServlet
Override this method to return the user home directory where the file lib/font.properties can be found.
getUserHomeDir() - Method in class com.eteks.servlet.PJAServletTest
 
getVScrollbarWidth() - Method in class com.eteks.awt.PJAComponentPeer
 
getWidth() - Method in class com.eteks.awt.PJAImage
 
getWidth(ImageObserver) - Method in class com.eteks.awt.PJAImage
java.awt.Image implementation.
GIFDecoder - class com.eteks.awt.image.GIFDecoder.
An ImageProducer implementation that builds an image from a GIF input stream.
Image data is sent to consumers only when image build is complete.
GIFDecoder(InputStream) - Constructor for class com.eteks.awt.image.GIFDecoder
Creates an instance of a GIF decoder for further reading from input.
GIFDecoder(InputStream, boolean) - Constructor for class com.eteks.awt.image.GIFDecoder
Creates an instance of a GIF decoder for further reading from input.
GridBagConstraints2 - class com.eteks.tools.awt.GridBagConstraints2.
Same as GridBagConstraints with a simpler class constructor (this constructor exists only in Java2).
GridBagConstraints2(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class com.eteks.tools.awt.GridBagConstraints2
 

H

handleEvent(AWTEvent) - Method in class com.eteks.awt.PJAComponentPeer
 
handleFocusTraversalEvent(KeyEvent) - Method in class com.eteks.awt.PJAComponentPeer
 
handlesWheelScrolling() - Method in class com.eteks.awt.PJAComponentPeer
 
hashCode() - Method in class com.eteks.awt.PJAFontPeer
 
hashCode() - Method in class com.eteks.awt.PJAFontData
 
hide() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by setVisible(boolean).

I

init() - Method in class com.eteks.awt.servlet.PJAServlet
Override initPJA () instead of this final method.
init(ServletConfig) - Method in class com.eteks.awt.servlet.PJAServlet
Override initPJA (ServletConfig config) instead of this final method.
initPJA() - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method init ().
initPJA(ServletConfig) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method init (ServletConfig config).
initPJA(ServletConfig) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
initPJA(ServletConfig) - Method in class com.eteks.servlet.TeksSurveyPie
 
insert(String, int) - Method in class com.eteks.awt.PJAComponentPeer
 
insertText(String, int) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by insert(String, int).
insets() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by getInsets().
instantiateDestinationServlet(String, boolean) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
isClassAccessible(String) - Method in class com.eteks.awt.PJAGraphicsManager
Returns true if it successes to load the class className.
isConsumer(ImageConsumer) - Method in class com.eteks.awt.image.GIFDecoder
ImageProducer implementation.
isDefaultToolkitAvailable() - Method in class com.eteks.awt.servlet.PJAServlet
This is a convenience method to know if default toolkit is available or not.
isFocusable() - Method in class com.eteks.awt.PJAComponentPeer
 
isFocusTraversable() - Method in class com.eteks.awt.PJAComponentPeer
 
isFontInstantiable() - Method in class com.eteks.awt.PJAGraphicsManager
Returns true if it successes to load instantiate a java.awt.Font.
isObscured() - Method in class com.eteks.awt.PJAComponentPeer
 
isPaintPending() - Method in class com.eteks.awt.PJAComponentPeer
 

L

loadFont(InputStream) - Method in class com.eteks.awt.PJAGraphicsManager
Loads the PJA 1.1 fonts from the stream fontStream and add them to graphics manager for PJAGraphics disposal.
loadFonts() - Static method in class com.eteks.awt.PJAToolkit
Deprecated. As of PJA version 1.1, replaced by PJAGraphicsManager.loadFonts ().
loadFonts() - Method in class com.eteks.awt.PJAGraphicsManager
Loads all font files (with extension .pjaf) contained in the path returned by PJAGraphicsManager.getFontsPath().
loadFonts(String) - Static method in class com.eteks.awt.PJAToolkit
Deprecated. As of PJA version 1.1, replaced by PJAGraphicsManager.loadFonts (String).
loadFonts(String) - Method in class com.eteks.awt.PJAGraphicsManager
Loads all font files (with extension .pjaf) in the dir directory.
loadSystemColors(int[]) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.

M

main(String[]) - Static method in class com.eteks.awt.PJAFontPeer
Deprecated. As of PJA version 1.1, PJAFontPeer main () method moved to com.eteks.tools.fontcapture.PJAFontCapture.
main(String[]) - Static method in class com.eteks.awt.PJAToolkit
Deprecated. As of PJA version 1.1, replaced by PJANativeToolkitComparison.main (args).
main(String[]) - Static method in class com.eteks.tools.fontcapture.PJAFontCapture
 
main(String[]) - Static method in class com.eteks.servlet.PJAServletTest
 
main(String[]) - Static method in class com.eteks.servlet.DefaultToolkitTest
 
makeScreenDevice(int) - Method in class com.eteks.java2d.PJAGraphicsEnvironment
 
makeVisible(int) - Method in class com.eteks.awt.PJAComponentPeer
 
mapInputMethodHighlight(InputMethodHighlight) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
minimumSize() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by getMinimumSize().
minimumSize(int) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int, int) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by getMinimumSize(int, int).

P

paint(Graphics) - Method in class com.eteks.awt.PJAComponentPeer
 
PJABufferedImage - class com.eteks.java2d.PJABufferedImage.
Pure Java AWT BufferedImage implementation.
PJABufferedImage(ColorModel, WritableRaster, boolean, Hashtable) - Constructor for class com.eteks.java2d.PJABufferedImage
Same constructor as BufferedImage.
PJABufferedImage(int, int, int) - Constructor for class com.eteks.java2d.PJABufferedImage
Same constructor as BufferedImage.
PJABufferedImage(int, int, int, IndexColorModel) - Constructor for class com.eteks.java2d.PJABufferedImage
Same constructor as BufferedImage.
PJAComponentPeer - class com.eteks.awt.PJAComponentPeer.
Pure Java AWT Component Peer.
PJAComponentPeer() - Constructor for class com.eteks.awt.PJAComponentPeer
Deprecated. As of PJA version 1.2, should use PJAComponentPeer (Component) constructor or PJAMenuComponentPeer (MenuComponent) constructor instead.
PJAComponentPeer(Component) - Constructor for class com.eteks.awt.PJAComponentPeer
This method was added to keep a link to a component and be able to get its background color.
PJAF1_1_FILE_HEADER - Static variable in class com.eteks.awt.PJAFontData
 
PJAF1_1_FONT_HEADER - Static variable in class com.eteks.awt.PJAFontData
 
PJAFontCapture - class com.eteks.tools.fontcapture.PJAFontCapture.
Pure Java AWT Font capture utility.
PJAFontCapture() - Constructor for class com.eteks.tools.fontcapture.PJAFontCapture
 
PJAFontData - class com.eteks.awt.PJAFontData.
Pure Java AWT Font data.
PJAFontData(Font, int, int) - Constructor for class com.eteks.awt.PJAFontData
Creates a font data from font.
PJAFontData(InputStream) - Constructor for class com.eteks.awt.PJAFontData
Creates a font data from the in stream with read () method.
PJAFontMetrics - class com.eteks.awt.PJAFontMetrics.
Pure Java AWT Font Metrics implementation.
PJAFontMetrics(Font, PJAFontData) - Constructor for class com.eteks.awt.PJAFontMetrics
 
PJAFontPeer - class com.eteks.awt.PJAFontPeer.
Pure Java AWT Font Peer.
PJAFontPeer(String, int) - Constructor for class com.eteks.awt.PJAFontPeer
 
PJAFramePeer - class com.eteks.awt.PJAFramePeer.
Pure Java AWT Frame Peer.
PJAFramePeer(Frame) - Constructor for class com.eteks.awt.PJAFramePeer
 
PJAGraphics - class com.eteks.awt.PJAGraphics.
Pure Java AWT Graphics class implementation.
PJAGraphics(PJAImage) - Constructor for class com.eteks.awt.PJAGraphics
 
PJAGraphicsConfiguration - class com.eteks.java2d.PJAGraphicsConfiguration.
Pure Java AWT GraphicsConfiguration implementation.
PJAGraphicsConfiguration(GraphicsDevice) - Constructor for class com.eteks.java2d.PJAGraphicsConfiguration
 
PJAGraphicsDevice - class com.eteks.java2d.PJAGraphicsDevice.
Pure Java AWT GraphicsDevice implementation.
PJAGraphicsDevice(int) - Constructor for class com.eteks.java2d.PJAGraphicsDevice
 
PJAGraphicsEnvironment - class com.eteks.java2d.PJAGraphicsEnvironment.
Pure Java AWT GraphicsEnvironment implementation.
PJAGraphicsEnvironment() - Constructor for class com.eteks.java2d.PJAGraphicsEnvironment
 
PJAGraphicsExtension - interface com.eteks.awt.PJAGraphicsExtension.
Pure Java AWT Graphics extension.
PJAGraphicsManager - class com.eteks.awt.PJAGraphicsManager.
Pure Java AWT Manager.
PJAGraphicsManager() - Constructor for class com.eteks.awt.PJAGraphicsManager
Creates a default instance of PJAGraphicsManager and loads fonts.
PJAGraphicsManager2D - class com.eteks.java2d.PJAGraphicsManager2D.
Pure Java AWT Manager for Java2D.
PJAGraphicsManager2D() - Constructor for class com.eteks.java2d.PJAGraphicsManager2D
 
PJAImage - class com.eteks.awt.PJAImage.
Pure Java AWT Image implementation.
PJAImage(ImageProducer) - Constructor for class com.eteks.awt.PJAImage
Creates an initial image with a producer.
PJAImage(int, int) - Constructor for class com.eteks.awt.PJAImage
Creates an empty image of width x height pixels.
PJAImage(int, int, ColorModel) - Constructor for class com.eteks.awt.PJAImage
Creates an empty image of width x height pixels.
PJALightweightPeer - class com.eteks.awt.PJALightweightPeer.
Pure Java AWT Component Peer.
PJALightweightPeer() - Constructor for class com.eteks.awt.PJALightweightPeer
Deprecated. As of PJA version 1.2, should use PJALightweightPeer (Component) constructor instead.
PJALightweightPeer(Component) - Constructor for class com.eteks.awt.PJALightweightPeer
This method was added to keep a link to a component and be able to get its background color.
PJAMenuComponentPeer - class com.eteks.awt.PJAMenuComponentPeer.
Pure Java AWT Menu Component Peer.
PJAMenuComponentPeer(MenuComponent) - Constructor for class com.eteks.awt.PJAMenuComponentPeer
 
PJARedirectServlet - class com.eteks.awt.servlet.PJARedirectServlet.
This servlet uses PJAServlet services to get a default toolkit, and redirects all servlet calls to a destination servlet ensuring to it to have a default toolkit at disposal for graphics servlet.
PJARedirectServlet() - Constructor for class com.eteks.awt.servlet.PJARedirectServlet
 
PJAServlet - class com.eteks.awt.servlet.PJAServlet.
This is a model of super class which tries its best to get an AWT toolkit default instance (either default system one or PJA).
PJAServlet() - Constructor for class com.eteks.awt.servlet.PJAServlet
Creates a default PJAServlet instance that tries its best to instantiate a default toolkit.
PJAServlet(boolean) - Constructor for class com.eteks.awt.servlet.PJAServlet
Creates a PJAServlet instance that tries to instantiate a default toolkit.
If forcePJA is set to false, this constructor tries to instantiate a default toolkit with Toolkit.getDefaultToolkit () with different procedures in the following order : Toolkit.getDefaultToolkit () with the current state of the JVM.
PJAServletTest - class com.eteks.servlet.PJAServletTest.
This servlet/program tests if graphics can work on a JVM or not, with PJAServlet as super class.
PJAServletTest() - Constructor for class com.eteks.servlet.PJAServletTest
 
PJAToolkit - class com.eteks.awt.PJAToolkit.
Pure Java AWT Toolkit implementation.
PJAToolkit() - Constructor for class com.eteks.awt.PJAToolkit
 
preferredSize() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by getPreferredSize().
preferredSize(int) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int, int) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by getPreferredSize(int, int).
prepare(ImageObserver) - Method in class com.eteks.awt.PJAImage
 
prepareImage(Image, int, int, ImageObserver) - Method in class com.eteks.awt.PJAComponentPeer
 
prepareImage(Image, int, int, ImageObserver) - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
prepareImage(Image, int, int, ImageObserver) - Method in class com.eteks.awt.PJAGraphicsManager
Starts the loading of an image.
prepareImage(Image, int, int, ImageObserver) - Method in class com.eteks.java2d.PJAGraphicsManager2D
Starts the loading of an image.
print(Graphics) - Method in class com.eteks.awt.PJAComponentPeer
 

R

read(InputStream) - Method in class com.eteks.awt.PJAFontData
Reads the fields of this object from in.
remove(int) - Method in class com.eteks.awt.PJAComponentPeer
 
removeAll() - Method in class com.eteks.awt.PJAComponentPeer
 
removeConsumer(ImageConsumer) - Method in class com.eteks.awt.image.GIFDecoder
ImageProducer implementation.
repaint(long, int, int, int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
replaceRange(String, int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
replaceText(String, int, int) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by ReplaceRange(String, int, int).
requestFocus() - Method in class com.eteks.awt.PJAComponentPeer
 
requestFocus(Component, boolean, boolean, long) - Method in class com.eteks.awt.PJAComponentPeer
 
requestTopDownLeftRightResend(ImageConsumer) - Method in class com.eteks.awt.image.GIFDecoder
ImageProducer implementation.
reshape(int, int, int, int) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by setBounds(int, int, int, int).
roundDiv(int, int) - Static method in class com.eteks.awt.PJAGraphics
Returns the rounded result of dividend / divisor, avoiding the use of floating point operation (returns the same as Math.round((float)dividend / divisor)).
roundDiv(long, long) - Static method in class com.eteks.awt.PJAGraphics
Returns the rounded result of dividend / divisor, avoiding the use of floating point operation (returns the same as Math.round((double)dividend / divisor)).

S

select(int) - Method in class com.eteks.awt.PJAComponentPeer
 
select(int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
sendGIFImage(Image, HttpServletResponse) - Method in class com.eteks.servlet.TeksSurveyPie
Generates a GIF image on the response stream from image.
service(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override servicePJA (HttpServletRequest req, HttpServletResponse resp) instead of this final method.
service(ServletRequest, ServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override servicePJA (ServletRequest req, ServletResponse resp) instead of this final method.
servicePJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method service (HttpServletRequest req, HttpServletResponse resp).
servicePJA(HttpServletRequest, HttpServletResponse) - Method in class com.eteks.awt.servlet.PJARedirectServlet
 
servicePJA(ServletRequest, ServletResponse) - Method in class com.eteks.awt.servlet.PJAServlet
Override this method instead of the final method service (ServletRequest req, ServletResponse resp).
setAlignment(int) - Method in class com.eteks.awt.PJAComponentPeer
 
setBackground(Color) - Method in class com.eteks.awt.PJAComponentPeer
 
setBounds(int, int, int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
setCaretPosition(int) - Method in class com.eteks.awt.PJAComponentPeer
 
setCheckboxGroup(CheckboxGroup) - Method in class com.eteks.awt.PJAComponentPeer
 
setClip(int, int, int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
setClip(Shape) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
setColor(Color) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
setColor(int, int, int) - Method in interface com.eteks.awt.PJAGraphicsExtension
Sets the graphics context's color.
setColor(int, int, int) - Method in class com.eteks.awt.PJAGraphics
Sets this graphics context's color.
setCursor(Cursor) - Method in class com.eteks.awt.PJAComponentPeer
 
setDirectory(String) - Method in class com.eteks.awt.PJAComponentPeer
 
setEchoChar(char) - Method in class com.eteks.awt.PJAComponentPeer
 
setEchoCharacter(char) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by setEchoChar(char echoChar).
setEditable(boolean) - Method in class com.eteks.awt.PJAComponentPeer
 
setEnabled(boolean) - Method in class com.eteks.awt.PJAComponentPeer
 
setEnabled(boolean) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
setFile(String) - Method in class com.eteks.awt.PJAComponentPeer
 
setFilenameFilter(FilenameFilter) - Method in class com.eteks.awt.PJAComponentPeer
 
setFont(Font) - Method in class com.eteks.awt.PJAComponentPeer
 
setFont(Font) - Method in class com.eteks.awt.PJAFontMetrics
Deprecated. As of PJA version 1.1, PJAFontPeer doesn't need it anymore.
setFont(Font) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
setFont(String, int, int) - Method in interface com.eteks.awt.PJAGraphicsExtension
Sets the graphics font to the specified font specified by its name, style and size.
setFont(String, int, int) - Method in class com.eteks.awt.PJAGraphics
Sets this graphics context's font to the specified font specified by its name, style and size.
setForeground(Color) - Method in class com.eteks.awt.PJAComponentPeer
 
setIconImage(Image) - Method in class com.eteks.awt.PJAFramePeer
 
setLabel(String) - Method in class com.eteks.awt.PJAComponentPeer
 
setLabel(String) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
setLineIncrement(int) - Method in class com.eteks.awt.PJAComponentPeer
 
setMaximizedBounds(Rectangle) - Method in class com.eteks.awt.PJAFramePeer
 
setMenuBar(MenuBar) - Method in class com.eteks.awt.PJAFramePeer
 
setMultipleMode(boolean) - Method in class com.eteks.awt.PJAComponentPeer
 
setMultipleSelections(boolean) - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by setMultipleMode(boolean).
setPageIncrement(int) - Method in class com.eteks.awt.PJAComponentPeer
 
setPaintMode() - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
setPixelColor(int, int, int) - Method in class com.eteks.awt.PJAImage
Sets the color at the point (x,y).
setResizable(boolean) - Method in class com.eteks.awt.PJAComponentPeer
 
setResizable(boolean) - Method in class com.eteks.awt.PJAFramePeer
 
setScrollPosition(int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
setState(boolean) - Method in class com.eteks.awt.PJAComponentPeer
 
setState(boolean) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
setState(int) - Method in class com.eteks.awt.PJAFramePeer
 
setText(String) - Method in class com.eteks.awt.PJAComponentPeer
 
setTitle(String) - Method in class com.eteks.awt.PJAComponentPeer
 
setTitle(String) - Method in class com.eteks.awt.PJAFramePeer
 
setUnitIncrement(Adjustable, int) - Method in class com.eteks.awt.PJAComponentPeer
 
setValue(Adjustable, int) - Method in class com.eteks.awt.PJAComponentPeer
 
setValues(int, int, int, int) - Method in class com.eteks.awt.PJAComponentPeer
 
setVisible(boolean) - Method in class com.eteks.awt.PJAComponentPeer
 
setXORMode(Color) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.
setXORMode(int, int, int) - Method in interface com.eteks.awt.PJAGraphicsExtension
Sets this graphics context's XOR color.
setXORMode(int, int, int) - Method in class com.eteks.awt.PJAGraphics
Sets this graphics context's XOR color.
show() - Method in class com.eteks.awt.PJAComponentPeer
DEPRECATED: Replaced by setVisible(boolean).
show(Event) - Method in class com.eteks.awt.PJAComponentPeer
 
show(Event) - Method in class com.eteks.awt.PJAMenuComponentPeer
 
showCaptureFontDialog(String) - Static method in class com.eteks.tools.fontcapture.PJAFontCapture
A simple dialog box to choose fonts to capture with a GUI.
startProduction(ImageConsumer) - Method in class com.eteks.awt.image.GIFDecoder
ImageProducer implementation.
styleToString(int) - Static method in class com.eteks.awt.PJAFontData
 
sync() - Method in class com.eteks.awt.PJAImage
Synchronizes the image loading.
sync() - Method in class com.eteks.awt.PJAToolkit
java.awt.Toolkit implementation.
sync() - Method in class com.eteks.awt.PJAGraphicsManager
Does nothing.

T

TeksSurveyPie - class com.eteks.servlet.TeksSurveyPie.
This servlet manages in a simple way a dynamic survey and returns the pie of the survey.
TeksSurveyPie() - Constructor for class com.eteks.servlet.TeksSurveyPie
 
test(PrintStream) - Method in class com.eteks.servlet.PJAServletTest
Tries to instantiate default toolkit and Font class and writes on out stream if it succeeded or failed.
test(PrintStream) - Method in class com.eteks.servlet.DefaultToolkitTest
Tries to instantiate default toolkit and Font class and writes on out stream if it succeeded or failed.
testDefaultToolkit() - Method in class com.eteks.awt.servlet.PJAServlet
 
toBack() - Method in class com.eteks.awt.PJAComponentPeer
 
toFront() - Method in class com.eteks.awt.PJAComponentPeer
 
toString() - Method in class com.eteks.awt.PJAFontPeer
 
toString() - Method in class com.eteks.awt.PJAFontData
 
translate(int, int) - Method in class com.eteks.awt.PJAGraphics
java.awt.Graphics implementation.

U

updateCursorImmediately() - Method in class com.eteks.awt.PJAComponentPeer
 

W

Web216ColorModel - class com.eteks.awt.image.Web216ColorModel.
An example of IndexColorModel which uses a fixed palette consisting of the standard "safe 216 Web colors" + a tranparent color at index 216.
Web216ColorModel() - Constructor for class com.eteks.awt.image.Web216ColorModel
Creates a color model with fixed Web216 palette.
Web216ColorsFilter - class com.eteks.filter.Web216ColorsFilter.
This image filter transforms the color of each pixel of an image, using a fixed 216 colors palette.
Web216ColorsFilter() - Constructor for class com.eteks.filter.Web216ColorsFilter
 
write(OutputStream) - Method in class com.eteks.awt.PJAFontData
Writes the fields of this object to out.

A B C D E F G H I L M P R S T U W

© 1997-2001 eTeks - All rights reserved