public class DerivedFixedPImageCommandArea extends DerivedFixedPImage
PROPERTY_BOUNDS, PROPERTY_CHILDREN, PROPERTY_CHILDREN_PICKABLE, PROPERTY_CLIENT_PROPERTIES, PROPERTY_CODE_BOUNDS, PROPERTY_CODE_CHILDREN, PROPERTY_CODE_CHILDREN_PICKABLE, PROPERTY_CODE_CLIENT_PROPERTIES, PROPERTY_CODE_FULL_BOUNDS, PROPERTY_CODE_PAINT, PROPERTY_CODE_PARENT, PROPERTY_CODE_PICKABLE, PROPERTY_CODE_TRANSFORM, PROPERTY_CODE_TRANSPARENCY, PROPERTY_CODE_VISIBLE, PROPERTY_FULL_BOUNDS, PROPERTY_PAINT, PROPERTY_PARENT, PROPERTY_PICKABLE, PROPERTY_TRANSFORM, PROPERTY_TRANSPARENCY, PROPERTY_VISIBLE, SCENE_GRAPH_DELEGATENO_SUCH_PAGE, PAGE_EXISTS| Constructor and Description |
|---|
DerivedFixedPImageCommandArea(Image image,
PFeature parent,
DeriveRule rule)
Creates a new DerivedFixedPImage object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
keyboardFocusGained(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
keyboardFocusLost(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
keyPressed(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
keyReleased(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
keyTyped(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseDragged(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseEntered(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseExited(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseMoved(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mousePressed(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseReleased(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseWheelRotated(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
mouseWheelRotatedByBlock(edu.umd.cs.piccolo.event.PInputEvent event)
DOCUMENT ME!
|
void |
propertyChange(PropertyChangeEvent evt) |
getOriginalGeometry, getSweetSpotX, getSweetSpotY, setMultiplier, setOffset, setOffset, setOriginalGeometry, setScale, setSweetSpotX, setSweetSpotYgetImage, paint, paramString, setImage, setImage, toBufferedImageaddActivity, addAttribute, addChild, addChild, addChildren, addClientProperty, addInputEventListener, addPropertyChangeListener, addPropertyChangeListener, animateToBounds, animateToColor, animateToPositionScaleRotation, animateToTransform, animateToTransparency, animateTransformToBounds, centerBoundsOnPoint, centerFullBoundsOnPoint, clone, computeFullBounds, endResizeBounds, findIntersectingNodes, fireChildPropertyChange, firePropertyChange, fullIntersects, fullPaint, fullPick, getAllNodes, getAllNodes, getAttribute, getAttribute, getBooleanAttribute, getBounds, getBoundsChanged, getBoundsReference, getBoundsVolatile, getChild, getChildBoundsInvalid, getChildBoundsVolatile, getChildPaintInvalid, getChildrenCount, getChildrenIterator, getChildrenPickable, getChildrenReference, getClientProperties, getClientProperty, getClientPropertyKeysEnumeration, getClientPropertyKeysIterator, getDoubleAttribute, getFullBounds, getFullBoundsInvalid, getFullBoundsReference, getGlobalBounds, getGlobalFullBounds, getGlobalRotation, getGlobalScale, getGlobalToLocalTransform, getGlobalTranslation, getHeight, getIntegerAttribute, getInverseTransform, getListenerList, getLocalToGlobalTransform, getOccluded, getOffset, getPaint, getPaintInvalid, getParent, getPickable, getPropertyChangeParentMask, getRoot, getRotation, getScale, getTransform, getTransformReference, getTransparency, getUnionOfChildrenBounds, getVisible, getWidth, getX, getXOffset, getY, getYOffset, globalToLocal, globalToLocal, globalToLocal, indexOfChild, internalUpdateBounds, intersects, invalidateFullBounds, invalidateLayout, invalidatePaint, isAncestorOf, isDescendentOf, isDescendentOfRoot, isOpaque, layoutChildren, lerp, localToGlobal, localToGlobal, localToGlobal, localToParent, localToParent, localToParent, moveInBackOf, moveInFrontOf, moveToBack, moveToFront, offset, paintAfterChildren, parentBoundsChanged, parentToLocal, parentToLocal, parentToLocal, pick, pickAfterChildren, position, print, print, removeAllChildren, removeChild, removeChild, removeChildren, removeFromParent, removeInputEventListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaintFrom, reparent, replaceWith, resetBounds, rotate, rotateAboutPoint, rotateAboutPoint, rotateInPlace, scale, scaleAboutPoint, scaleAboutPoint, setBounds, setBounds, setBoundsChanged, setChildBoundsInvalid, setChildBoundsVolatile, setChildPaintInvalid, setChildrenPickable, setFullBoundsInvalid, setGlobalRotation, setGlobalScale, setGlobalTranslation, setHeight, setOccluded, setPaint, setPaintInvalid, setParent, setPickable, setPropertyChangeParentMask, setRotation, setTransform, setTransparency, setVisible, setWidth, setX, setY, signalBoundsChanged, startResizeBounds, toImage, toImage, toImage, toString, transformBy, translate, validateFullBounds, validateFullPaintequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParent, getVisiblepublic DerivedFixedPImageCommandArea(Image image, PFeature parent, DeriveRule rule)
image - DOCUMENT ME!parent - DOCUMENT ME!rule - DOCUMENT ME!public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpropertyChange in class DerivedFixedPImagepublic void keyPressed(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void keyReleased(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void keyTyped(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mousePressed(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseDragged(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseEntered(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseExited(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseMoved(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseReleased(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseWheelRotated(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void mouseWheelRotatedByBlock(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void keyboardFocusGained(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!public void keyboardFocusLost(edu.umd.cs.piccolo.event.PInputEvent event)
event - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.