- getActiveBezierPointIndex(int, int) - Method in class ixagon.surface.mapper.BezierSurface
-
Returns index 0-7 if coordinates are on a bezier control
- getActiveBezierPointIndex(int, int) - Method in class ixagon.surface.mapper.QuadSurface
-
- getActiveBezierPointIndex(int, int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Returns index 0-7 if coordinates are on a bezier control
- getActiveCornerPointIndex(int, int) - Method in class ixagon.surface.mapper.BezierSurface
-
Returns index 0-3 if coordinates are near a corner or index 4 if on a surface
- getActiveCornerPointIndex(int, int) - Method in class ixagon.surface.mapper.QuadSurface
-
Checks if the coordinates is close to any of the corners, and if not,
checks if the coordinates are inside the surface.
- getActiveCornerPointIndex(int, int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Returns index 0-3 if coordinates are near a corner or index -2 if on a surface
- getActivePoint() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the index of active corner (or surface)
- getActivePoint() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the index of the active corner
- getActivePoint() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the index of active corner (or surface)
- getArea() - Method in class ixagon.surface.mapper.BezierSurface
-
- getArea() - Method in class ixagon.surface.mapper.QuadSurface
-
Calculate the area in squarepixels
- getArea() - Method in interface ixagon.surface.mapper.SuperSurface
-
Calculates and returns the surfaces area in squarepixels.
- getBezierPoint(int) - Method in class ixagon.surface.mapper.BezierSurface
-
Get the target bezier point
- getBezierPoint(int) - Method in class ixagon.surface.mapper.QuadSurface
-
- getBezierPoint(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Get target Bezier control point
- getBezierPoints() - Method in class ixagon.surface.mapper.BezierSurface
-
Get all bezier points
- getBlendLeftSize() - Method in class ixagon.surface.mapper.BezierSurface
-
- getBlendLeftSize() - Method in class ixagon.surface.mapper.QuadSurface
-
- getBlendLeftSize() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the width of the left edge blend
- getBlendRightSize() - Method in class ixagon.surface.mapper.BezierSurface
-
- getBlendRightSize() - Method in class ixagon.surface.mapper.QuadSurface
-
- getBlendRightSize() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the width of the right edge blend
- getBufferScreenWidth() - Method in class ixagon.surface.mapper.BezierSurface
-
- getBufferScreenWidth() - Method in class ixagon.surface.mapper.QuadSurface
-
- getCenter() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the average center point of the surface
- getCenter() - Method in class ixagon.surface.mapper.QuadSurface
-
Find the average position of all the control points, use that as the
center point.
- getCenter() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the average center point of the surface
- getColor() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the fill color of the surface in calibration mode
- getColor() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the fill color of the surface in calibration mode
- getColor() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the surfaces current fill color in calibration mode
- getColor() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Returns the array of colors used in calibration mode for coloring the surfaces.
- getCornerPoint(int) - Method in class ixagon.surface.mapper.BezierSurface
-
Get the target corner point
- getCornerPoint(int) - Method in class ixagon.surface.mapper.QuadSurface
-
Get a specific corner
- getCornerPoint(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the target corner point
- getCornerPoints() - Method in class ixagon.surface.mapper.BezierSurface
-
Get all corner points
- getCornerPoints() - Method in class ixagon.surface.mapper.QuadSurface
-
Get all corners
- getCornerPoints() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get all corner points
- getDebug() - Method in class ixagon.surface.mapper.SurfaceMapper
-
See if debug mode is on.
- getDisableSelectionTool() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Is the selection tool disabled?
- getHorizontalForce() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the amount of horizontal displacement force used for spherical mapping for bezier surfaces.
- getHorizontalForce() - Method in class ixagon.surface.mapper.QuadSurface
-
- getHorizontalForce() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the amount of horizontal displacement force used for spherical mapping for bezier surfaces.
- getId() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the surfaces ID
- getId() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the surfaces ID
- getId() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the surfaces ID
- getIdFont() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Get font for drawing text
- getLocked() - Method in class ixagon.surface.mapper.BezierSurface
-
See if the surface is locked
- getLocked() - Method in class ixagon.surface.mapper.QuadSurface
-
See if the surface is locked
- getLongestSide() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the longest side as double
- getLongestSide() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the longest side as double
- getLongestSide() - Method in interface ixagon.surface.mapper.SuperSurface
-
- getMaskFile() - Method in class ixagon.surface.mapper.BezierSurface
-
- getMaskFile() - Method in class ixagon.surface.mapper.QuadSurface
-
- getMaskFile() - Method in interface ixagon.surface.mapper.SuperSurface
-
- getMode() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Check which mode is enabled (render or calibrate)
- getName() - Method in class jto.processing.sketch.mapper.AbstractSketch
-
- getName() - Method in interface jto.processing.sketch.mapper.Sketch
-
Returns the name of the sketch.
- getNumAddedSurfaces() - Method in class ixagon.surface.mapper.SurfaceMapper
-
- getPGraphics() - Method in class jto.processing.sketch.mapper.AbstractSketch
-
- getPGraphics() - Method in interface jto.processing.sketch.mapper.Sketch
-
Return the PGraphics associated with this sketch.
- getPolygon() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the surfaces polygon
- getPolygon() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the surface as a polygon
- getPolygon() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the surfaces polygon
- getPrevMouse() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Get previous mouse position
- getRes() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the amount of subdivision used in the surface
- getRes() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the amount of subdivision used in the surface
- getRes() - Method in interface ixagon.surface.mapper.SuperSurface
-
The the amount of subdivision currently used
- getSelectedBezierControl() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the currently selected bezier control
- getSelectedBezierControl() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the currently selected bezier control
- getSelectedBezierControl() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the currently selected bezier control
- getSelectedCorner() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the currently selected corner
- getSelectedCorner() - Method in class ixagon.surface.mapper.QuadSurface
-
Get the currently selected corner
- getSelectedCorner() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the currently selected corner
- getSelectedSurfaces() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Get the selected surfaces
- getSelectionDistance() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Get current max distance for an object to be selected
- getSelectionMouseColor() - Method in class ixagon.surface.mapper.SurfaceMapper
-
- getSelectionTool() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Returns the rectangle used for selecting surfaces
- getSketch() - Method in class ixagon.surface.mapper.BezierSurface
-
- getSketch() - Method in class ixagon.surface.mapper.QuadSurface
-
- getSketch() - Method in interface ixagon.surface.mapper.SuperSurface
-
- getSketchList() - Method in class ixagon.surface.mapper.SurfaceMapper
-
- getSketchList() - Method in class jto.processing.sketch.mapper.SketchMapper
-
- getSnap() - Method in class ixagon.surface.mapper.SurfaceMapper
-
See if snap mode is used
- getSnapDistance() - Method in class ixagon.surface.mapper.SurfaceMapper
-
See the snap distance
- getSurfaceById(int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Get surface by Id.
- getSurfaceMask() - Method in class ixagon.surface.mapper.BezierSurface
-
- getSurfaceMask() - Method in class ixagon.surface.mapper.QuadSurface
-
- getSurfaceMask() - Method in interface ixagon.surface.mapper.SuperSurface
-
- getSurfaceName() - Method in class ixagon.surface.mapper.BezierSurface
-
- getSurfaceName() - Method in class ixagon.surface.mapper.QuadSurface
-
- getSurfaceName() - Method in interface ixagon.surface.mapper.SuperSurface
-
- getSurfaces() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Get all surfaces
- getSurfaceType() - Method in class ixagon.surface.mapper.BezierSurface
-
- getSurfaceType() - Method in class ixagon.surface.mapper.QuadSurface
-
- getSurfaceType() - Method in interface ixagon.surface.mapper.SuperSurface
-
See which type this surface is
- getTextureWindow() - Method in class ixagon.surface.mapper.BezierSurface
-
- getTextureWindow() - Method in class ixagon.surface.mapper.QuadSurface
-
- getTextureWindow() - Method in interface ixagon.surface.mapper.SuperSurface
-
- getVerticalForce() - Method in class ixagon.surface.mapper.BezierSurface
-
Get the amount of vertical displacement force used for spherical mapping for bezier surfaces.
- getVerticalForce() - Method in class ixagon.surface.mapper.QuadSurface
-
- getVerticalForce() - Method in interface ixagon.surface.mapper.SuperSurface
-
Get the amount of vertical displacement force used for spherical mapping for bezier surfaces.
- graphics - Variable in class jto.processing.sketch.mapper.AbstractSketch
-
the PGraphics instance that this sketch will use to draw objects.
- grouping - Variable in class ixagon.surface.mapper.SurfaceMapper
-
- increaseHorizontalForce() - Method in class ixagon.surface.mapper.BezierSurface
-
Increase the amount of horizontal displacement force used for spherical mapping for bezier surfaces.
- increaseHorizontalForce() - Method in class ixagon.surface.mapper.QuadSurface
-
- increaseHorizontalForce() - Method in interface ixagon.surface.mapper.SuperSurface
-
Increase the amount of horizontal displacement force used for spherical mapping for bezier surfaces.
- increaseResolution() - Method in class ixagon.surface.mapper.BezierSurface
-
Increase the subdivision
- increaseResolution() - Method in class ixagon.surface.mapper.QuadSurface
-
Increase the subdivision
- increaseResolution() - Method in interface ixagon.surface.mapper.SuperSurface
-
Increase the amount of subdivision
- increaseVerticalForce() - Method in class ixagon.surface.mapper.BezierSurface
-
Increase the amount of vertical displacement force used for spherical mapping for bezier surfaces.
- increaseVerticalForce() - Method in class ixagon.surface.mapper.QuadSurface
-
- increaseVerticalForce() - Method in interface ixagon.surface.mapper.SuperSurface
-
Increase the amount of vertical displacement force used for spherical mapping for bezier surfaces.
- isAllowUserInput() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Check if any user event is allowed
- isAltDown() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Is ALT pressed?
- isBlendLeft() - Method in class ixagon.surface.mapper.BezierSurface
-
- isBlendLeft() - Method in class ixagon.surface.mapper.QuadSurface
-
- isBlendLeft() - Method in interface ixagon.surface.mapper.SuperSurface
-
See if the surface has been set to blend on the left
- isBlendRight() - Method in class ixagon.surface.mapper.BezierSurface
-
- isBlendRight() - Method in class ixagon.surface.mapper.QuadSurface
-
- isBlendRight() - Method in interface ixagon.surface.mapper.SuperSurface
-
See if the surface has been set to blend on the right
- isCornerMovementAllowed() - Method in class ixagon.surface.mapper.BezierSurface
-
- isCornerMovementAllowed() - Method in class ixagon.surface.mapper.QuadSurface
-
- isCornerMovementAllowed() - Method in interface ixagon.surface.mapper.SuperSurface
-
See if we can move the cornerpoint of the surface
- isCtrlDown() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Is CTRL pressed?
- isDragging - Variable in class ixagon.surface.mapper.SurfaceMapper
-
- isDragging() - Method in class ixagon.surface.mapper.SurfaceMapper
-
- isEnableSelectionMouse() - Method in class ixagon.surface.mapper.SurfaceMapper
-
- isGrouping() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Check if multiple surfaces are being manipulated
- isHidden() - Method in class ixagon.surface.mapper.BezierSurface
-
See if surface is hidden
- isHidden() - Method in class ixagon.surface.mapper.QuadSurface
-
See if the surface is hidden
- isHidden() - Method in interface ixagon.surface.mapper.SuperSurface
-
See if surface is hidden
- isInside(float, float) - Method in class ixagon.surface.mapper.BezierSurface
-
Returns true if coordinates are inside a surface
- isInside(float, float) - Method in class ixagon.surface.mapper.QuadSurface
-
Check if coordinates are inside the surface
- isInside(float, float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Returns true if coordinates are inside a surface
- isLocked() - Method in class ixagon.surface.mapper.BezierSurface
-
- isLocked() - Method in class ixagon.surface.mapper.QuadSurface
-
- isLocked() - Method in interface ixagon.surface.mapper.SuperSurface
-
See if the surface is locked
- isSelected() - Method in class ixagon.surface.mapper.BezierSurface
-
See if the surface is selected
- isSelected() - Method in class ixagon.surface.mapper.QuadSurface
-
See if the surface is selected
- isSelected() - Method in interface ixagon.surface.mapper.SuperSurface
-
See if the surface is selected
- isUsingBackground() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Boolean used to know if the background image should be rendered in calibration mode.
- isUsingEdgeBlend() - Method in class ixagon.surface.mapper.BezierSurface
-
- isUsingEdgeBlend() - Method in class ixagon.surface.mapper.QuadSurface
-
- isUsingEdgeBlend() - Method in interface ixagon.surface.mapper.SuperSurface
-
See if the surface is using edge blend
- isUsingSurfaceMask() - Method in class ixagon.surface.mapper.BezierSurface
-
- isUsingSurfaceMask() - Method in class ixagon.surface.mapper.QuadSurface
-
- isUsingSurfaceMask() - Method in interface ixagon.surface.mapper.SuperSurface
-
- ixagon.surface.mapper - package ixagon.surface.mapper
-
- save(XML) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Puts all projection mapping data in the XMLElement
- save(File) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Save all projection mapping data to file
- saveLayoutHandler(File) - Method in class jto.processing.sketch.mapper.SketchMapper
-
callback function for processing's save dialog.
- screenCoordinatesToQuad(float, float) - Method in class ixagon.surface.mapper.BezierSurface
-
Translates a point on the screen into a point in the surface.
- screenCoordinatesToQuad(float, float) - Method in class ixagon.surface.mapper.QuadSurface
-
Translate a point on the screen into a point in the surface.
- screenCoordinatesToQuad(float, float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Translates a point on the screen into a point in the surface.
- selectedSurfaces - Variable in class ixagon.surface.mapper.SurfaceMapper
-
- selectionTool - Variable in class ixagon.surface.mapper.SurfaceMapper
-
- selectSurfaces(int, int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
- setActivePoint(int) - Method in class ixagon.surface.mapper.BezierSurface
-
Set index of which corner is active
- setActivePoint(int) - Method in class ixagon.surface.mapper.QuadSurface
-
Set index of which corner is active
- setActivePoint(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set index of which corner is active
- setAllowUserInput(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set if any user event is allowed
- setBackground(PImage) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Optionally set a background image in calibration mode.
- setBackgroundImage(PImage) - Method in class jto.processing.sketch.mapper.SketchMapper
-
This allows you set a background image.
- setBezierPoint(int, float, float) - Method in class ixagon.surface.mapper.BezierSurface
-
Set target bezier control point to coordinates
- setBezierPoint(int, float, float) - Method in class ixagon.surface.mapper.QuadSurface
-
- setBezierPoint(int, float, float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set target bezier control point to coordinates
- setBlendLeft(boolean) - Method in class ixagon.surface.mapper.BezierSurface
-
- setBlendLeft(boolean) - Method in class ixagon.surface.mapper.QuadSurface
-
- setBlendLeft(boolean) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set if the left side should be blended
- setBlendLeftSize(float) - Method in class ixagon.surface.mapper.BezierSurface
-
- setBlendLeftSize(float) - Method in class ixagon.surface.mapper.QuadSurface
-
- setBlendLeftSize(float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set the width of the left edge blend
- setBlendRight(boolean) - Method in class ixagon.surface.mapper.BezierSurface
-
- setBlendRight(boolean) - Method in class ixagon.surface.mapper.QuadSurface
-
- setBlendRight(boolean) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set if the right side should be blended
- setBlendRightSize(float) - Method in class ixagon.surface.mapper.BezierSurface
-
- setBlendRightSize(float) - Method in class ixagon.surface.mapper.QuadSurface
-
- setBlendRightSize(float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set the width of the right edge blend
- setBufferScreenWidth(int) - Method in class ixagon.surface.mapper.BezierSurface
-
- setBufferScreenWidth(int) - Method in class ixagon.surface.mapper.QuadSurface
-
- setBufferScreenWidth(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set the width of the buffer offscreen
- setColor(int) - Method in class ixagon.surface.mapper.BezierSurface
-
Sets the fill color of the surface in calibration mode
- setColor(int) - Method in class ixagon.surface.mapper.QuadSurface
-
Sets the fill color of the surface in calibration mode
- setColor(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set the fill color of the surface in calibration mode
- setColor(int[]) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set the array of colors used in calibration mode for coloring the surfaces.
- setCornerPoint(int, float, float) - Method in class ixagon.surface.mapper.BezierSurface
-
Set target corner point to coordinates
- setCornerPoint(int, float, float) - Method in class ixagon.surface.mapper.QuadSurface
-
Set the coordinates of one of the target corner points.
- setCornerPoint(int, float, float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set target corner point to coordinates
- setCornerPoints(float, float, float, float, float, float, float, float) - Method in class ixagon.surface.mapper.BezierSurface
-
Manually set coordinates for all corners of the surface
- setCornerPoints(float, float, float, float, float, float, float, float) - Method in class ixagon.surface.mapper.QuadSurface
-
Set all four corners of the surface
- setCornerPoints(float, float, float, float, float, float, float, float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Manually set coordinates for all corners of the surface
- setCtrlDown(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set CTRL pressed
- setDebug(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Manually set debug mode.
- setDisableSelectionTool(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Enable/disable selection tool
- setEnableSelectionMouse(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
- setGrouping(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set if multiple surfaces are being manipulated
- setHide(boolean) - Method in class ixagon.surface.mapper.BezierSurface
-
Set if the surface should be hidden
- setHide(boolean) - Method in class ixagon.surface.mapper.QuadSurface
-
Set if the surface should be hidden
- setHide(boolean) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set if surface is hidden
- setId(int) - Method in class ixagon.surface.mapper.BezierSurface
-
Set the surfaces ID
- setId(int) - Method in class ixagon.surface.mapper.QuadSurface
-
Set the surfaces ID
- setId(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set the ID of the surface
- setIsDragging(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
- setLocked(boolean) - Method in class ixagon.surface.mapper.BezierSurface
-
Set if the surface is locked
- setLocked(boolean) - Method in class ixagon.surface.mapper.QuadSurface
-
Set if the surface is locked
- setLocked(boolean) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set if the surface is locked
- setMaskFile(File) - Method in class ixagon.surface.mapper.BezierSurface
-
- setMaskFile(File) - Method in class ixagon.surface.mapper.QuadSurface
-
- setMaskFile(File) - Method in interface ixagon.surface.mapper.SuperSurface
-
- setModeCalibrate() - Method in class ixagon.surface.mapper.BezierSurface
-
Set surface to calibration mode
- setModeCalibrate() - Method in class ixagon.surface.mapper.QuadSurface
-
- setModeCalibrate() - Method in interface ixagon.surface.mapper.SuperSurface
-
Set surface to calibration mode
- setModeCalibrate() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set mode to calibrate
- setModeRender() - Method in class ixagon.surface.mapper.BezierSurface
-
Set surface to render mode
- setModeRender() - Method in class ixagon.surface.mapper.QuadSurface
-
- setModeRender() - Method in interface ixagon.surface.mapper.SuperSurface
-
Set surface to render mode
- setModeRender() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set mode to render
- setNumAddedSurfaces(int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
- setPrevMouse(float, float) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set previous mouse position
- setSelected(boolean) - Method in class ixagon.surface.mapper.BezierSurface
-
Set if the surface is selected
- setSelected(boolean) - Method in class ixagon.surface.mapper.QuadSurface
-
Set if the surface is selected
- setSelected(boolean) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set if the surface is selected
- setSelectedBezierControl(int) - Method in class ixagon.surface.mapper.BezierSurface
-
Set target bezier control to selected
- setSelectedBezierControl(int) - Method in class ixagon.surface.mapper.QuadSurface
-
- setSelectedBezierControl(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set target bezier control to selected
- setSelectedCorner(int) - Method in class ixagon.surface.mapper.BezierSurface
-
Set target corner to selected
- setSelectedCorner(int) - Method in class ixagon.surface.mapper.QuadSurface
-
Set the currently selected corner
- setSelectedCorner(int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set target corner to selected
- setSelectedSketch(String) - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
-
- setSelectedSketch(String) - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
-
- setSelectedSurface(SuperSurface) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Select the surface.
- setSelectionDistance(int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set the max distance for an object to be selected
- setSelectionMouseColor(int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
- setSelectionTool(Rectangle) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set the selection tool
- setSelectionTool(int, int, int, int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set the selection tool
- setShake(int, int, int) - Method in class ixagon.surface.mapper.BezierSurface
-
Set parameters for shaking the surface.
- setShake(int, int, int) - Method in class ixagon.surface.mapper.QuadSurface
-
Set parameters for shaking the surface.
- setShake(int, int, int) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set parameters for shaking the surface.
- setShakeAll(int, int, int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Shake all surfaces with max Z-displacement strength, vibration-speed speed, and shake decline fallOfSpeed.
- setSketch(Sketch) - Method in class ixagon.surface.mapper.BezierSurface
-
- setSketch(Sketch) - Method in class ixagon.surface.mapper.QuadSurface
-
- setSketch(Sketch) - Method in interface ixagon.surface.mapper.SuperSurface
-
- setSketchList(List<Sketch>) - Method in class ixagon.surface.mapper.SurfaceMapper
-
- setSketchList(List<Sketch>) - Method in class jto.processing.sketch.mapper.SketchMapper
-
- setSnap(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Manually set corner snap mode
- setSnapDistance(int) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set corner snap distance
- setSurfaceMask(PImage) - Method in class ixagon.surface.mapper.BezierSurface
-
- setSurfaceMask(PImage) - Method in class ixagon.surface.mapper.QuadSurface
-
- setSurfaceMask(PImage) - Method in interface ixagon.surface.mapper.SuperSurface
-
- setSurfaceName(String) - Method in class ixagon.surface.mapper.BezierSurface
-
- setSurfaceName(String) - Method in class ixagon.surface.mapper.QuadSurface
-
- setSurfaceName(String) - Method in interface ixagon.surface.mapper.SuperSurface
-
Sets the name of the surface
- setSurfaceName(String) - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
-
- setSurfaceName(String) - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
-
- setTextureWindow(float, float, float, float) - Method in class ixagon.surface.mapper.BezierSurface
-
Manually set coordinates for mapping the texture.
- setTextureWindow(float, float, float, float) - Method in class ixagon.surface.mapper.QuadSurface
-
Manually set coordinates for mapping the texture.
- setTextureWindow(float, float, float, float) - Method in interface ixagon.surface.mapper.SuperSurface
-
- setup() - Method in interface jto.processing.sketch.mapper.Sketch
-
The processing setup method.
- setUsingBackground(boolean) - Method in class ixagon.surface.mapper.SurfaceMapper
-
Set if background image should rendered in calibration mode
- setZ(float) - Method in class ixagon.surface.mapper.BezierSurface
-
Set Z-displacement for all coordinates of surface
- setZ(float) - Method in class ixagon.surface.mapper.QuadSurface
-
Set Z-displacement for all coordinates of surface
- setZ(float) - Method in interface ixagon.surface.mapper.SuperSurface
-
Set the Z displacement for all coordinates of the surface
- shake() - Method in class ixagon.surface.mapper.BezierSurface
-
Tells surface to shake (will only do something if setShake has been called quite recently)
- shake() - Method in class ixagon.surface.mapper.QuadSurface
-
Tells surface to shake (will only do something if setShake has been
called quite recently)
- shake() - Method in interface ixagon.surface.mapper.SuperSurface
-
Tells surface to shake (will only do something if setShake has been called quite recently)
- shake() - Method in class ixagon.surface.mapper.SurfaceMapper
-
Update shaking for all surfaces
- show() - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
-
- show() - Method in class jto.processing.sketch.mapper.ProgramOptionsMenu
-
- show() - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
-
- Sketch - Interface in jto.processing.sketch.mapper
-
This represents a processing sketch.
- SketchMapper - Class in jto.processing.sketch.mapper
-
- SketchMapper(PApplet) - Constructor for class jto.processing.sketch.mapper.SketchMapper
-
Constructor for SurfaceMapper objects.
- SketchMapper(PApplet, String) - Constructor for class jto.processing.sketch.mapper.SketchMapper
-
Constructor for SurfaceMapper objects.
- snap - Variable in class ixagon.surface.mapper.SurfaceMapper
-
- startPos - Variable in class ixagon.surface.mapper.SurfaceMapper
-
- SuperSurface - Interface in ixagon.surface.mapper
-
- SurfaceMapper - Class in ixagon.surface.mapper
-
- SurfaceMapper(PApplet, int, int) - Constructor for class ixagon.surface.mapper.SurfaceMapper
-
Create instance of IxKeystone
- surfaces - Variable in class ixagon.surface.mapper.SurfaceMapper
-