public class FixedPImage extends edu.umd.cs.piccolo.nodes.PImage implements PSticky
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 |
|---|
FixedPImage()
Creates a new instance of FixedPImage.
|
FixedPImage(Image newImage)
Creates a new FixedPImage object.
|
FixedPImage(String fileName)
Creates a new FixedPImage object.
|
FixedPImage(URL url)
Creates a new FixedPImage object.
|
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Point |
getOriginalGeometry()
DOCUMENT ME!
|
double |
getSweetSpotX()
DOCUMENT ME!
|
double |
getSweetSpotY()
DOCUMENT ME!
|
void |
setMultiplier(double multiplier)
DOCUMENT ME!
|
void |
setOffset(double x,
double y) |
void |
setOffset(Point2D point) |
void |
setOriginalGeometry(com.vividsolutions.jts.geom.Point originalGeometry)
DOCUMENT ME!
|
void |
setScale(double scale)
DOCUMENT ME!
|
void |
setSweetSpotX(double sweetSpotX)
DOCUMENT ME!
|
void |
setSweetSpotY(double sweetSpotY)
DOCUMENT ME!
|
getImage, 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 FixedPImage()
public FixedPImage(Image newImage)
newImage - DOCUMENT ME!public FixedPImage(String fileName)
fileName - DOCUMENT ME!public FixedPImage(URL url)
url - DOCUMENT ME!public com.vividsolutions.jts.geom.Point getOriginalGeometry()
public void setOriginalGeometry(com.vividsolutions.jts.geom.Point originalGeometry)
originalGeometry - the originalGeometry to setpublic void setMultiplier(double multiplier)
multiplier - DOCUMENT ME!public void setOffset(double x,
double y)
setOffset in class edu.umd.cs.piccolo.PNodepublic void setOffset(Point2D point)
setOffset in class edu.umd.cs.piccolo.PNodepublic double getSweetSpotX()
public void setSweetSpotX(double sweetSpotX)
sweetSpotX - DOCUMENT ME!public double getSweetSpotY()
public void setSweetSpotY(double sweetSpotY)
sweetSpotY - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.