Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.awt.xlib.XCanvasPeer
Field Summary | |
// |
Constructor Summary | |
|
Method Summary | |
boolean | |
void |
|
int |
|
void | |
void |
|
Image |
|
Image |
|
VolatileImage |
|
void | |
void |
|
void |
|
void |
|
protected void | |
void |
|
Image | |
Rectangle | |
ColorModel | |
Component | |
FontMetrics | |
Graphics | |
GraphicsConfiguration | |
Point | |
Dimension | |
Dimension | |
Toolkit | |
void |
|
boolean | |
void |
|
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
void |
|
Dimension | |
void | |
Dimension | |
boolean |
|
void | |
void |
|
void |
|
void | |
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public boolean canDetermineObscurity()
- Specified by:
- canDetermineObscurity in interface ComponentPeer
public int checkImage(Image img, int width, int height, ImageObserver o)
- Specified by:
- checkImage in interface ComponentPeer
public void coalescePaintEvent(PaintEvent e)
- Specified by:
- coalescePaintEvent in interface ComponentPeer
public void createBuffers(int x, BufferCapabilities capabilities) throws AWTException
- Specified by:
- createBuffers in interface ComponentPeer
public Image createImage(int width, int height)
- Specified by:
- createImage in interface ComponentPeer
public Image createImage(ImageProducer prod)
- Specified by:
- createImage in interface ComponentPeer
public VolatileImage createVolatileImage(int width, int height)
- Specified by:
- createVolatileImage in interface ComponentPeer
public void flip(BufferCapabilities.FlipContents contents)
- Specified by:
- flip in interface ComponentPeer
public FontMetrics getFontMetrics(Font f)
- Specified by:
- getFontMetrics in interface ComponentPeer
public GraphicsConfiguration getGraphicsConfiguration()
- Specified by:
- getGraphicsConfiguration in interface ComponentPeer
public Point getLocationOnScreen()
- Specified by:
- getLocationOnScreen in interface ComponentPeer
public Dimension getMinimumSize()
- Specified by:
- getMinimumSize in interface ComponentPeer
public Dimension getPreferredSize()
- Specified by:
- getPreferredSize in interface ComponentPeer
public void handleEvent(AWTEvent event)
- Specified by:
- handleEvent in interface ComponentPeer
public boolean handlesWheelScrolling()
- Specified by:
- handlesWheelScrolling in interface ComponentPeer
public boolean isFocusTraversable()
- Specified by:
- isFocusTraversable in interface ComponentPeer
public boolean isReparentSupported()
- Specified by:
- isReparentSupported in interface ComponentPeer
- Since:
- 1.5
public boolean prepareImage(Image img, int width, int height, ImageObserver o)
- Specified by:
- prepareImage in interface ComponentPeer
public void repaint(long tm, int x, int y, int w, int h)
- Specified by:
- repaint in interface ComponentPeer
public void reparent(ContainerPeer parent)
- Specified by:
- reparent in interface ComponentPeer
- Since:
- 1.5
public boolean requestFocus(Component source, boolean b1, boolean b2, long x)
- Specified by:
- requestFocus in interface ComponentPeer
public boolean requestFocus(Component source, boolean b1, boolean b2, long x, CausedFocusEvent.Cause cause)
- Specified by:
- requestFocus in interface ComponentPeer
public void reshape(int x, int y, int width, int height)
- Specified by:
- reshape in interface ComponentPeer
public void setBackground(Color color)
- Specified by:
- setBackground in interface ComponentPeer
public void setBounds(int x, int y, int width, int height)
- Specified by:
- setBounds in interface ComponentPeer
public void setBounds(int x, int y, int width, int height, int z)
- Specified by:
- setBounds in interface ComponentPeer
- Since:
- 1.5
public void setEventMask(long eventMask)
- Specified by:
- setEventMask in interface ComponentPeer
public void setForeground(Color color)
- Specified by:
- setForeground in interface ComponentPeer
public void updateCursorImmediately()
- Specified by:
- updateCursorImmediately in interface ComponentPeer