Uses of Class
gzz.gfx.gl.Paper

Packages that use Paper
gzz.gfx.gl   
 

Uses of Paper in gzz.gfx.gl
 

Methods in gzz.gfx.gl that return Paper
 Paper PageSpanPaper.getPaper(boolean withBackground)
           
 Paper PageSpanPaper.getPaper(boolean withBackground, boolean withSpan)
           
abstract  Paper PaperMill.getPaper(int seed)
          Get the paper corresponding to the given seed.
 Paper PaperMill.getOptimizedPaper(int seed, GraphicsAPI.RenderingSurface w)
          Get an optimized (rendered-to-texture) paper.
 Paper CachingPaperMill.getOptimizedPaper(int seed, GraphicsAPI.RenderingSurface w)
           
 Paper CachingPaperMill.getPaper(int seed)
           
 

Methods in gzz.gfx.gl with parameters of type Paper
static GLRen.PaperQuad GLRen.createPaperQuad(Paper paper, float x0, float y0, float x1, float y1, float dicefactor)
           
static GLRen.PaperQuad GLRen.createPaperQuad(Paper paper, float x0, float y0, float x1, float y1, float dicefactor, int flags)
           
static GLRen.CulledPaperQuad GLRen.createCulledPaperQuad(Paper paper, float x0, float y0, float x1, float y1, float dicefactor)
           
static GLRen.CulledPaperQuad GLRen.createCulledPaperQuad(Paper paper, float x0, float y0, float x1, float y1, float dicefactor, int flags)
           
static GLRen.PaperQuad GLRen.createPaperQuad(Paper paper, float x0, float y0, float x1, float y1, float scale, float dicefactor, int flags)
           
static GLRen.CulledPaperQuad GLRen.createCulledPaperQuad(Paper paper, float x0, float y0, float x1, float y1, float scale, float dicefactor, int flags)
           
static GLRen.BasisPaperQuad GLRen.createBasisPaperQuad(Paper paper, float x0_0, float y0_0, float x0_1, float y0_1, float x1_0, float y1_0, float x1_1, float y1_1, java.lang.String tex0, java.lang.String tex1, java.lang.String isect)