Class JoGLCapacity
- java.lang.Object
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float[]
getAliasedPointSizeRange()
Return the aliased point size range.int
getClippingPlaneNumber()
int
getLightNumber()
Return the number of available light.int
getMaximumTextureSize()
boolean
isAccumulationBufferPresent()
-
-
-
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()
-
-