public interface ManagedWindowContainer
| Modifier and Type | Method and Description |
|---|---|
void |
add(sun.awt.peer.cacio.managed.ManagedWindow child)
Adds a child window to this container.
|
void |
dispatchEvent(EventData event)
Processes and dispatches the incoming event.
|
Deque<sun.awt.peer.cacio.managed.ManagedWindow> |
getChildren() |
Graphics2D |
getClippedGraphics(Color fg,
Color bg,
Font font,
List<Rectangle> clipRects)
Creates and returns a Graphics2D that has the specified rectangles
applied as default clip.
|
ColorModel |
getColorModel() |
GraphicsConfiguration |
getGraphicsConfiguration() |
Point |
getLocationOnScreen()
Returns the location of the specified child window relative to
the screen (== outermost container).
|
void |
remove(sun.awt.peer.cacio.managed.ManagedWindow child)
Removes a child window from this container.
|
void |
repaint(int x,
int y,
int w,
int h)
Triggers repainting of the specified area in this container.
|
void add(sun.awt.peer.cacio.managed.ManagedWindow child)
child - the window to addvoid remove(sun.awt.peer.cacio.managed.ManagedWindow child)
child - the window to be removedDeque<sun.awt.peer.cacio.managed.ManagedWindow> getChildren()
Point getLocationOnScreen()
child - the child to find the screen location ofvoid dispatchEvent(EventData event)
event - the event to dispatchGraphics2D getClippedGraphics(Color fg, Color bg, Font font, List<Rectangle> clipRects)
setClip(null) or resetClip(). Applying addition clips
to the returned Graphics2D object must always also apply this
default clip.
The clip rectangles are in the coordinate space of this container.
If clipRects is empty or null, no default clip is
to be set.clipRects - the rectangles to be clipped 'away'void repaint(int x,
int y,
int w,
int h)
x - the x location of the area to be repaintedy - the y location of the area to be repaintedw - the width of the area to be repaintedh - the height of the area to be repaintedColorModel getColorModel()
GraphicsConfiguration getGraphicsConfiguration()
Copyright © 2012. All Rights Reserved.