|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The peer interfaces are intended only for use in porting the AWT. They are not intended for use by application developers, and developers should not implement peers nor invoke any of the peer methods directly on the peer instances.
Method Summary | |
boolean |
canDetermineObscurity()
|
int |
checkImage(Image img,
int w,
int h,
ImageObserver o)
|
void |
coalescePaintEvent(PaintEvent e)
|
void |
createBuffers(int numBuffers,
BufferCapabilities caps)
|
Image |
createImage(ImageProducer producer)
|
Image |
createImage(int width,
int height)
|
VolatileImage |
createVolatileImage(int width,
int height)
|
void |
destroyBuffers()
|
void |
disable()
DEPRECATED: Replaced by setEnabled(boolean). |
void |
dispose()
|
void |
enable()
DEPRECATED: Replaced by setEnabled(boolean). |
void |
flip(BufferCapabilities.FlipContents flipAction)
|
Image |
getBackBuffer()
|
ColorModel |
getColorModel()
|
FontMetrics |
getFontMetrics(Font font)
|
Graphics |
getGraphics()
|
GraphicsConfiguration |
getGraphicsConfiguration()
|
Point |
getLocationOnScreen()
|
Dimension |
getMinimumSize()
|
Dimension |
getPreferredSize()
|
Toolkit |
getToolkit()
|
void |
handleEvent(AWTEvent e)
|
boolean |
handlesWheelScrolling()
|
void |
hide()
DEPRECATED: Replaced by setVisible(boolean). |
boolean |
isFocusable()
|
boolean |
isObscured()
|
Dimension |
minimumSize()
DEPRECATED: Replaced by getMinimumSize(). |
void |
paint(Graphics g)
|
Dimension |
preferredSize()
DEPRECATED: Replaced by getPreferredSize(). |
boolean |
prepareImage(Image img,
int w,
int h,
ImageObserver o)
|
void |
print(Graphics g)
|
void |
repaint(long tm,
int x,
int y,
int width,
int height)
|
boolean |
requestFocus(Component lightweightChild,
boolean temporary,
boolean focusedWindowChangeAllowed,
long time)
|
void |
reshape(int x,
int y,
int width,
int height)
DEPRECATED: Replaced by setBounds(int, int, int, int). |
void |
setBackground(Color c)
|
void |
setBounds(int x,
int y,
int width,
int height)
|
void |
setEnabled(boolean b)
|
void |
setFont(Font f)
|
void |
setForeground(Color c)
|
void |
setVisible(boolean b)
|
void |
show()
DEPRECATED: Replaced by setVisible(boolean). |
void |
updateCursorImmediately()
|
Method Detail |
public boolean isObscured()
public boolean canDetermineObscurity()
public void setVisible(boolean b)
public void setEnabled(boolean b)
public void paint(Graphics g)
public void repaint(long tm, int x, int y, int width, int height)
public void print(Graphics g)
public void setBounds(int x, int y, int width, int height)
public void handleEvent(AWTEvent e)
public void coalescePaintEvent(PaintEvent e)
public Point getLocationOnScreen()
public Dimension getPreferredSize()
public Dimension getMinimumSize()
public ColorModel getColorModel()
public Toolkit getToolkit()
public Graphics getGraphics()
public FontMetrics getFontMetrics(Font font)
public void dispose()
public void setForeground(Color c)
public void setBackground(Color c)
public void setFont(Font f)
public void updateCursorImmediately()
public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time)
public boolean isFocusable()
public Image createImage(ImageProducer producer)
public Image createImage(int width, int height)
public VolatileImage createVolatileImage(int width, int height)
public boolean prepareImage(Image img, int w, int h, ImageObserver o)
public int checkImage(Image img, int w, int h, ImageObserver o)
public GraphicsConfiguration getGraphicsConfiguration()
public boolean handlesWheelScrolling()
public void createBuffers(int numBuffers, BufferCapabilities caps) throws AWTException
AWTException
public Image getBackBuffer()
public void flip(BufferCapabilities.FlipContents flipAction)
public void destroyBuffers()
public Dimension preferredSize()
public Dimension minimumSize()
public void show()
public void hide()
public void enable()
public void disable()
public void reshape(int x, int y, int width, int height)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |