org.scilab.forge.scirenderer.implementation.jogl
Class JoGLCapacity

java.lang.Object
  extended by org.scilab.forge.scirenderer.implementation.jogl.JoGLCapacity

public class JoGLCapacity
extends java.lang.Object

This class store current OpenGl context capacity.

Author:
Pierre Lando

Method Summary
 float[] getAliasedPointSizeRange()
          Return the aliased point size range.
 int getClippingPlaneNumber()
           
 int getLightNumber()
          Return the number of available light.
 int getMaximumTextureSize()
           
 boolean isAccumulationBufferPresent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAliasedPointSizeRange

public float[] getAliasedPointSizeRange()
Return the aliased point size range. The returned array had two elements.

Returns:
the aliased point size range.

getLightNumber

public int getLightNumber()
Return the number of available light.

Returns:
the number of available light.

getClippingPlaneNumber

public int getClippingPlaneNumber()

getMaximumTextureSize

public int getMaximumTextureSize()

isAccumulationBufferPresent

public boolean isAccumulationBufferPresent()