|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.ContentItem
synergynetframework.appsystem.contentsystem.items.OrthoContentItem
public class OrthoContentItem
The Class OrthoContentItem.
| Field Summary | |
|---|---|
boolean |
removable
The removable. |
| Fields inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
|---|
name |
| Constructor Summary | |
|---|---|
OrthoContentItem(ContentSystem contentSystem,
java.lang.String name)
Instantiates a new ortho content item. |
|
| Method Summary | |
|---|---|
void |
addBringToTopListener(BringToTopListener l)
Adds the bring to top listener. |
void |
addFlickListener(OrthoFlickListener l)
Adds the flick listener. |
void |
addItemListener(ItemListener itemListener)
Adds the item listener. |
void |
addOrthoControlPointRotateTranslateScaleListener(OrthoControlPointRotateTranslateScaleListener l)
Adds the ortho control point rotate translate scale listener. |
void |
addScreenCursorListener(ScreenCursorListener l)
Adds the screen cursor listener. |
void |
addSnapListener(OrthoSnapListener l)
Adds the snap listener. |
void |
allowMoreThanTwoToRotateAndScale(boolean b)
Allow more than two to rotate and scale. |
void |
allowSingleTouchFreeMove(boolean b)
Allow single touch free move. |
void |
allowSnapToOccupiedLocation(boolean allowSnapToOccupiedLocation)
Allow snap to occupied location. |
void |
bindImplementationOjbect()
Bind implementation ojbect. |
void |
centerItem()
Center item. |
java.lang.Object |
clone()
|
int |
compareTo(OrthoContentItem arg0)
|
void |
cursorChanged(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor changed. |
void |
cursorClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor clicked. |
void |
cursorDoubleClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor double clicked. |
void |
cursorLongHeld(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor long held. |
void |
cursorPressed(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor pressed. |
void |
cursorReleased(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor released. |
void |
cursorRightClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor right clicked. |
void |
enableMultiTouchElementListeners()
Enable multi touch element listeners. |
void |
fireCursorChanged(long id,
float x,
float y,
float pressure)
Fire cursor changed. |
void |
fireCursorClicked(long id,
float x,
float y,
float pressure)
Fire cursor clicked. |
void |
fireCursorDoubleClicked(long id,
float x,
float y,
float pressure)
Fire cursor double clicked. |
void |
fireCursorLongHeld(long id,
float x,
float y,
float pressure)
Fire cursor long held. |
void |
fireCursorPressed(long id,
float x,
float y,
float pressure)
Fire cursor pressed. |
void |
fireCursorReleased(long id,
float x,
float y,
float pressure)
Fire cursor released. |
void |
fireCursorRightClicked(long id,
float x,
float y,
float pressure)
Fire cursor right clicked. |
void |
fireScreenCursorChanged(long id,
float x,
float y,
float pressure)
Fire screen cursor changed. |
void |
fireScreenCursorClicked(long id,
float x,
float y,
float pressure)
Fire screen cursor clicked. |
void |
fireScreenCursorPressed(long id,
float x,
float y,
float pressure)
Fire screen cursor pressed. |
void |
fireScreenCursorReleased(long id,
float x,
float y,
float pressure)
Fire screen cursor released. |
void |
flick(float velocityX,
float velocityY,
float deceleration)
Flick. |
java.util.List<BringToTopListener> |
getBringToTopListeners()
Gets the bring to top listeners. |
float |
getFlickDeceleration()
Gets the flick deceleration. |
java.util.List<OrthoFlickListener> |
getFlickListeners()
Gets the flick listeners. |
java.util.List<ItemListener> |
getItemListeners()
Gets the item listeners. |
Location |
getLocation()
Gets the location. |
float |
getMaxScale()
Gets the max scale. |
float |
getMinScale()
Gets the min scale. |
int |
getOrder()
Gets the order. |
java.util.List<OrthoControlPointRotateTranslateScaleListener> |
getOrthoControlPointRotateTranslateScaleListeners()
Gets the ortho control point rotate translate scale listeners. |
java.util.List<OrthoSnapListener> |
getOrthoSnapListeners()
Gets the ortho snap listeners. |
OrthoContainer |
getParent()
Gets the parent. |
float |
getScaleMotionDeceleration()
Gets the scale motion deceleration. |
java.util.List<OrthoScaleMotionListener> |
getScaleMotionListeners()
Gets the scale motion listeners. |
java.util.List<OrthoSpinListener> |
getSpinListeners()
Gets the spin listeners. |
boolean |
isBringToTopEnabled()
Checks if is bring to top enabled. |
boolean |
isFlickable()
Checks if is flickable. |
boolean |
isRotateTranslateScaleEnabled()
Checks if is rotate translate scale enabled. |
boolean |
isSingleTouchRotateTranslate()
Checks if is single touch rotate translate. |
boolean |
isSnapEnabled()
Checks if is snap enabled. |
void |
itemBringToToped(ContentItem item)
Item bring to toped. |
void |
itemFlicked(ContentItem item,
float x,
float y)
Item flicked. |
void |
itemRotated(ContentItem item,
float newAngle,
float oldAngle)
Item rotated. |
void |
itemScaled(ContentItem item,
float newScaleFactor,
float oldScaleFactor)
Item scaled. |
void |
itemScaleMotioned(ContentItem item,
float scale)
Item scale motioned. |
void |
itemSnapped(ContentItem item,
FixLocationStatus fixLocationStatus)
Item snapped. |
void |
itemSpun(ContentItem item,
float rot)
Item spun. |
void |
itemTranslated(ContentItem item,
float newLocationX,
float newLocationY,
float oldLocationX,
float oldLocationY)
Item translated. |
void |
makeFlickable(float deceleration)
Make flickable. |
void |
makeUnflickable()
Make unflickable. |
void |
placeRandom()
Place random. |
void |
removeBringToTopListeners()
Removes the bring to top listeners. |
void |
removeBringToTopListeners(BringToTopListener l)
Removes the bring to top listeners. |
void |
removeFlickListeners()
Removes the flick listeners. |
void |
removeFlickListeners(OrthoFlickListener l)
Removes the flick listeners. |
void |
removeItemListerner(ItemListener itemListener)
Removes the item listerner. |
void |
removeItemListerners()
Removes the item listerners. |
void |
removeOrthoControlPointRotateTranslateScaleListeners()
Removes the ortho control point rotate translate scale listeners. |
void |
removeOrthoControlPointRotateTranslateScaleListeners(OrthoControlPointRotateTranslateScaleListener l)
Removes the ortho control point rotate translate scale listeners. |
void |
removeScreenCursorListeners()
Removes the screen cursor listeners. |
void |
removeSnapListeners()
Removes the snap listeners. |
void |
removeSnapListeners(OrthoSnapListener l)
Removes the snap listeners. |
void |
reset()
Reset. |
void |
rotateRandom()
Rotate random. |
void |
setAsBottomObject()
Sets the as bottom object. |
void |
setAsTopObject()
Sets the as top object. |
void |
setAsTopObjectAndBroadCastEvent()
Sets the as top object and broad cast event. |
void |
setBringToTopable(boolean isEnabled)
Sets the bring to topable. |
void |
setBringToTopListeners(java.util.List<BringToTopListener> bringToTopListeners)
Sets the bring to top listeners. |
void |
setFixLocations(java.util.List<FixLocationStatus> fixLocations)
Sets the fix locations. |
void |
setFlickListeners(java.util.List<OrthoFlickListener> flickListeners)
Sets the flick listeners. |
void |
setItemListeners(java.util.List<ItemListener> itemListeners)
Sets the item listeners. |
void |
setLocation(float x,
float y)
Sets the location. |
void |
setLocation(Location location)
Sets the location. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOrder(int zOrder)
Sets the order. |
void |
setOrthoControlPointRotateTranslateScaleListeners(java.util.List<OrthoControlPointRotateTranslateScaleListener> orthoControlPointRotateTranslateScaleListeners)
Sets the ortho control point rotate translate scale listeners. |
void |
setOrthoSnapListeners(java.util.List<OrthoSnapListener> orthoSnapListeners)
Sets the ortho snap listeners. |
void |
setRightClickDistance(float distance)
Sets the right click distance. |
void |
setRotateTranslateScalable(boolean isEnabled)
Sets the rotate translate scalable. |
void |
setRotateTranslateScalable(boolean isEnabled,
boolean attachToParent,
ContentItem targetItem)
Sets the rotate translate scalable. |
void |
setScaleLimit(float min,
float max)
Sets the scale limit. |
void |
setScaleMotionListeners(java.util.List<OrthoScaleMotionListener> scaleMotionListeners)
Sets the scale motion listeners. |
void |
setSingleTouchRotateTranslate(boolean isEnabled)
Sets the single touch rotate translate. |
void |
setSnapable(boolean snapable)
Sets the snapable. |
void |
setSpinListeners(java.util.List<OrthoSpinListener> spinListeners)
Sets the spin listeners. |
void |
setTolerance(float tolerance)
Sets the tolerance. |
void |
setZRotateLimit(float min,
float max)
Sets the z rotate limit. |
void |
turnOffEventDispatcher()
Turn off event dispatcher. |
| Methods inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
|---|
addMultitouchListener, canManipulate, contains, generateUniqueName, getAngle, getBackGround, getBackgroundColour, getBorder, getBorderColour, getBorderSize, getContentSystem, getId, getImplementationObject, getLocalLocation, getName, getNote, getResource, getScale, hasCollision, init, initImplementationObjet, isBoundaryEnabled, isVisible, setAngle, setBackGround, setBackgroundColour, setBorder, setBorderColour, setBorderSize, setBoundaryEnabled, setContentSystem, setId, setLocalLocation, setLocalLocation, setLocalLocation, setManipulate, setNote, setResource, setScale, setScale, setVisible, setVisible, update, update |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
|---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setManipulate, setScale, setScale, setVisible, setVisible, update, update |
| Field Detail |
|---|
public boolean removable
| Constructor Detail |
|---|
public OrthoContentItem(ContentSystem contentSystem,
java.lang.String name)
contentSystem - the content systemname - the name| Method Detail |
|---|
public void addBringToTopListener(BringToTopListener l)
IOrthoContentItemImplementation
addBringToTopListener in interface IOrthoContentItemImplementationl - the lpublic void addFlickListener(OrthoFlickListener l)
IOrthoContentItemImplementation
addFlickListener in interface IOrthoContentItemImplementationl - the lpublic void addItemListener(ItemListener itemListener)
IOrthoContentItemImplementation
addItemListener in interface IOrthoContentItemImplementationitemListener - the item listenerpublic void addOrthoControlPointRotateTranslateScaleListener(OrthoControlPointRotateTranslateScaleListener l)
IOrthoContentItemImplementation
addOrthoControlPointRotateTranslateScaleListener in interface IOrthoContentItemImplementationl - the lpublic void addScreenCursorListener(ScreenCursorListener l)
IOrthoContentItemImplementation
addScreenCursorListener in interface IOrthoContentItemImplementationl - the lpublic void addSnapListener(OrthoSnapListener l)
IOrthoContentItemImplementation
addSnapListener in interface IOrthoContentItemImplementationl - the lpublic void allowMoreThanTwoToRotateAndScale(boolean b)
IOrthoContentItemImplementation
allowMoreThanTwoToRotateAndScale in interface IOrthoContentItemImplementationb - the bpublic void allowSingleTouchFreeMove(boolean b)
IOrthoContentItemImplementation
allowSingleTouchFreeMove in interface IOrthoContentItemImplementationb - the bpublic void allowSnapToOccupiedLocation(boolean allowSnapToOccupiedLocation)
IOrthoContentItemImplementation
allowSnapToOccupiedLocation in interface IOrthoContentItemImplementationallowSnapToOccupiedLocation - the allow snap to occupied locationpublic void bindImplementationOjbect()
ContentItem
bindImplementationOjbect in class ContentItempublic void centerItem()
IOrthoContentItemImplementation
centerItem in interface IOrthoContentItemImplementation
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class ContentItemjava.lang.CloneNotSupportedExceptionpublic int compareTo(OrthoContentItem arg0)
compareTo in interface java.lang.Comparable<OrthoContentItem>
public void cursorChanged(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorChanged in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorClicked in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorDoubleClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorDoubleClicked in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorLongHeld(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorLongHeld in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorPressed(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorPressed in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorReleased(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorReleased in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorRightClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorRightClicked in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressurepublic void enableMultiTouchElementListeners()
public void fireCursorChanged(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireCursorClicked(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireCursorDoubleClicked(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireCursorLongHeld(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireCursorPressed(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireCursorReleased(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireCursorRightClicked(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireScreenCursorChanged(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireScreenCursorClicked(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireScreenCursorPressed(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void fireScreenCursorReleased(long id,
float x,
float y,
float pressure)
id - the idx - the xy - the ypressure - the pressure
public void flick(float velocityX,
float velocityY,
float deceleration)
IOrthoContentItemImplementation
flick in interface IOrthoContentItemImplementationvelocityX - the velocity xvelocityY - the velocity ydeceleration - the decelerationpublic java.util.List<BringToTopListener> getBringToTopListeners()
public float getFlickDeceleration()
public java.util.List<OrthoFlickListener> getFlickListeners()
public java.util.List<ItemListener> getItemListeners()
public Location getLocation()
public float getMaxScale()
IOrthoContentItemImplementation
getMaxScale in interface IOrthoContentItemImplementationpublic float getMinScale()
IOrthoContentItemImplementation
getMinScale in interface IOrthoContentItemImplementationpublic int getOrder()
public java.util.List<OrthoControlPointRotateTranslateScaleListener> getOrthoControlPointRotateTranslateScaleListeners()
public java.util.List<OrthoSnapListener> getOrthoSnapListeners()
public OrthoContainer getParent()
public float getScaleMotionDeceleration()
public java.util.List<OrthoScaleMotionListener> getScaleMotionListeners()
public java.util.List<OrthoSpinListener> getSpinListeners()
public boolean isBringToTopEnabled()
public boolean isFlickable()
IOrthoContentItemImplementation
isFlickable in interface IOrthoContentItemImplementationpublic boolean isRotateTranslateScaleEnabled()
public boolean isSingleTouchRotateTranslate()
public boolean isSnapEnabled()
public void itemBringToToped(ContentItem item)
BringToTopListener
itemBringToToped in interface BringToTopListeneritem - the item
public void itemFlicked(ContentItem item,
float x,
float y)
OrthoFlickListener
itemFlicked in interface OrthoFlickListeneritem - the itemx - the xy - the y
public void itemRotated(ContentItem item,
float newAngle,
float oldAngle)
OrthoControlPointRotateTranslateScaleListener
itemRotated in interface OrthoControlPointRotateTranslateScaleListeneritem - the itemnewAngle - the new angleoldAngle - the old angle
public void itemScaled(ContentItem item,
float newScaleFactor,
float oldScaleFactor)
OrthoControlPointRotateTranslateScaleListener
itemScaled in interface OrthoControlPointRotateTranslateScaleListeneritem - the itemnewScaleFactor - the new scale factoroldScaleFactor - the old scale factor
public void itemScaleMotioned(ContentItem item,
float scale)
OrthoScaleMotionListener
itemScaleMotioned in interface OrthoScaleMotionListeneritem - the itemscale - the scale
public void itemSnapped(ContentItem item,
FixLocationStatus fixLocationStatus)
OrthoSnapListener
itemSnapped in interface OrthoSnapListeneritem - the itemfixLocationStatus - the fix location status
public void itemSpun(ContentItem item,
float rot)
OrthoSpinListener
itemSpun in interface OrthoSpinListeneritem - the itemrot - the rot
public void itemTranslated(ContentItem item,
float newLocationX,
float newLocationY,
float oldLocationX,
float oldLocationY)
OrthoControlPointRotateTranslateScaleListener
itemTranslated in interface OrthoControlPointRotateTranslateScaleListeneritem - the itemnewLocationX - the new location xnewLocationY - the new location yoldLocationX - the old location xoldLocationY - the old location ypublic void makeFlickable(float deceleration)
IOrthoContentItemImplementation
makeFlickable in interface IOrthoContentItemImplementationdeceleration - the decelerationpublic void makeUnflickable()
IOrthoContentItemImplementation
makeUnflickable in interface IOrthoContentItemImplementationpublic void placeRandom()
IOrthoContentItemImplementation
placeRandom in interface IOrthoContentItemImplementationpublic void removeBringToTopListeners()
public void removeBringToTopListeners(BringToTopListener l)
IOrthoContentItemImplementation
removeBringToTopListeners in interface IOrthoContentItemImplementationl - the lpublic void removeFlickListeners()
public void removeFlickListeners(OrthoFlickListener l)
IOrthoContentItemImplementation
removeFlickListeners in interface IOrthoContentItemImplementationl - the lpublic void removeItemListerner(ItemListener itemListener)
IOrthoContentItemImplementation
removeItemListerner in interface IOrthoContentItemImplementationitemListener - the item listenerpublic void removeItemListerners()
public void removeOrthoControlPointRotateTranslateScaleListeners()
public void removeOrthoControlPointRotateTranslateScaleListeners(OrthoControlPointRotateTranslateScaleListener l)
IOrthoContentItemImplementation
removeOrthoControlPointRotateTranslateScaleListeners in interface IOrthoContentItemImplementationl - the lpublic void removeScreenCursorListeners()
IOrthoContentItemImplementation
removeScreenCursorListeners in interface IOrthoContentItemImplementationpublic void removeSnapListeners()
public void removeSnapListeners(OrthoSnapListener l)
IOrthoContentItemImplementation
removeSnapListeners in interface IOrthoContentItemImplementationl - the lpublic void reset()
IOrthoContentItemImplementation
reset in interface IOrthoContentItemImplementationpublic void rotateRandom()
IOrthoContentItemImplementation
rotateRandom in interface IOrthoContentItemImplementationpublic void setAsBottomObject()
IOrthoContentItemImplementation
setAsBottomObject in interface IOrthoContentItemImplementationpublic void setAsTopObject()
IOrthoContentItemImplementation
setAsTopObject in interface IOrthoContentItemImplementationpublic void setAsTopObjectAndBroadCastEvent()
IOrthoContentItemImplementation
setAsTopObjectAndBroadCastEvent in interface IOrthoContentItemImplementationpublic void setBringToTopable(boolean isEnabled)
IOrthoContentItemImplementation
setBringToTopable in interface IOrthoContentItemImplementationisEnabled - the new bring to topablepublic void setBringToTopListeners(java.util.List<BringToTopListener> bringToTopListeners)
bringToTopListeners - the new bring to top listenerspublic void setFixLocations(java.util.List<FixLocationStatus> fixLocations)
IOrthoContentItemImplementation
setFixLocations in interface IOrthoContentItemImplementationfixLocations - the new fix locationspublic void setFlickListeners(java.util.List<OrthoFlickListener> flickListeners)
flickListeners - the new flick listenerspublic void setItemListeners(java.util.List<ItemListener> itemListeners)
itemListeners - the new item listeners
public void setLocation(float x,
float y)
x - the xy - the ypublic void setLocation(Location location)
IContentItemImplementation
setLocation in interface IContentItemImplementationsetLocation in class ContentItemlocation - the new locationpublic void setName(java.lang.String name)
IContentItemImplementation
setName in interface IContentItemImplementationsetName in class ContentItemname - the new namepublic void setOrder(int zOrder)
IOrthoContentItemImplementation
setOrder in interface IOrthoContentItemImplementationzOrder - the new orderpublic void setOrthoControlPointRotateTranslateScaleListeners(java.util.List<OrthoControlPointRotateTranslateScaleListener> orthoControlPointRotateTranslateScaleListeners)
orthoControlPointRotateTranslateScaleListeners - the new ortho control point rotate translate scale listenerspublic void setOrthoSnapListeners(java.util.List<OrthoSnapListener> orthoSnapListeners)
orthoSnapListeners - the new ortho snap listenerspublic void setRightClickDistance(float distance)
IOrthoContentItemImplementation
setRightClickDistance in interface IOrthoContentItemImplementationdistance - the new right click distancepublic void setRotateTranslateScalable(boolean isEnabled)
IOrthoContentItemImplementation
setRotateTranslateScalable in interface IOrthoContentItemImplementationisEnabled - the new rotate translate scalable
public void setRotateTranslateScalable(boolean isEnabled,
boolean attachToParent,
ContentItem targetItem)
IOrthoContentItemImplementation
setRotateTranslateScalable in interface IOrthoContentItemImplementationisEnabled - the is enabledattachToParent - the attach to parenttargetItem - the target item
public void setScaleLimit(float min,
float max)
IOrthoContentItemImplementation
setScaleLimit in interface IOrthoContentItemImplementationmin - the minmax - the maxpublic void setScaleMotionListeners(java.util.List<OrthoScaleMotionListener> scaleMotionListeners)
scaleMotionListeners - the new scale motion listeners
public void setSingleTouchRotateTranslate(boolean isEnabled)
throws java.lang.Exception
IOrthoContentItemImplementation
setSingleTouchRotateTranslate in interface IOrthoContentItemImplementationisEnabled - the new single touch rotate translate
java.lang.Exception - the exceptionpublic void setSnapable(boolean snapable)
IOrthoContentItemImplementation
setSnapable in interface IOrthoContentItemImplementationsnapable - the new snapablepublic void setSpinListeners(java.util.List<OrthoSpinListener> spinListeners)
spinListeners - the new spin listenerspublic void setTolerance(float tolerance)
IOrthoContentItemImplementation
setTolerance in interface IOrthoContentItemImplementationtolerance - the new tolerance
public void setZRotateLimit(float min,
float max)
IOrthoContentItemImplementation
setZRotateLimit in interface IOrthoContentItemImplementationmin - the minmax - the maxpublic void turnOffEventDispatcher()
IOrthoContentItemImplementation
turnOffEventDispatcher in interface IOrthoContentItemImplementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||