|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.storm.DocPane
| Constructor Summary | |
DocPane()
|
|
| Method Summary | |
boolean |
canScroll(int x,
int y)
Determines whether it is possible to scroll to the given position. |
abstract Image |
createImage(int w,
int h)
Create an off-screen buffer suitable for rendering in this pane later |
abstract boolean |
doesAutoRepaint()
|
abstract int |
getDocHeight()
|
abstract int |
getDocWidth()
|
abstract int |
getPaneHeight()
|
abstract int |
getPaneWidth()
|
int |
getScrollMaxX()
|
int |
getScrollMaxY()
|
abstract int |
getScrollX()
|
int |
getScrollX(int x)
Gets the valid x. |
abstract int |
getScrollY()
|
int |
getScrollY(int y)
Gets the valid y. |
boolean |
isVisibleOnScreen(int x,
int y)
|
abstract void |
reqClear()
Make empty. |
abstract void |
reqFocus()
Request focus on the top rendering container |
abstract void |
reqRepaint()
|
abstract void |
reqRepaint(int x,
int y,
int w,
int h)
|
abstract void |
revalidate(int x,
int y,
int w,
int h)
Schedule relayout with new boundaries |
abstract void |
setAutoRepaint(boolean rp)
|
abstract void |
setCursor(int type)
|
abstract void |
setScrollPosition(int x,
int y)
|
void |
updateScrollbars(boolean isRTL)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DocPane()
| Method Detail |
public abstract int getDocWidth()
public abstract int getDocHeight()
public abstract int getScrollX()
public abstract int getScrollY()
public abstract int getPaneWidth()
public abstract int getPaneHeight()
public abstract void setScrollPosition(int x,
int y)
public void updateScrollbars(boolean isRTL)
public final int getScrollMaxX()
public final int getScrollMaxY()
public final int getScrollX(int x)
That is:
x is lesser than 0,
0 is returned;
x is greater than
getScrollMaxX(),
getScrollMaxX() is returned;
x is returned unchanged.
x -
getScrollMaxX(),
getScrollY(int)public final int getScrollY(int y)
That is:
y is lesser than 0,
0 is returned;
y is greater than
getScrollMaxY(),
getScrollMaxY() is returned;
y is returned unchanged.
y -
getScrollMaxY(),
getScrollX(int)
public final boolean isVisibleOnScreen(int x,
int y)
public final boolean canScroll(int x,
int y)
public abstract void setAutoRepaint(boolean rp)
public abstract boolean doesAutoRepaint()
public abstract void revalidate(int x,
int y,
int w,
int h)
public abstract void reqClear()
public abstract void reqFocus()
public abstract void reqRepaint()
public abstract void reqRepaint(int x,
int y,
int w,
int h)
public abstract void setCursor(int type)
public abstract Image createImage(int w,
int h)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||