|
||||||||||
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 nameMethod Detail |
---|
public void addBringToTopListener(BringToTopListener l)
IOrthoContentItemImplementation
addBringToTopListener
in interface IOrthoContentItemImplementation
l
- the lpublic void addFlickListener(OrthoFlickListener l)
IOrthoContentItemImplementation
addFlickListener
in interface IOrthoContentItemImplementation
l
- the lpublic void addItemListener(ItemListener itemListener)
IOrthoContentItemImplementation
addItemListener
in interface IOrthoContentItemImplementation
itemListener
- the item listenerpublic void addOrthoControlPointRotateTranslateScaleListener(OrthoControlPointRotateTranslateScaleListener l)
IOrthoContentItemImplementation
addOrthoControlPointRotateTranslateScaleListener
in interface IOrthoContentItemImplementation
l
- the lpublic void addScreenCursorListener(ScreenCursorListener l)
IOrthoContentItemImplementation
addScreenCursorListener
in interface IOrthoContentItemImplementation
l
- the lpublic void addSnapListener(OrthoSnapListener l)
IOrthoContentItemImplementation
addSnapListener
in interface IOrthoContentItemImplementation
l
- the lpublic void allowMoreThanTwoToRotateAndScale(boolean b)
IOrthoContentItemImplementation
allowMoreThanTwoToRotateAndScale
in interface IOrthoContentItemImplementation
b
- the bpublic void allowSingleTouchFreeMove(boolean b)
IOrthoContentItemImplementation
allowSingleTouchFreeMove
in interface IOrthoContentItemImplementation
b
- the bpublic void allowSnapToOccupiedLocation(boolean allowSnapToOccupiedLocation)
IOrthoContentItemImplementation
allowSnapToOccupiedLocation
in interface IOrthoContentItemImplementation
allowSnapToOccupiedLocation
- the allow snap to occupied locationpublic void bindImplementationOjbect()
ContentItem
bindImplementationOjbect
in class ContentItem
public void centerItem()
IOrthoContentItemImplementation
centerItem
in interface IOrthoContentItemImplementation
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class ContentItem
java.lang.CloneNotSupportedException
public 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 ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorClicked(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorClicked
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorDoubleClicked(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorDoubleClicked
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorLongHeld(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorLongHeld
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorPressed(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorPressed
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorReleased(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorReleased
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorRightClicked(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorRightClicked
in interface ItemListener
item
- 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 pressurepublic void fireCursorClicked(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireCursorDoubleClicked(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireCursorLongHeld(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireCursorPressed(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireCursorReleased(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireCursorRightClicked(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireScreenCursorChanged(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireScreenCursorClicked(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireScreenCursorPressed(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void fireScreenCursorReleased(long id, float x, float y, float pressure)
id
- the idx
- the xy
- the ypressure
- the pressurepublic void flick(float velocityX, float velocityY, float deceleration)
IOrthoContentItemImplementation
flick
in interface IOrthoContentItemImplementation
velocityX
- 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 IOrthoContentItemImplementation
public float getMinScale()
IOrthoContentItemImplementation
getMinScale
in interface IOrthoContentItemImplementation
public 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 IOrthoContentItemImplementation
public boolean isRotateTranslateScaleEnabled()
public boolean isSingleTouchRotateTranslate()
public boolean isSnapEnabled()
public void itemBringToToped(ContentItem item)
BringToTopListener
itemBringToToped
in interface BringToTopListener
item
- the itempublic void itemFlicked(ContentItem item, float x, float y)
OrthoFlickListener
itemFlicked
in interface OrthoFlickListener
item
- the itemx
- the xy
- the ypublic void itemRotated(ContentItem item, float newAngle, float oldAngle)
OrthoControlPointRotateTranslateScaleListener
itemRotated
in interface OrthoControlPointRotateTranslateScaleListener
item
- the itemnewAngle
- the new angleoldAngle
- the old anglepublic void itemScaled(ContentItem item, float newScaleFactor, float oldScaleFactor)
OrthoControlPointRotateTranslateScaleListener
itemScaled
in interface OrthoControlPointRotateTranslateScaleListener
item
- the itemnewScaleFactor
- the new scale factoroldScaleFactor
- the old scale factorpublic void itemScaleMotioned(ContentItem item, float scale)
OrthoScaleMotionListener
itemScaleMotioned
in interface OrthoScaleMotionListener
item
- the itemscale
- the scalepublic void itemSnapped(ContentItem item, FixLocationStatus fixLocationStatus)
OrthoSnapListener
itemSnapped
in interface OrthoSnapListener
item
- the itemfixLocationStatus
- the fix location statuspublic void itemSpun(ContentItem item, float rot)
OrthoSpinListener
itemSpun
in interface OrthoSpinListener
item
- the itemrot
- the rotpublic void itemTranslated(ContentItem item, float newLocationX, float newLocationY, float oldLocationX, float oldLocationY)
OrthoControlPointRotateTranslateScaleListener
itemTranslated
in interface OrthoControlPointRotateTranslateScaleListener
item
- 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 IOrthoContentItemImplementation
deceleration
- the decelerationpublic void makeUnflickable()
IOrthoContentItemImplementation
makeUnflickable
in interface IOrthoContentItemImplementation
public void placeRandom()
IOrthoContentItemImplementation
placeRandom
in interface IOrthoContentItemImplementation
public void removeBringToTopListeners()
public void removeBringToTopListeners(BringToTopListener l)
IOrthoContentItemImplementation
removeBringToTopListeners
in interface IOrthoContentItemImplementation
l
- the lpublic void removeFlickListeners()
public void removeFlickListeners(OrthoFlickListener l)
IOrthoContentItemImplementation
removeFlickListeners
in interface IOrthoContentItemImplementation
l
- the lpublic void removeItemListerner(ItemListener itemListener)
IOrthoContentItemImplementation
removeItemListerner
in interface IOrthoContentItemImplementation
itemListener
- the item listenerpublic void removeItemListerners()
public void removeOrthoControlPointRotateTranslateScaleListeners()
public void removeOrthoControlPointRotateTranslateScaleListeners(OrthoControlPointRotateTranslateScaleListener l)
IOrthoContentItemImplementation
removeOrthoControlPointRotateTranslateScaleListeners
in interface IOrthoContentItemImplementation
l
- the lpublic void removeScreenCursorListeners()
IOrthoContentItemImplementation
removeScreenCursorListeners
in interface IOrthoContentItemImplementation
public void removeSnapListeners()
public void removeSnapListeners(OrthoSnapListener l)
IOrthoContentItemImplementation
removeSnapListeners
in interface IOrthoContentItemImplementation
l
- the lpublic void reset()
IOrthoContentItemImplementation
reset
in interface IOrthoContentItemImplementation
public void rotateRandom()
IOrthoContentItemImplementation
rotateRandom
in interface IOrthoContentItemImplementation
public void setAsBottomObject()
IOrthoContentItemImplementation
setAsBottomObject
in interface IOrthoContentItemImplementation
public void setAsTopObject()
IOrthoContentItemImplementation
setAsTopObject
in interface IOrthoContentItemImplementation
public void setAsTopObjectAndBroadCastEvent()
IOrthoContentItemImplementation
setAsTopObjectAndBroadCastEvent
in interface IOrthoContentItemImplementation
public void setBringToTopable(boolean isEnabled)
IOrthoContentItemImplementation
setBringToTopable
in interface IOrthoContentItemImplementation
isEnabled
- 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 IOrthoContentItemImplementation
fixLocations
- 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 listenerspublic void setLocation(float x, float y)
x
- the xy
- the ypublic void setLocation(Location location)
IContentItemImplementation
setLocation
in interface IContentItemImplementation
setLocation
in class ContentItem
location
- the new locationpublic void setName(java.lang.String name)
IContentItemImplementation
setName
in interface IContentItemImplementation
setName
in class ContentItem
name
- the new namepublic void setOrder(int zOrder)
IOrthoContentItemImplementation
setOrder
in interface IOrthoContentItemImplementation
zOrder
- 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 IOrthoContentItemImplementation
distance
- the new right click distancepublic void setRotateTranslateScalable(boolean isEnabled)
IOrthoContentItemImplementation
setRotateTranslateScalable
in interface IOrthoContentItemImplementation
isEnabled
- the new rotate translate scalablepublic void setRotateTranslateScalable(boolean isEnabled, boolean attachToParent, ContentItem targetItem)
IOrthoContentItemImplementation
setRotateTranslateScalable
in interface IOrthoContentItemImplementation
isEnabled
- the is enabledattachToParent
- the attach to parenttargetItem
- the target itempublic void setScaleLimit(float min, float max)
IOrthoContentItemImplementation
setScaleLimit
in interface IOrthoContentItemImplementation
min
- the minmax
- the maxpublic void setScaleMotionListeners(java.util.List<OrthoScaleMotionListener> scaleMotionListeners)
scaleMotionListeners
- the new scale motion listenerspublic void setSingleTouchRotateTranslate(boolean isEnabled) throws java.lang.Exception
IOrthoContentItemImplementation
setSingleTouchRotateTranslate
in interface IOrthoContentItemImplementation
isEnabled
- the new single touch rotate translate
java.lang.Exception
- the exceptionpublic void setSnapable(boolean snapable)
IOrthoContentItemImplementation
setSnapable
in interface IOrthoContentItemImplementation
snapable
- the new snapablepublic void setSpinListeners(java.util.List<OrthoSpinListener> spinListeners)
spinListeners
- the new spin listenerspublic void setTolerance(float tolerance)
IOrthoContentItemImplementation
setTolerance
in interface IOrthoContentItemImplementation
tolerance
- the new tolerancepublic void setZRotateLimit(float min, float max)
IOrthoContentItemImplementation
setZRotateLimit
in interface IOrthoContentItemImplementation
min
- 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 |