Uses of Interface
ixagon.surface.mapper.SuperSurface
-
Packages that use SuperSurface Package Description ixagon.surface.mapper -
-
Uses of SuperSurface in ixagon.surface.mapper
Classes in ixagon.surface.mapper that implement SuperSurface Modifier and Type Class Description class
BezierSurface
class
QuadSurface
Fields in ixagon.surface.mapper with type parameters of type SuperSurface Modifier and Type Field Description protected ArrayList<SuperSurface>
SurfaceMapper. selectedSurfaces
protected ArrayList<SuperSurface>
SurfaceMapper. surfaces
Methods in ixagon.surface.mapper that return SuperSurface Modifier and Type Method Description SuperSurface
SurfaceMapper. addSurface(SuperSurface superSurface)
Add a surface to surfaceMapperSuperSurface
SurfaceMapper. createBezierSurface(int res)
Creates a Bezier surface with perspective transform.SuperSurface
SurfaceMapper. createBezierSurface(int res, int x, int y)
Creates a Bezier surface at X/Y with perspective transform.SuperSurface
SurfaceMapper. createQuadSurface(int res)
Creates a Quad surface with perspective transform.SuperSurface
SurfaceMapper. createQuadSurface(int res, int x, int y)
Creates a Quad surface at X/Y with perspective transform.SuperSurface
SurfaceMapper. 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 void
SurfaceMapper. addSelectedSurface(SuperSurface cps)
Add a surface to selected surfacesSuperSurface
SurfaceMapper. addSurface(SuperSurface superSurface)
Add a surface to surfaceMappervoid
SurfaceMapper. movePoint(SuperSurface ss, int x, int y)
Move a point of a surfacevoid
SurfaceMapper. setSelectedSurface(SuperSurface cps)
Select the surface.
-