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, setToolTipText
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
void 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