public class ZoomCamera extends BoundCamera
IUpdateHandler.IUpdateHandlerMatcher| Modifier and Type | Field and Description |
|---|---|
protected float |
mZoomFactor |
mBoundsCenterX, mBoundsCenterY, mBoundsEnabled, mBoundsHeight, mBoundsWidth, mBoundsXMax, mBoundsXMin, mBoundsYMax, mBoundsYMinmCameraSceneRotation, mResizeOnSurfaceSizeChanged, mRotation, mSurfaceHeight, mSurfaceWidth, mSurfaceX, mSurfaceY, mUpdateHandlers, mXMax, mXMin, mYMax, mYMin| Constructor and Description |
|---|
ZoomCamera(float pX,
float pY,
float pWidth,
float pHeight) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applySceneToCameraSceneOffset(float[] pSceneCoordinates) |
protected void |
applySceneToCameraSceneOffset(TouchEvent pSceneTouchEvent) |
float |
getHeight() |
float |
getWidth() |
float |
getXMax() |
float |
getXMin() |
float |
getYMax() |
float |
getYMin() |
float |
getZoomFactor() |
void |
setZoomFactor(float pZoomFactor) |
protected void |
unapplySceneToCameraSceneOffset(float[] pCameraSceneCoordinates) |
protected void |
unapplySceneToCameraSceneOffset(TouchEvent pCameraSceneTouchEvent) |
ensureInBounds, getBoundedX, getBoundedY, getBoundsHeight, getBoundsWidth, getBoundsXMax, getBoundsXMin, getBoundsYMax, getBoundsYMin, isBoundsEnabled, setBounds, setBoundsEnabled, setCenterclearUpdateHandlers, convertCameraSceneToSceneTouchEvent, convertSceneToCameraSceneTouchEvent, convertSceneToSurfaceTouchEvent, convertSurfaceToSceneTouchEvent, getCameraSceneCoordinatesFromSceneCoordinates, getCameraSceneCoordinatesFromSceneCoordinates, getCameraSceneRotation, getCenterX, getCenterY, getHeightRaw, getHUD, getRotation, getSceneCoordinatesFromCameraSceneCoordinates, getSceneCoordinatesFromCameraSceneCoordinates, getSurfaceHeight, getSurfaceWidth, getSurfaceX, getSurfaceY, getWidthRaw, getZFar, getZNear, hasHUD, isLineVisible, isRectangularShapeVisible, isRectangularShapeVisible, isResizeOnSurfaceSizeChanged, isRotated, offsetCenter, onApplyCameraSceneMatrix, onApplySceneBackgroundMatrix, onApplySceneMatrix, onDrawHUD, onSurfaceSizeChanged, onSurfaceSizeInitialized, onUpdate, registerUpdateHandler, reset, set, setCameraSceneRotation, setChaseEntity, setHUD, setResizeOnSurfaceSizeChanged, setRotation, setSurfaceSize, setXMax, setXMin, setYMax, setYMin, setZClippingPlanes, setZFar, setZNear, unregisterUpdateHandler, unregisterUpdateHandlers, updateChaseEntitypublic float getZoomFactor()
public void setZoomFactor(float pZoomFactor)
protected void applySceneToCameraSceneOffset(TouchEvent pSceneTouchEvent)
applySceneToCameraSceneOffset in class Cameraprotected void applySceneToCameraSceneOffset(float[] pSceneCoordinates)
applySceneToCameraSceneOffset in class Cameraprotected void unapplySceneToCameraSceneOffset(TouchEvent pCameraSceneTouchEvent)
unapplySceneToCameraSceneOffset in class Cameraprotected void unapplySceneToCameraSceneOffset(float[] pCameraSceneCoordinates)
unapplySceneToCameraSceneOffset in class Camera