gzz.gfx.gl
Class GLSpanner.SpanPage

java.lang.Object
  |
  +--gzz.gfx.gl.GLSpanner.SpanPage
Enclosing class:
GLSpanner

public static class GLSpanner.SpanPage
extends java.lang.Object


Field Summary
 int h
          The width and height in pagespan units of the real page.
 int w
          The width and height in pagespan units of the real page.
 float x1
          The width and height of the real page inside the texture, in *TEXTURE* coordinates.
 float y1
          The width and height of the real page inside the texture, in *TEXTURE* coordinates.
 
Method Summary
 GL.Texture getTexture(float importance, float pixels)
          Cause the texture to be requested.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x1

public final float x1
The width and height of the real page inside the texture, in *TEXTURE* coordinates.


y1

public final float y1
The width and height of the real page inside the texture, in *TEXTURE* coordinates.


w

public final int w
The width and height in pagespan units of the real page.


h

public final int h
The width and height in pagespan units of the real page.

Method Detail

getTexture

public GL.Texture getTexture(float importance,
                             float pixels)
Cause the texture to be requested.

Parameters:
importance - 0..1, how much focus this texture has.
pixels - The maximum measure on screen of the drawn area.