synergynetframework.appsystem.contentsystem.items.implementation.interfaces
Interface IRoundFrameImplementation

All Superinterfaces:
IContentItemImplementation, IOrthoContentItemImplementation, IRoundContentItemImplementation
All Known Subinterfaces:
IRoundTextLabelImplementation
All Known Implementing Classes:
JMERoundFrame, JMERoundImageLabel, JMERoundTextLabel, RoundFrame, RoundImageLabel, RoundTextLabel

public interface IRoundFrameImplementation
extends IRoundContentItemImplementation

The Interface IRoundFrameImplementation.


Method Summary
 void drawImage(java.net.URL imageResource)
          Draw image.
 void drawImage(java.net.URL imageResource, int x, int y, int width, int height)
          Draw image.
 java.util.HashMap<java.net.URL,ImageInfo> getImages()
          Gets the images.
 void removeAllImages()
          Removes the all images.
 void removeImage(java.net.URL imageResource)
          Removes the image.
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IRoundContentItemImplementation
setRadius
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IOrthoContentItemImplementation
addBringToTopListener, addFlickListener, addItemListener, addOrthoControlPointRotateTranslateScaleListener, addScreenCursorListener, addSnapListener, allowMoreThanTwoToRotateAndScale, allowSingleTouchFreeMove, allowSnapToOccupiedLocation, centerItem, flick, getMaxScale, getMinScale, isFlickable, makeFlickable, makeUnflickable, placeRandom, removeBringToTopListeners, removeFlickListeners, removeItemListerner, removeOrthoControlPointRotateTranslateScaleListeners, removeScreenCursorListeners, removeSnapListeners, reset, rotateRandom, setAsBottomObject, setAsTopObject, setAsTopObjectAndBroadCastEvent, setBringToTopable, setFixLocations, setOrder, setRightClickDistance, setRotateTranslateScalable, setRotateTranslateScalable, setScaleLimit, setSingleTouchRotateTranslate, setSnapable, setTolerance, setZRotateLimit, turnOffEventDispatcher
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update
 

Method Detail

drawImage

void drawImage(java.net.URL imageResource)
Draw image.

Parameters:
imageResource - the image resource

drawImage

void drawImage(java.net.URL imageResource,
               int x,
               int y,
               int width,
               int height)
Draw image.

Parameters:
imageResource - the image resource
x - the x
y - the y
width - the width
height - the height

getImages

java.util.HashMap<java.net.URL,ImageInfo> getImages()
Gets the images.

Returns:
the images

removeAllImages

void removeAllImages()
Removes the all images.


removeImage

void removeImage(java.net.URL imageResource)
Removes the image.

Parameters:
imageResource - the image resource