com.metsci.glimpse.axis.tagged.shader
Class TaggedPointShader

java.lang.Object
  extended by com.metsci.glimpse.gl.shader.Shader
      extended by com.metsci.glimpse.support.shader.SimplePointShader
          extended by com.metsci.glimpse.axis.tagged.shader.TaggedPointShader
Direct Known Subclasses:
PartialTaggedPointShader

public class TaggedPointShader
extends SimplePointShader


Constructor Summary
TaggedPointShader(int colorTextureUnit, int sizeTextureUnit, int colorAttributeIndex, int sizeAttributeIndex, TaggedAxis1D colorAxis, TaggedAxis1D sizeAxis)
           
 
Method Summary
 
Methods inherited from class com.metsci.glimpse.support.shader.SimplePointShader
postDisplay, preDisplay, preLink, setConstantColor, setConstantSize, setDiscardAboveColor, setDiscardAboveSize, setDiscardBelowColor, setDiscardBelowSize
 
Methods inherited from class com.metsci.glimpse.gl.shader.Shader
dispose, getName, getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaggedPointShader

public TaggedPointShader(int colorTextureUnit,
                         int sizeTextureUnit,
                         int colorAttributeIndex,
                         int sizeAttributeIndex,
                         TaggedAxis1D colorAxis,
                         TaggedAxis1D sizeAxis)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012 Metron, Inc.. All Rights Reserved.