com.metsci.glimpse.examples.axis
Class LinkedHeatMapExample

java.lang.Object
  extended by com.metsci.glimpse.examples.axis.LinkedHeatMapExample

public class LinkedHeatMapExample
extends java.lang.Object

Demonstrates Glimpse's axis linking capability by creating two independent Glimpse plots and linking their axes so that they move together.

Author:
ulman

Constructor Summary
LinkedHeatMapExample()
           
 
Method Summary
 ColorAxisPlot2D createPlot2D(ColorGradient gradient)
           
 ColorAxisPlot2D getLayoutLeft()
           
 ColorAxisPlot2D getLayoutRight()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedHeatMapExample

public LinkedHeatMapExample()
Method Detail

main

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

getLayoutLeft

public ColorAxisPlot2D getLayoutLeft()

getLayoutRight

public ColorAxisPlot2D getLayoutRight()

createPlot2D

public ColorAxisPlot2D createPlot2D(ColorGradient gradient)


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