public interface ScrollingToolkitComponent extends ToolkitComponent
ScrollingTICComponent delegates to setScrollOffset(int, int)
and getVisibleRectangle() to scroll its content.| Modifier and Type | Method and Description |
|---|---|
ScrollingTICComponent |
getIndependentComponent()
Returns the
TICComponent that is displayed by this GUI element. |
java.awt.Rectangle |
getVisibleRectangle() |
void |
setScrollOffset(int x,
int y) |
assignSize, getLocationInParent, getTargetToolkit, getToolkitSize, isFocusOwner, repaint, requestFocusScrollingTICComponent getIndependentComponent()
ToolkitComponentTICComponent that is displayed by this GUI element.getIndependentComponent in interface ToolkitComponentvoid setScrollOffset(int x, int y)
java.awt.Rectangle getVisibleRectangle()