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

All Superinterfaces:
IContentItemImplementation, IOrthoContentItemImplementation
All Known Subinterfaces:
IBackgroundControllerImplementation, IDocViewerImplementation, IDrawableFrameImplementation, IFrameImplementation, IHqPDFViewerImplementation, IHtmlFrameImplementation, IImageTextLabelImplementation, IKeyboardImplementation, ILightImageLabelImplementation, IMathPadImplementation, IMediaPlayerImplementation, IMultiLineTextLabelImplementation, IObjShape, IPDFViewerImplementation, IPPTViewerImplementation, ISimpleButton, ISketchPadImplementation, ITextLabelImplementation, IVideoPlayerImplementation
All Known Implementing Classes:
BackgroundController, DocViewer, DrawableFrame, Frame, HQPDFViewer, HtmlFrame, ImageTextLabel, JMEBackgroundController, JMEDrawableFrame, JMEFrame, JMEHQPDFViewer, JMEHtmlFrame, JMEImageTextLabel, JMEKeyboard, JMELightImageLabel, JMEMathPad, JMEMediaPlayer, JMEMultiLineTextLabel, JMEObjShape, JMEPDFViewer, JMEPPTViewer, JMEQuadContentItem, JMESimpleButton, JMESketchPad, JMETextLabel, JMEVideoPlayer, Keyboard, LightImageLabel, MathPad, MediaPlayer, MultiLineTextLabel, ObjShape, PDFViewer, PPTViewer, QuadContentItem, SimpleButton, SketchPad, TextLabel, VideoPlayer

public interface IQuadContentItemImplementation
extends IOrthoContentItemImplementation

The Interface IQuadContentItemImplementation.


Method Summary
 void setAutoFitSize(boolean isEnabled)
          Sets the auto fit size.
 void setHeight(int height)
          Sets the height.
 void setWidth(int width)
          Sets the width.
 
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

setAutoFitSize

void setAutoFitSize(boolean isEnabled)
Sets the auto fit size.

Parameters:
isEnabled - the new auto fit size

setHeight

void setHeight(int height)
Sets the height.

Parameters:
height - the new height

setWidth

void setWidth(int width)
Sets the width.

Parameters:
width - the new width