com.metsci.glimpse.examples.basic
Class ScatterplotExample

java.lang.Object
  extended by com.metsci.glimpse.examples.basic.ScatterplotExample
All Implemented Interfaces:
GlimpseLayoutProvider

public class ScatterplotExample
extends java.lang.Object
implements GlimpseLayoutProvider

A scatter plot with adjustable point size and color. Usage of GLSL shaders allows the color and size of millions of data points to be adjusted dynamically based on the color and size scale axes to the right of the plot.

Author:
ulman

Field Summary
static int NUM_POINTS
           
 
Constructor Summary
ScatterplotExample()
           
 
Method Summary
 MultiAxisPlot2D getLayout()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_POINTS

public static int NUM_POINTS
Constructor Detail

ScatterplotExample

public ScatterplotExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getLayout

public MultiAxisPlot2D getLayout()
Specified by:
getLayout in interface GlimpseLayoutProvider


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