Uses of Interface
ixagon.surface.mapper.SuperSurface
- 
Packages that use SuperSurface Package Description ixagon.surface.mapper 
- 
- 
Uses of SuperSurface in ixagon.surface.mapperClasses in ixagon.surface.mapper that implement SuperSurface Modifier and Type Class Description classBezierSurfaceclassQuadSurfaceFields in ixagon.surface.mapper with type parameters of type SuperSurface Modifier and Type Field Description protected ArrayList<SuperSurface>SurfaceMapper. selectedSurfacesprotected ArrayList<SuperSurface>SurfaceMapper. surfacesMethods in ixagon.surface.mapper that return SuperSurface Modifier and Type Method Description SuperSurfaceSurfaceMapper. addSurface(SuperSurface superSurface)Add a surface to surfaceMapperSuperSurfaceSurfaceMapper. createBezierSurface(int res)Creates a Bezier surface with perspective transform.SuperSurfaceSurfaceMapper. createBezierSurface(int res, int x, int y)Creates a Bezier surface at X/Y with perspective transform.SuperSurfaceSurfaceMapper. createQuadSurface(int res)Creates a Quad surface with perspective transform.SuperSurfaceSurfaceMapper. createQuadSurface(int res, int x, int y)Creates a Quad surface at X/Y with perspective transform.SuperSurfaceSurfaceMapper. getSurfaceById(int id)Get surface by Id.Methods in ixagon.surface.mapper that return types with arguments of type SuperSurface Modifier and Type Method Description ArrayList<SuperSurface>SurfaceMapper. getSelectedSurfaces()Get the selected surfacesArrayList<SuperSurface>SurfaceMapper. getSurfaces()Get all surfacesMethods in ixagon.surface.mapper with parameters of type SuperSurface Modifier and Type Method Description voidSurfaceMapper. addSelectedSurface(SuperSurface cps)Add a surface to selected surfacesSuperSurfaceSurfaceMapper. addSurface(SuperSurface superSurface)Add a surface to surfaceMappervoidSurfaceMapper. movePoint(SuperSurface ss, int x, int y)Move a point of a surfacevoidSurfaceMapper. setSelectedSurface(SuperSurface cps)Select the surface.
 
-