|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.piccolo.PNode
edu.umd.cs.piccolox.swt.PSWTStickyHandleManager
public class PSWTStickyHandleManager
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.umd.cs.piccolo.PNode |
|---|
PNode.PSceneGraphDelegate |
| Field Summary |
|---|
| Fields inherited from interface java.awt.print.Printable |
|---|
NO_SUCH_PAGE, PAGE_EXISTS |
| Constructor Summary | |
|---|---|
PSWTStickyHandleManager(PCamera newCamera,
PNode newTarget)
|
|
| Method Summary | |
|---|---|
void |
endResizeBounds()
Notify this node that you have finished a resize bounds sequence. |
PBounds |
getBoundsReference()
Return a direct reference to this node's bounds. |
protected boolean |
getBoundsVolatile()
Return true if this nodes bounds may change at any time. |
boolean |
pickAfterChildren(PPickPath pickPath)
Try to pick this node after its children have had a chance to be picked. |
boolean |
setBounds(double x,
double y,
double width,
double height)
Set the bounds of this node to the given value. |
void |
setCameraTarget(PCamera newCamera,
PNode newTarget)
|
void |
startResizeBounds()
Notify this node that you will beging to repeadily call setBounds. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PSWTStickyHandleManager(PCamera newCamera,
PNode newTarget)
| Method Detail |
|---|
public void setCameraTarget(PCamera newCamera,
PNode newTarget)
public boolean setBounds(double x,
double y,
double width,
double height)
PNode
setBounds in class PNodeprotected boolean getBoundsVolatile()
PNode
getBoundsVolatile in class PNodepublic PBounds getBoundsReference()
PNode
getBoundsReference in class PNodepublic void startResizeBounds()
PNodesetBounds.
When you are done call endResizeBounds to let the node know that
you are done.
startResizeBounds in class PNodepublic void endResizeBounds()
PNode
endResizeBounds in class PNodepublic boolean pickAfterChildren(PPickPath pickPath)
PNode
pickAfterChildren in class PNodepickPath - the pick path used for the pick operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||