|
||||||||||
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.handles.PStickyHandleManager
public class PStickyHandleManager
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 | |
---|---|
PStickyHandleManager(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 PStickyHandleManager(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 PNode
protected boolean getBoundsVolatile()
PNode
getBoundsVolatile
in class PNode
public PBounds getBoundsReference()
PNode
getBoundsReference
in class PNode
public void startResizeBounds()
PNode
setBounds
.
When you are done call endResizeBounds
to let the node know that
you are done.
startResizeBounds
in class PNode
public void endResizeBounds()
PNode
endResizeBounds
in class PNode
public boolean pickAfterChildren(PPickPath pickPath)
PNode
pickAfterChildren
in class PNode
pickPath
- the pick path used for the pick operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |