Modifier and Type | Method and Description |
---|---|
void |
invalidateRegion(Rectangle region)
Invalidates the given view region so that it becomes
repainted as soon as possible.
|
void |
invokeLater(Runnable task)
Runs the given task in the thread that is used by the GUI library.
|
getGraphics, getViewport
void invalidateRegion(Rectangle region)
region
- The region to be invalidated (in view coordinates).void invokeLater(Runnable task)
task
- The task to be invoked.Copyright © 2014–2016 European Space Agency (ESA). All rights reserved.