com.metsci.glimpse.examples.layout
Class FloatingLayoutExample

java.lang.Object
  extended by com.metsci.glimpse.examples.layout.FloatingLayoutExample
All Implemented Interfaces:
GlimpseLayoutProvider

public class FloatingLayoutExample
extends java.lang.Object
implements GlimpseLayoutProvider

Demonstrates nesting of one Glimpse plot inside another. The inner Glimpse plot is tied to a particular data location on the outer plot and moves when the outer plot is panned or zoomed.

Further work is needed to encapsulate this behavior into easy-to-use helper classes.

Author:
ulman

Constructor Summary
FloatingLayoutExample()
           
 
Method Summary
 GlimpseLayout getLayout()
           
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

FloatingLayoutExample

public FloatingLayoutExample()
Method Detail

main

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

getLayout

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


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