A B C D E F G H I J K L M P Q R S T U V X Y Z 
All Classes All Packages

A

AbstractSketch - Class in jto.processing.sketch.mapper
This is an abstract implementation of Sketch.
AbstractSketch(PApplet, int, int) - Constructor for class jto.processing.sketch.mapper.AbstractSketch
Constructor this creates a PGraphics object with the size provided in the parameters and the renderer specified by PConstants.OPENGL.
addEventHandler(Object, String) - Method in class ixagon.surface.mapper.SurfaceMapper
 
addSelectedSurface(SuperSurface) - Method in class ixagon.surface.mapper.SurfaceMapper
Add a surface to selected surfaces
addSketch(Sketch) - Method in class jto.processing.sketch.mapper.SketchMapper
Adds the sketch to the list of sketches.
addSurface(SuperSurface) - Method in class ixagon.surface.mapper.SurfaceMapper
Add a surface to surfaceMapper
altDown - Variable in class ixagon.surface.mapper.SurfaceMapper
 
autoGenerated - Variable in class jto.processing.sketch.mapper.AbstractSketch
 

B

BEZIER - Static variable in interface ixagon.surface.mapper.SuperSurface
 
BezierOptionsMenu - Class in jto.processing.sketch.mapper
 
BezierOptionsMenu(SketchMapper, PApplet, ControlP5) - Constructor for class jto.processing.sketch.mapper.BezierOptionsMenu
 
BezierSurface - Class in ixagon.surface.mapper
 
bringBackSurface() - Method in class ixagon.surface.mapper.SurfaceMapper
 
bringFrontSurface() - Method in class ixagon.surface.mapper.SurfaceMapper
 
bringSurfaceToFront(int) - Method in class ixagon.surface.mapper.SurfaceMapper
Places the surface last in the surfaces array, i.e.

C

CCW(Point3D, Point3D, Point3D) - Static method in class ixagon.surface.mapper.QuadSurface
Three points are a counter-clockwise turn if ccw > 0, clockwise if ccw < 0, and collinear if ccw = 0 because ccw is a determinant that gives the signed area of the triangle formed by p1, p2 and p3.
clearSelectedSurfaces() - Method in class ixagon.surface.mapper.SurfaceMapper
Clears the arraylist of selected surfaces.
clearSurfaceMask() - Method in class ixagon.surface.mapper.BezierSurface
 
clearSurfaceMask() - Method in class ixagon.surface.mapper.QuadSurface
 
clearSurfaceMask() - Method in interface ixagon.surface.mapper.SuperSurface
 
clearSurfaces() - Method in class ixagon.surface.mapper.SurfaceMapper
Remove all surfaces
CMD - Static variable in class ixagon.surface.mapper.SurfaceMapper
 
compileSourceList() - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
 
compileSourceList() - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
********************************************** Populate the source list with the filenames of all the textures found in data/textures ************************************************
ControlP5MissingException - Exception in jto.processing.sketch.mapper
 
ControlP5MissingException() - Constructor for exception jto.processing.sketch.mapper.ControlP5MissingException
 
ControlWindow - Class in jto.processing.sketch.mapper
 
ControlWindow(PApplet, int, int, SurfaceMapper, SketchMapper) - Constructor for class jto.processing.sketch.mapper.ControlWindow
 
createBezierSurface(int) - Method in class ixagon.surface.mapper.SurfaceMapper
Creates a Bezier surface with perspective transform.
createBezierSurface(int, int, int) - Method in class ixagon.surface.mapper.SurfaceMapper
Creates a Bezier surface at X/Y with perspective transform.
createQuadSurface(int) - Method in class ixagon.surface.mapper.SurfaceMapper
Creates a Quad surface with perspective transform.
createQuadSurface(int, int, int) - Method in class ixagon.surface.mapper.SurfaceMapper
Creates a Quad surface at X/Y with perspective transform.
ctrlDown - Variable in class ixagon.surface.mapper.SurfaceMapper
 

D

decreaseHorizontalForce() - Method in class ixagon.surface.mapper.BezierSurface
Decrease the amount of horizontal displacement force used for spherical mapping for bezier surfaces.
decreaseHorizontalForce() - Method in class ixagon.surface.mapper.QuadSurface
 
decreaseHorizontalForce() - Method in interface ixagon.surface.mapper.SuperSurface
Decrease the amount of horizontal displacement force used for spherical mapping for bezier surfaces.
decreaseResolution() - Method in class ixagon.surface.mapper.BezierSurface
Decrease the subdivision
decreaseResolution() - Method in class ixagon.surface.mapper.QuadSurface
Decrease the subdivision
decreaseResolution() - Method in interface ixagon.surface.mapper.SuperSurface
Decrease the amount of subdivision
decreaseVerticalForce() - Method in class ixagon.surface.mapper.BezierSurface
Decrease the amount of vertical displacement force used for spherical mapping for bezier surfaces.
decreaseVerticalForce() - Method in class ixagon.surface.mapper.QuadSurface
 
decreaseVerticalForce() - Method in interface ixagon.surface.mapper.SuperSurface
Decrease the amount of horizontal displacement force used for spherical mapping for bezier surfaces.
DEFAULT_SIZE - Static variable in interface ixagon.surface.mapper.SuperSurface
 
disableMouseEvents() - Method in class ixagon.surface.mapper.SurfaceMapper
Unregisters Mouse Event listener for the SurfaceMapper
disableSelectionTool - Variable in class ixagon.surface.mapper.SurfaceMapper
 
draw() - Method in class jto.processing.sketch.mapper.ControlWindow
 
draw() - Method in interface jto.processing.sketch.mapper.Sketch
The process draw method.
draw() - Method in class jto.processing.sketch.mapper.SketchMapper
The draw method.

E

enableMouseEvents() - Method in class ixagon.surface.mapper.SurfaceMapper
Registers Mouse Event listener for the SurfaceMapper
equals(Object) - Method in class jto.processing.sketch.mapper.AbstractSketch
 

F

findActiveBezierSurface(float, float) - Method in class ixagon.surface.mapper.SurfaceMapper
Check if coordinates is inside any of the bezier surfaces.
findActiveQuadSurface(float, float) - Method in class ixagon.surface.mapper.SurfaceMapper
Check if coordinates is inside any of the quad surfaces.
findActiveSurface(float, float) - Method in class ixagon.surface.mapper.SurfaceMapper
Check if coordinates is inside any of the surfaces.
fireEvent(int) - Method in class ixagon.surface.mapper.SurfaceMapper
Fire event to object

G

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.
getBezierOptions() - Method in class jto.processing.sketch.mapper.ControlWindow
 
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)
getMostRecentSurface() - Method in class jto.processing.sketch.mapper.SketchMapper
 
getName() - Method in class jto.processing.sketch.mapper.AbstractSketch
 
getName() - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
 
getName() - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
 
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
getProgramOptions() - Method in class jto.processing.sketch.mapper.ControlWindow
 
getQuadOptions() - Method in class jto.processing.sketch.mapper.ControlWindow
 
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
getSelectedSketch() - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
 
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
 
getSketchIndex() - Method in class ixagon.surface.mapper.BezierSurface
 
getSketchIndex() - Method in class ixagon.surface.mapper.QuadSurface
 
getSketchIndex() - Method in interface ixagon.surface.mapper.SuperSurface
Get the actual sketch index.
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
 

H

hashCode() - Method in class jto.processing.sketch.mapper.AbstractSketch
 
hide() - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
 
hide() - Method in class jto.processing.sketch.mapper.ProgramOptionsMenu
 
hide() - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
 

I

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?
isAutoGenerated() - Method in class jto.processing.sketch.mapper.AbstractSketch
 
isAutoGenerated() - Method in interface jto.processing.sketch.mapper.Sketch
 
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
isMouseWithinAnySurface() - Method in class jto.processing.sketch.mapper.SketchMapper
 
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
 

J

jto.processing.sketch.mapper - package jto.processing.sketch.mapper
 

K

keyEvent(KeyEvent) - Method in class ixagon.surface.mapper.SurfaceMapper
KeyEvent method
keyEvent(KeyEvent) - Method in interface jto.processing.sketch.mapper.Sketch
This is the keyEvent callback method that will be propagated through the SketchMapper object and called on this sketch.
keyEvent(KeyEvent) - Method in class jto.processing.sketch.mapper.SketchMapper
Invoked whenever a KeyEvent happens.
ksMouseEvent(MouseEvent) - Method in class ixagon.surface.mapper.SurfaceMapper
MouseEvent method.

L

load(File) - Method in class ixagon.surface.mapper.SurfaceMapper
Load projection map from file
loadLayoutHandler(File) - Method in class jto.processing.sketch.mapper.ControlWindow
callback function for processing's load dialog.

M

MODE - Variable in class ixagon.surface.mapper.SurfaceMapper
 
MODE_CALIBRATE - Static variable in class ixagon.surface.mapper.SurfaceMapper
 
MODE_RENDER - Static variable in class ixagon.surface.mapper.SurfaceMapper
 
mouseEvent(MouseEvent) - Method in class ixagon.surface.mapper.SurfaceMapper
MouseEvent method.
mouseEvent(MouseEvent) - Method in interface jto.processing.sketch.mapper.Sketch
This is the mouseEvent callback method that will be propagated through the SketchMapper object and called on this sketch.
mouseEvent(MouseEvent) - Method in class jto.processing.sketch.mapper.SketchMapper
Invoked whenever a mouseEvent happens.
movePoint(SuperSurface, int, int) - Method in class ixagon.surface.mapper.SurfaceMapper
Move a point of a surface

P

parent - Variable in class jto.processing.sketch.mapper.AbstractSketch
The parent processing sketch of this sketch.
Point3D - Class in ixagon.surface.mapper
 
Point3D() - Constructor for class ixagon.surface.mapper.Point3D
 
Point3D(float, float) - Constructor for class ixagon.surface.mapper.Point3D
 
Point3D(float, float, float) - Constructor for class ixagon.surface.mapper.Point3D
 
prevMouse - Variable in class ixagon.surface.mapper.SurfaceMapper
 
ProgramOptionsMenu - Class in jto.processing.sketch.mapper
 
ProgramOptionsMenu(PApplet, ControlP5) - Constructor for class jto.processing.sketch.mapper.ProgramOptionsMenu
 

Q

QUAD - Static variable in interface ixagon.surface.mapper.SuperSurface
 
QuadOptionsMenu - Class in jto.processing.sketch.mapper
 
QuadOptionsMenu(SketchMapper, PApplet, ControlP5) - Constructor for class jto.processing.sketch.mapper.QuadOptionsMenu
 
QuadSurface - Class in ixagon.surface.mapper
 

R

removeDuplicates(ArrayList<T>) - Static method in class ixagon.surface.mapper.SurfaceMapper
 
removeSelectedSurfaces() - Method in class ixagon.surface.mapper.SurfaceMapper
Delete the selected surfaces
removeSketch(Sketch) - Method in class jto.processing.sketch.mapper.SketchMapper
Removes the given sketch from the list of sketches.
render() - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
 
render() - Method in class jto.processing.sketch.mapper.ProgramOptionsMenu
 
render() - Method in class jto.processing.sketch.mapper.QuadOptionsMenu
 
render(PGraphics) - Method in class ixagon.surface.mapper.BezierSurface
Render method for rendering while in calibration mode
render(PGraphics) - Method in class ixagon.surface.mapper.QuadSurface
Render method for rendering while in calibration mode
render(PGraphics) - Method in interface ixagon.surface.mapper.SuperSurface
Renders the surface in calibration mode
render(PGraphics) - Method in class ixagon.surface.mapper.SurfaceMapper
Render method used when calibrating.
render(PGraphics, PImage) - Method in class ixagon.surface.mapper.BezierSurface
Render method for rendering in RENDER mode.
render(PGraphics, PImage) - Method in class ixagon.surface.mapper.QuadSurface
Render method for rendering in RENDER mode.
render(PGraphics, PImage) - Method in interface ixagon.surface.mapper.SuperSurface
Render the surface with texture
resetMostRecentSurface() - Method in class jto.processing.sketch.mapper.SketchMapper
 
rotateCornerPoints(int) - Method in class ixagon.surface.mapper.BezierSurface
Rotate the cornerpoints in direction (0=ClockWise 1=CounterClockWise)
rotateCornerPoints(int) - Method in class ixagon.surface.mapper.QuadSurface
Rotate the cornerpoints in direction (0=ClockWise 1=CounterClockWise)
rotateCornerPoints(int) - Method in interface ixagon.surface.mapper.SuperSurface
Rotate the corners of surface (0=ClockWise, 1=CounterClockWise) TODO Broken for Bezier Surfaces

S

save(File) - Method in class ixagon.surface.mapper.SurfaceMapper
Save all projection mapping data to file
save(XML) - Method in class ixagon.surface.mapper.SurfaceMapper
Puts all projection mapping data in the XMLElement
saveLayoutHandler(File) - Method in class jto.processing.sketch.mapper.ControlWindow
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
setAutoGenerated(boolean) - Method in class jto.processing.sketch.mapper.AbstractSketch
 
setAutoGenerated(boolean) - Method in interface jto.processing.sketch.mapper.Sketch
Set the autoGenerated property.
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(int) - Method in class jto.processing.sketch.mapper.BezierOptionsMenu
 
setSelectedSketch(int) - 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(int, int, int, int) - Method in class ixagon.surface.mapper.SurfaceMapper
Set the selection tool
setSelectionTool(Rectangle) - 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
 
setSketchIndex(int) - Method in class ixagon.surface.mapper.BezierSurface
 
setSketchIndex(int) - Method in class ixagon.surface.mapper.QuadSurface
 
setSketchIndex(int) - Method in interface ixagon.surface.mapper.SuperSurface
Set the actual sketch index.
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
 
settings() - Method in class jto.processing.sketch.mapper.ControlWindow
 
setup() - Method in class jto.processing.sketch.mapper.ControlWindow
 
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 SketchMapper objects.
SketchMapper(PApplet, String) - Constructor for class jto.processing.sketch.mapper.SketchMapper
Constructor for SketchMapper 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
 

T

toggleCalibration() - Method in class ixagon.surface.mapper.SurfaceMapper
Toggle the mode
toggleLocked() - Method in class ixagon.surface.mapper.BezierSurface
Toggle if surface is locked
toggleLocked() - Method in class ixagon.surface.mapper.QuadSurface
Toggle if surface is locked (a locked surface cannot be moved or manipulated in calibration mode, but other surfaces still snap to it)
toggleLocked() - Method in interface ixagon.surface.mapper.SuperSurface
Toggle if surface is locked
toggleMode() - Method in class ixagon.surface.mapper.BezierSurface
Toggle surface mode
toggleMode() - Method in class ixagon.surface.mapper.QuadSurface
 
toggleMode() - Method in interface ixagon.surface.mapper.SuperSurface
Toggle surface mode
toggleSnap() - Method in class ixagon.surface.mapper.SurfaceMapper
Toggle if corner snapping is used

U

u - Variable in class ixagon.surface.mapper.Point3D
 
updateTransform() - Method in class ixagon.surface.mapper.BezierSurface
Recalculates all coordinates of the surface.

V

v - Variable in class ixagon.surface.mapper.Point3D
 
version() - Method in class ixagon.surface.mapper.SurfaceMapper
 
VERSION - Variable in class ixagon.surface.mapper.SurfaceMapper
 

X

x - Variable in class ixagon.surface.mapper.Point3D
 

Y

y - Variable in class ixagon.surface.mapper.Point3D
 

Z

z - Variable in class ixagon.surface.mapper.Point3D
 
A B C D E F G H I J K L M P Q R S T U V X Y Z 
All Classes All Packages