public interface ICanvasCommon extends IControlCommon
| Modifier and Type | Method and Description |
|---|---|
void |
redraw(boolean sync)
Redraws the canvas
|
void |
redraw(int x,
int y,
int width,
int height) |
void |
redraw(int x,
int y,
int width,
int height,
boolean sync)
Redraws an are of the canvas
|
void |
scroll(int sourceX,
int sourceY,
int sourceWidth,
int sourceHeight,
int destinationX,
int destinationY) |
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipTextgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenervoid scroll(int sourceX,
int sourceY,
int sourceWidth,
int sourceHeight,
int destinationX,
int destinationY)
void redraw(int x,
int y,
int width,
int height)
void redraw(boolean sync)
sync - true if redraw should be done immediately, false otherwisevoid redraw(int x,
int y,
int width,
int height,
boolean sync)
x - y - width - height - sync - true if redraw should be done immediately, false otherwiseSiehe auch Jowidgets Nutzerhandbuch